Trace number 3250942

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.39 1201.82

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
MD5SUM1002234f62b5dfa01a75197c65e66327
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.921859
Satisfiable
(Un)Satisfiability was proved
Number of variables1285
Number of clauses166723
Sum of the clauses size334661
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2166688
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 12315
0.00/0.04	c parsetime: 34980us
0.00/0.04	c parsed 166723 clauses with 1285 variables
0.00/0.04	c NW started thread 0 successfully (1098017088)
0.00/0.06	c NW started thread 1 successfully (1111955776)
0.00/0.08	c NW started thread 2 successfully (1122445632)
0.00/0.09	c NW started thread 3 successfully (1132935488)
28.96/7.37	c preprocessor returned 10008 variables
28.96/7.37	c preprocessing returned UNKNOWN
28.96/7.37	c PP set 0 variables
28.96/7.37	c pp time: 7326241us (7s)
29.34/7.46	c preprocessor returned 10008 variables
29.34/7.46	c preprocessing returned UNKNOWN
29.34/7.46	c PP set 0 variables
29.34/7.46	c pp time: 7399519us (7s)
29.34/7.47	c preprocessor returned 10008 variables
29.34/7.47	c preprocessing returned UNKNOWN
29.34/7.47	c PP set 0 variables
29.34/7.47	c pp time: 7388942us (7s)
50.11/12.60	c preprocessor returned 30012 variables
50.11/12.60	c preprocessing returned UNKNOWN
50.11/12.60	c PP set 0 variables
50.11/12.60	c pp time: 12503304us (12s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250942-1304083985/watcher-3250942-1304083985 -o /tmp/evaluation-result-3250942-1304083985/solver-3250942-1304083985 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3250942-1304083985.cnf 483188869 4800 15500 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.10 8.02 8.01 5/182 12314
/proc/meminfo: memFree=23736676/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0

[startup+0.041697 s]
/proc/loadavg: 8.10 8.02 8.01 5/182 12314
/proc/meminfo: memFree=23736676/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100676 s]
/proc/loadavg: 8.10 8.02 8.01 5/182 12314
/proc/meminfo: memFree=23736676/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.02811 s]
/proc/loadavg: 8.10 8.02 8.01 5/182 12314
/proc/meminfo: memFree=23736676/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.17746 s]
/proc/loadavg: 8.10 8.02 8.01 5/182 12314
/proc/meminfo: memFree=23736676/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 8.10 8.02 8.01 5/182 12314
/proc/meminfo: memFree=23736676/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10112 s]
/proc/loadavg: 8.09 8.02 8.01 9/188 12320
/proc/meminfo: memFree=23678500/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=299764 CPUtime=12.16 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 27460 0 0 0 1209 7 0 0 18 0 5 0 500814598 306958336 14298 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 74941 14298 350 389 0 70691 0
[pid=12315/tid=12317] ppid=12314 vsize=299764 CPUtime=3.04 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 5476 0 0 0 302 2 0 0 25 0 5 0 500814602 306958336 14298 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=299764 CPUtime=3.01 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 5180 0 0 0 299 2 0 0 25 0 5 0 500814604 306958336 14298 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=299764 CPUtime=3 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 4013 0 0 0 299 1 0 0 24 0 5 0 500814606 306958336 14298 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=299764 CPUtime=2.99 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 4109 0 0 0 299 0 0 0 24 0 5 0 500814607 306958336 14298 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336131 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 308464

[startup+6.30056 s]
/proc/loadavg: 8.09 8.02 8.01 9/188 12320
/proc/meminfo: memFree=23672672/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=300820 CPUtime=24.94 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 28768 0 0 0 2487 7 0 0 18 0 5 0 500814598 308039680 15606 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 75205 15606 352 389 0 70955 0
[pid=12315/tid=12317] ppid=12314 vsize=300820 CPUtime=6.24 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 6003 0 0 0 622 2 0 0 25 0 5 0 500814602 308039680 15606 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=300820 CPUtime=6.19 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 5705 0 0 0 617 2 0 0 25 0 5 0 500814604 308039680 15606 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336718 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=300820 CPUtime=6.2 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 4269 0 0 0 619 1 0 0 25 0 5 0 500814606 308039680 15606 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=300820 CPUtime=6.19 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 4109 0 0 0 619 0 0 0 25 0 5 0 500814607 308039680 15606 33554432000 4194304 5787044 140736600264576 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 309520

[startup+12.7004 s]
/proc/loadavg: 8.16 8.03 8.01 9/188 12321
/proc/meminfo: memFree=23630312/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=323388 CPUtime=50.53 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 56317 0 0 0 5040 13 0 0 18 0 5 0 500814598 331149312 25936 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 80847 25936 416 389 0 76597 0
[pid=12315/tid=12317] ppid=12314 vsize=323388 CPUtime=12.64 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 12805 0 0 0 1261 3 0 0 25 0 5 0 500814602 331149312 25936 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=323388 CPUtime=12.55 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 12569 0 0 0 1252 3 0 0 25 0 5 0 500814604 331149312 25936 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=323388 CPUtime=12.6 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 10310 0 0 0 1258 2 0 0 25 0 5 0 500814606 331149312 25936 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=323388 CPUtime=12.6 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 11951 0 0 0 1258 2 0 0 25 0 5 0 500814607 331149312 25936 33554432000 4194304 5787044 140736600264576 18446744073709551615 4220883 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 332088

[startup+25.5012 s]
/proc/loadavg: 8.13 8.03 8.01 9/188 12321
/proc/meminfo: memFree=23605400/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=333384 CPUtime=101.63 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 62906 0 0 0 10146 17 0 0 18 0 5 0 500814598 341385216 32525 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 83346 32525 417 389 0 79096 0
[pid=12315/tid=12317] ppid=12314 vsize=333384 CPUtime=25.44 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 14184 0 0 0 2540 4 0 0 25 0 5 0 500814602 341385216 32525 33554432000 4194304 5787044 140736600264576 18446744073709551615 5590555 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=333384 CPUtime=25.29 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 14859 0 0 0 2524 5 0 0 25 0 5 0 500814604 341385216 32525 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591847 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=333384 CPUtime=25.4 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 11757 0 0 0 2537 3 0 0 25 0 5 0 500814606 341385216 32525 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=333384 CPUtime=25.39 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 13424 0 0 0 2536 3 0 0 25 0 5 0 500814607 341385216 32525 33554432000 4194304 5787044 140736600264576 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 342084

[startup+51.1007 s]
/proc/loadavg: 8.09 8.03 8.01 9/188 12322
/proc/meminfo: memFree=23572140/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=344964 CPUtime=203.88 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 70823 0 0 0 20362 26 0 0 18 0 5 0 500814598 353243136 40437 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 86241 40437 417 389 0 81991 0
[pid=12315/tid=12317] ppid=12314 vsize=344964 CPUtime=51.03 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 15752 0 0 0 5097 6 0 0 25 0 5 0 500814602 353243136 40437 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=344964 CPUtime=50.74 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 16385 0 0 0 5068 6 0 0 25 0 5 0 500814604 353243136 40437 33554432000 4194304 5787044 140736600264576 18446744073709551615 5586755 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=344964 CPUtime=50.99 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 13585 0 0 0 5094 5 0 0 25 0 5 0 500814606 353243136 40437 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=344964 CPUtime=50.99 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 16419 0 0 0 5093 6 0 0 25 0 5 0 500814607 353243136 40437 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 353664

[startup+102.301 s]
/proc/loadavg: 8.08 8.04 8.01 9/188 12323
/proc/meminfo: memFree=23486692/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=367624 CPUtime=408.39 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 85214 0 0 0 40796 43 0 0 18 0 5 0 500814598 376446976 54665 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 91906 54665 417 389 0 87656 0
[pid=12315/tid=12317] ppid=12314 vsize=367624 CPUtime=102.22 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 18747 0 0 0 10212 10 0 0 25 0 5 0 500814602 376446976 54665 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591488 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=367624 CPUtime=101.66 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 20356 0 0 0 10155 11 0 0 25 0 5 0 500814604 376446976 54665 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=367624 CPUtime=102.19 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 18144 0 0 0 10211 8 0 0 25 0 5 0 500814606 376446976 54665 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=367624 CPUtime=102.18 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 19285 0 0 0 10207 11 0 0 25 0 5 0 500814607 376446976 54665 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.39
Current children cumulated vsize (KiB) 376324

[startup+162.301 s]
/proc/loadavg: 8.07 8.04 8.01 9/188 12325
/proc/meminfo: memFree=23392440/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=387860 CPUtime=648.07 cores=1,3,5,7

################
# More data... #
################

/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 49106 0 0 0 87679 61 0 0 25 0 5 0 500814604 808378368 162143 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=789432 CPUtime=882.18 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 43750 0 0 0 88183 35 0 0 25 0 5 0 500814606 808378368 162143 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=789432 CPUtime=882.15 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 49494 0 0 0 88158 57 0 0 25 0 5 0 500814607 808378368 162143 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527575 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 798132

[startup+942.307 s]
/proc/loadavg: 8.06 8.06 8.01 9/188 12378
/proc/meminfo: memFree=23316064/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=790612 CPUtime=3763.77 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 194927 0 0 0 376161 216 0 0 18 0 5 0 500814598 809586688 162331 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 197653 162331 417 389 0 193403 0
[pid=12315/tid=12317] ppid=12314 vsize=790612 CPUtime=942.22 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 43856 0 0 0 94162 60 0 0 25 0 5 0 500814602 809586688 162331 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=790612 CPUtime=937.08 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 49108 0 0 0 93647 61 0 0 25 0 5 0 500814604 809586688 162331 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=790612 CPUtime=942.18 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 43785 0 0 0 94183 35 0 0 25 0 5 0 500814606 809586688 162331 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=790612 CPUtime=942.16 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 49496 0 0 0 94159 57 0 0 25 0 5 0 500814607 809586688 162331 33554432000 4194304 5787044 140736600264576 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 799312

[startup+1002.3 s]
/proc/loadavg: 8.09 8.06 8.00 9/188 12380
/proc/meminfo: memFree=23172464/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=798408 CPUtime=4003.43 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 196412 0 0 0 400126 217 0 0 18 0 5 0 500814598 817569792 163816 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 199602 163816 417 389 0 195352 0
[pid=12315/tid=12317] ppid=12314 vsize=798408 CPUtime=1002.21 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 43857 0 0 0 100161 60 0 0 25 0 5 0 500814602 817569792 163816 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=798408 CPUtime=996.75 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 49111 0 0 0 99614 61 0 0 25 0 5 0 500814604 817569792 163816 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=798408 CPUtime=1002.18 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 45261 0 0 0 100182 36 0 0 25 0 5 0 500814606 817569792 163816 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=798408 CPUtime=1002.15 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 49501 0 0 0 100158 57 0 0 25 0 5 0 500814607 817569792 163816 33554432000 4194304 5787044 140736600264576 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.43
Current children cumulated vsize (KiB) 807108

[startup+1062.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/188 12382
/proc/meminfo: memFree=23052784/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=811068 CPUtime=4243.11 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 199579 0 0 0 424091 220 0 0 18 0 5 0 500814598 830533632 166983 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 202767 166983 417 389 0 198517 0
[pid=12315/tid=12317] ppid=12314 vsize=811068 CPUtime=1062.22 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 43863 0 0 0 106162 60 0 0 25 0 5 0 500814602 830533632 166983 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=811068 CPUtime=1056.42 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 49118 0 0 0 105581 61 0 0 25 0 5 0 500814604 830533632 166983 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=811068 CPUtime=1062.19 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 48393 0 0 0 106180 39 0 0 25 0 5 0 500814606 830533632 166983 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=811068 CPUtime=1062.15 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 49523 0 0 0 106158 57 0 0 25 0 5 0 500814607 830533632 166983 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.11
Current children cumulated vsize (KiB) 819768

[startup+1122.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/188 12383
/proc/meminfo: memFree=22969816/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=822200 CPUtime=4482.78 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 202409 0 0 0 448056 222 0 0 18 0 5 0 500814598 841932800 169813 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 205550 169813 417 389 0 201300 0
[pid=12315/tid=12317] ppid=12314 vsize=822200 CPUtime=1122.22 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 43881 0 0 0 112162 60 0 0 25 0 5 0 500814602 841932800 169813 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=822200 CPUtime=1116.1 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 49138 0 0 0 111549 61 0 0 25 0 5 0 500814604 841932800 169813 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=822200 CPUtime=1122.19 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 51162 0 0 0 112178 41 0 0 25 0 5 0 500814606 841932800 169813 33554432000 4194304 5787044 140736600264576 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=822200 CPUtime=1122.15 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 49546 0 0 0 112158 57 0 0 25 0 5 0 500814607 841932800 169813 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527449 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.78
Current children cumulated vsize (KiB) 830900

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 8.01 9/188 12385
/proc/meminfo: memFree=22881020/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=906580 CPUtime=4722.45 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 207725 0 0 0 472021 224 0 0 18 0 5 0 500814598 928337920 175129 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 226645 175129 417 389 0 222395 0
[pid=12315/tid=12317] ppid=12314 vsize=906580 CPUtime=1182.21 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 43897 0 0 0 118161 60 0 0 25 0 5 0 500814602 928337920 175129 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=906580 CPUtime=1175.77 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 51242 0 0 0 117516 61 0 0 25 0 5 0 500814604 928337920 175129 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=906580 CPUtime=1182.18 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 53844 0 0 0 118176 42 0 0 25 0 5 0 500814606 928337920 175129 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=906580 CPUtime=1182.14 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 50060 0 0 0 118157 57 0 0 25 0 5 0 500814607 928337920 175129 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 915280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.09 8.01 9/188 12385
/proc/meminfo: memFree=22851380/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=910180 CPUtime=4800.39 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 209589 0 0 0 479813 226 0 0 18 0 5 0 500814598 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 227545 176993 417 389 0 223295 0
[pid=12315/tid=12317] ppid=12314 vsize=910180 CPUtime=1201.73 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 43915 0 0 0 120113 60 0 0 25 0 5 0 500814602 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=910180 CPUtime=1195.16 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 51346 0 0 0 119455 61 0 0 25 0 5 0 500814604 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=910180 CPUtime=1201.7 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 54722 0 0 0 120127 43 0 0 25 0 5 0 500814606 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=910180 CPUtime=1201.66 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 50924 0 0 0 120107 59 0 0 25 0 5 0 500814607 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527784 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 918880

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.8 s]
/proc/loadavg: 8.14 8.09 8.01 9/188 12385
/proc/meminfo: memFree=22851380/32951124 swapFree=67111524/67111528
[pid=12314] ppid=12312 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12314/stat : 12314 (priss.sh) S 12312 12314 12135 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500814597 8908800 251 33554432000 4194304 4922060 140737449831008 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/12314/statm: 2175 251 211 178 0 68 0
[pid=12315] ppid=12314 vsize=910180 CPUtime=4800.39 cores=1,3,5,7
/proc/12315/stat : 12315 (priss) S 12314 12314 12135 0 -1 4202496 209589 0 0 0 479813 226 0 0 18 0 5 0 500814598 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 255118592433 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/12315/statm: 227545 176993 417 389 0 223295 0
[pid=12315/tid=12317] ppid=12314 vsize=910180 CPUtime=1201.73 cores=1,3,5,7
/proc/12315/task/12317/stat : 12317 (priss) R 12314 12314 12135 0 -1 4202560 43915 0 0 0 120113 60 0 0 25 0 5 0 500814602 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12315/tid=12318] ppid=12314 vsize=910180 CPUtime=1195.16 cores=1,3,5,7
/proc/12315/task/12318/stat : 12318 (priss) R 12314 12314 12135 0 -1 4202560 51346 0 0 0 119455 61 0 0 25 0 5 0 500814604 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12315/tid=12319] ppid=12314 vsize=910180 CPUtime=1201.7 cores=1,3,5,7
/proc/12315/task/12319/stat : 12319 (priss) R 12314 12314 12135 0 -1 4202560 54722 0 0 0 120127 43 0 0 25 0 5 0 500814606 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12315/tid=12320] ppid=12314 vsize=910180 CPUtime=1201.66 cores=1,3,5,7
/proc/12315/task/12320/stat : 12320 (priss) R 12314 12314 12135 0 -1 4202560 50924 0 0 0 120107 59 0 0 25 0 5 0 500814607 932024320 176993 33554432000 4194304 5787044 140736600264576 18446744073709551615 5527784 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 918880

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12314 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.39
CPU user time (s): 4798.13
CPU system time (s): 2.26
CPU usage (%): 399.425
Max. virtual memory (cumulated for all children) (KiB): 918880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.66475 second user time and 4.90225 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 15:33:05
IDJOB=3250942
IDBENCH=88205
IDSOLVER=1603
FILE ID=node144/3250942-1304083985
RUNJOBID= node144-1304083593-12154
PBS_JOBID= 13170542
Free space on /tmp= 72400 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250942-1304083985/watcher-3250942-1304083985 -o /tmp/evaluation-result-3250942-1304083985/solver-3250942-1304083985 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3250942-1304083985.cnf 483188869 4800 15500 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1002234f62b5dfa01a75197c65e66327
RANDOM SEED=483188869

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23736824 kB
Buffers:       2121804 kB
Cached:        5974612 kB
SwapCached:          4 kB
Active:         673676 kB
Inactive:      7990664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23736824 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3568 kB
Writeback:           0 kB
AnonPages:      567632 kB
Mapped:          15600 kB
Slab:           486364 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   762560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72392 MiB
End job on node144 at 2011-04-29 15:53:09