Trace number 3362163

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.4 1205.43

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  265716   620004 |   79714       0        0     nan |  0.000 % |
1.00/1.01	c |         0 |  130698   465103 |      --       0       --      -- |     --   | -135016/-154896
1.00/1.01	c ==============================================================================
1.00/1.01	c Result  :   #vars: 21481   #clauses: 130698   #literals: 465103
1.00/1.01	c CPU time:   0.992849 s
1.00/1.01	c ==============================================================================

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: 961)

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-3362163-1305299492/watcher-3362163-1305299492 -o /tmp/evaluation-result-3362163-1305299492/solver-3362163-1305299492 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362163-1305299492.cnf aimd 1 

running on 4 cores: 0,2,4,6

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: 7.84 8.07 7.74 5/368 26538
/proc/meminfo: memFree=17562860/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622364832 8908800 250 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26538/statm: 2175 250 209 178 0 68 0

[startup+0.0501661 s]
/proc/loadavg: 7.84 8.07 7.74 5/368 26538
/proc/meminfo: memFree=17562860/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622364832 8908800 250 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26538/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101153 s]
/proc/loadavg: 7.84 8.07 7.74 5/368 26538
/proc/meminfo: memFree=17562860/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622364832 8908800 250 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26538/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301117 s]
/proc/loadavg: 7.84 8.07 7.74 5/368 26538
/proc/meminfo: memFree=17562860/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622364832 8908800 250 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26538/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701049 s]
/proc/loadavg: 7.84 8.07 7.74 5/368 26538
/proc/meminfo: memFree=17562860/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622364832 8908800 250 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26538/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50085 s]
/proc/loadavg: 7.84 8.07 7.74 7/370 26540
/proc/meminfo: memFree=17513624/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 8700

[startup+3.10058 s]
/proc/loadavg: 7.84 8.07 7.74 5/367 26545
/proc/meminfo: memFree=21291556/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=95112 CPUtime=7.28 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 15141 0 0 0 717 11 0 0 18 0 4 0 622364945 97394688 15076 33554432000 134512640 135305190 4288182352 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26541/statm: 23778 15076 84 194 0 23582 0
[pid=26541/tid=26542] ppid=26538 vsize=95112 CPUtime=1.76 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 1262 0 0 0 174 2 0 0 19 0 4 0 622364962 97394688 15076 33554432000 134512640 135305190 4288182352 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=95112 CPUtime=1.76 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 1550 0 0 0 174 2 0 0 18 0 4 0 622364962 97394688 15076 33554432000 134512640 135305190 4288182352 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=95112 CPUtime=1.76 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 1366 0 0 0 174 2 0 0 18 0 4 0 622364962 97394688 15076 33554432000 134512640 135305190 4288182352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 103812

[startup+6.301 s]
/proc/loadavg: 7.61 8.02 7.72 6/370 26573
/proc/meminfo: memFree=21236784/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=115708 CPUtime=19.99 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 20377 0 0 0 1983 16 0 0 22 0 4 0 622364945 118484992 20312 33554432000 134512640 135305190 4288182352 18446744073709551615 134528187 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26541/statm: 28927 20312 84 194 0 28731 0
[pid=26541/tid=26542] ppid=26538 vsize=115708 CPUtime=4.95 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 2270 0 0 0 492 3 0 0 18 0 4 0 622364962 118484992 20312 33554432000 134512640 135305190 4288182352 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=115708 CPUtime=4.94 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 2969 0 0 0 491 3 0 0 18 0 4 0 622364962 118484992 20312 33554432000 134512640 135305190 4288182352 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=115708 CPUtime=4.9 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 2707 0 0 0 486 4 0 0 18 0 4 0 622364962 118484992 20312 33554432000 134512640 135305190 4288182352 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.11
Current children cumulated vsize (KiB) 124408

[startup+12.7007 s]
/proc/loadavg: 7.64 8.02 7.72 9/373 26577
/proc/meminfo: memFree=21189164/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=143656 CPUtime=45.47 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 27059 0 0 0 4525 22 0 0 18 0 4 0 622364945 147103744 26994 33554432000 134512640 135305190 4288182352 18446744073709551615 134557056 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26541/statm: 35914 26994 84 194 0 35718 0
[pid=26541/tid=26542] ppid=26538 vsize=143656 CPUtime=11.34 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 3248 0 0 0 1129 5 0 0 25 0 4 0 622364962 147103744 26994 33554432000 134512640 135305190 4288182352 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=143656 CPUtime=11.34 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 6123 0 0 0 1128 6 0 0 25 0 4 0 622364962 147103744 26994 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=143656 CPUtime=11.21 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 3768 0 0 0 1116 5 0 0 18 0 4 0 622364962 147103744 26994 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.59
Current children cumulated vsize (KiB) 152356

[startup+25.5003 s]
/proc/loadavg: 7.72 8.01 7.73 9/373 26578
/proc/meminfo: memFree=21150680/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=157128 CPUtime=96.43 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 30505 0 0 0 9616 27 0 0 25 0 4 0 622364945 160899072 30440 33554432000 134512640 135305190 4288182352 18446744073709551615 134558379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26541/statm: 39282 30440 84 194 0 39086 0
[pid=26541/tid=26542] ppid=26538 vsize=157128 CPUtime=24.12 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 3884 0 0 0 2406 6 0 0 25 0 4 0 622364962 160899072 30440 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=157128 CPUtime=24.13 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 7386 0 0 0 2406 7 0 0 25 0 4 0 622364962 160899072 30440 33554432000 134512640 135305190 4288182352 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=157128 CPUtime=23.82 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 4386 0 0 0 2376 6 0 0 25 0 4 0 622364962 160899072 30440 33554432000 134512640 135305190 4288182352 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.55
Current children cumulated vsize (KiB) 165828

[startup+51.1005 s]
/proc/loadavg: 7.96 8.04 7.74 8/373 26578
/proc/meminfo: memFree=21081972/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=191280 CPUtime=198.42 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 38773 0 0 0 19806 36 0 0 25 0 4 0 622364945 195870720 38708 33554432000 134512640 135305190 4288182352 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26541/statm: 47820 38708 84 194 0 47624 0
[pid=26541/tid=26542] ppid=26538 vsize=191280 CPUtime=49.67 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 5408 0 0 0 4958 9 0 0 25 0 4 0 622364962 195870720 38708 33554432000 134512640 135305190 4288182352 18446744073709551615 134557529 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=191280 CPUtime=49.72 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 10662 0 0 0 4962 10 0 0 25 0 4 0 622364962 195870720 38708 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=191280 CPUtime=49.13 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 5900 0 0 0 4905 8 0 0 25 0 4 0 622364962 195870720 38708 33554432000 134512640 135305190 4288182352 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.54
Current children cumulated vsize (KiB) 199980

[startup+102.314 s]
/proc/loadavg: 7.98 8.04 7.75 9/373 26580
/proc/meminfo: memFree=20975624/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=266488 CPUtime=402.52 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 57504 0 0 0 40200 52 0 0 25 0 4 0 622364945 272883712 57439 33554432000 134512640 135305190 4288182352 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/26541/statm: 66622 57439 84 194 0 66426 0
[pid=26541/tid=26542] ppid=26538 vsize=266488 CPUtime=100.85 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 7817 0 0 0 10074 11 0 0 25 0 4 0 622364962 272883712 57439 33554432000 134512640 135305190 4288182352 18446744073709551615 134569799 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=266488 CPUtime=100.88 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21872 0 0 0 10073 15 0 0 25 0 4 0 622364962 272883712 57439 33554432000 134512640 135305190 4288182352 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=266488 CPUtime=99.85 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 8522 0 0 0 9974 11 0 0 25 0 4 0 622364962 272883712 57439 33554432000 134512640 135305190 4288182352 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 403.64
Current children cumulated vsize (KiB) 275188

[startup+162.3 s]
/proc/loadavg: 8.14 8.06 7.78 9/373 26581
/proc/meminfo: memFree=20917564/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=314608 CPUtime=641.59 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 69448 0 0 0 64092 67 0 0 25 0 4 0 622364945 322158592 69383 33554432000 134512640 135305190 4288182352 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/26541/statm: 78652 69383 84 194 0 78456 0
[pid=26541/tid=26542] ppid=26538 vsize=314608 CPUtime=160.8 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 10005 0 0 0 16066 14 0 0 25 0 4 0 622364962 322158592 69383 33554432000 134512640 135305190 4288182352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=314608 CPUtime=160.83 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 28312 0 0 0 16062 21 0 0 25 0 4 0 622364962 322158592 69383 33554432000 134512640 135305190 4288182352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=314608 CPUtime=159.79 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 9947 0 0 0 15965 14 0 0 25 0 4 0 622364962 322158592 69383 33554432000 134512640 135305190 4288182352 18446744073709551615 134530552 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 642.71
Current children cumulated vsize (KiB) 323308

[startup+222.301 s]

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

/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 20367 0 0 0 75915 33 0 0 25 0 4 0 622364962 689414144 157495 33554432000 134512640 135305190 4288182352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3034.66
Current children cumulated vsize (KiB) 681956

[startup+822.301 s]
/proc/loadavg: 8.27 8.15 7.95 11/374 26602
/proc/meminfo: memFree=20292844/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=693264 CPUtime=3272.3 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 162298 0 0 0 327075 155 0 0 25 0 4 0 622364945 709902336 162233 33554432000 134512640 135305190 4288182352 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 173316 162233 84 194 0 173120 0
[pid=26541/tid=26542] ppid=26538 vsize=693264 CPUtime=819.59 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 20917 0 0 0 81931 28 0 0 25 0 4 0 622364962 709902336 162233 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=693264 CPUtime=817.38 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 84350 0 0 0 81681 57 0 0 25 0 4 0 622364962 709902336 162233 33554432000 134512640 135305190 4288182352 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=693264 CPUtime=819.37 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21143 0 0 0 81902 35 0 0 25 0 4 0 622364962 709902336 162233 33554432000 134512640 135305190 4288182352 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3273.42
Current children cumulated vsize (KiB) 701964

[startup+882.3 s]
/proc/loadavg: 8.27 8.18 7.97 9/373 26603
/proc/meminfo: memFree=20285296/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=709244 CPUtime=3510.96 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 165909 0 0 0 350935 161 0 0 25 0 4 0 622364945 726265856 165844 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 177311 165844 84 194 0 177115 0
[pid=26541/tid=26542] ppid=26538 vsize=709244 CPUtime=879.49 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21299 0 0 0 87920 29 0 0 25 0 4 0 622364962 726265856 165844 33554432000 134512640 135305190 4288182352 18446744073709551615 134530572 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=709244 CPUtime=876.16 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 86436 0 0 0 87556 60 0 0 25 0 4 0 622364962 726265856 165844 33554432000 134512640 135305190 4288182352 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=709244 CPUtime=879.35 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21716 0 0 0 87899 36 0 0 25 0 4 0 622364962 726265856 165844 33554432000 134512640 135305190 4288182352 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3512.08
Current children cumulated vsize (KiB) 717944

[startup+942.301 s]
/proc/loadavg: 8.37 8.21 7.99 9/373 26605
/proc/meminfo: memFree=20266660/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=716404 CPUtime=3750.22 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 167622 0 0 0 374857 165 0 0 25 0 4 0 622364945 733597696 167557 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 179101 167557 84 194 0 178905 0
[pid=26541/tid=26542] ppid=26538 vsize=716404 CPUtime=939.14 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21712 0 0 0 93884 30 0 0 25 0 4 0 622364962 733597696 167557 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=716404 CPUtime=935.76 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 87397 0 0 0 93515 61 0 0 25 0 4 0 622364962 733597696 167557 33554432000 134512640 135305190 4288182352 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=716404 CPUtime=939.34 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21910 0 0 0 93897 37 0 0 25 0 4 0 622364962 733597696 167557 33554432000 134512640 135305190 4288182352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3751.34
Current children cumulated vsize (KiB) 725104

[startup+1002.3 s]
/proc/loadavg: 8.21 8.18 8.00 9/373 26607
/proc/meminfo: memFree=20231276/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=721500 CPUtime=3989.47 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 168634 0 0 0 398780 167 0 0 25 0 4 0 622364945 738816000 168569 33554432000 134512640 135305190 4288182352 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 180375 168569 84 194 0 180179 0
[pid=26541/tid=26542] ppid=26538 vsize=721500 CPUtime=999.13 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21728 0 0 0 99883 30 0 0 25 0 4 0 622364962 738816000 168569 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=721500 CPUtime=995.56 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 87645 0 0 0 99494 62 0 0 25 0 4 0 622364962 738816000 168569 33554432000 134512640 135305190 4288182352 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=721500 CPUtime=998.8 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22247 0 0 0 99843 37 0 0 25 0 4 0 622364962 738816000 168569 33554432000 134512640 135305190 4288182352 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3990.59
Current children cumulated vsize (KiB) 730200

[startup+1062.3 s]
/proc/loadavg: 8.11 8.16 8.00 9/373 26608
/proc/meminfo: memFree=20223180/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=724212 CPUtime=4228.63 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 169347 0 0 0 422693 170 0 0 25 0 4 0 622364945 741593088 169282 33554432000 134512640 135305190 4288182352 18446744073709551615 134556770 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 181053 169282 84 194 0 180857 0
[pid=26541/tid=26542] ppid=26538 vsize=724212 CPUtime=1059.14 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 21819 0 0 0 105883 31 0 0 25 0 4 0 622364962 741593088 169282 33554432000 134512640 135305190 4288182352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=724212 CPUtime=1054.86 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 87938 0 0 0 105423 63 0 0 25 0 4 0 622364962 741593088 169282 33554432000 134512640 135305190 4288182352 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=724212 CPUtime=1058.72 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22279 0 0 0 105834 38 0 0 25 0 4 0 622364962 741593088 169282 33554432000 134512640 135305190 4288182352 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4229.75
Current children cumulated vsize (KiB) 732912

[startup+1122.3 s]
/proc/loadavg: 8.17 8.16 8.01 9/373 26610
/proc/meminfo: memFree=20205528/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=738524 CPUtime=4467.89 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 172925 0 0 0 446616 173 0 0 25 0 4 0 622364945 756248576 172860 33554432000 134512640 135305190 4288182352 18446744073709551615 134547978 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 184631 172860 84 194 0 184435 0
[pid=26541/tid=26542] ppid=26538 vsize=738524 CPUtime=1119.13 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22462 0 0 0 111882 31 0 0 25 0 4 0 622364962 756248576 172860 33554432000 134512640 135305190 4288182352 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=738524 CPUtime=1114.12 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 90846 0 0 0 111348 64 0 0 25 0 4 0 622364962 756248576 172860 33554432000 134512640 135305190 4288182352 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=738524 CPUtime=1118.71 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22300 0 0 0 111831 40 0 0 25 0 4 0 622364962 756248576 172860 33554432000 134512640 135305190 4288182352 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4469.01
Current children cumulated vsize (KiB) 747224

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.01 9/373 26611
/proc/meminfo: memFree=20199904/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=741128 CPUtime=4707.19 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 173674 0 0 0 470544 175 0 0 25 0 4 0 622364945 758915072 173609 33554432000 134512640 135305190 4288182352 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 185282 173609 84 194 0 185086 0
[pid=26541/tid=26542] ppid=26538 vsize=741128 CPUtime=1179.14 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22636 0 0 0 117883 31 0 0 25 0 4 0 622364962 758915072 173609 33554432000 134512640 135305190 4288182352 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=741128 CPUtime=1173.43 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 91233 0 0 0 117278 65 0 0 25 0 4 0 622364962 758915072 173609 33554432000 134512640 135305190 4288182352 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=741128 CPUtime=1178.7 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22336 0 0 0 117830 40 0 0 25 0 4 0 622364962 758915072 173609 33554432000 134512640 135305190 4288182352 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4708.31
Current children cumulated vsize (KiB) 749828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.4 s]
/proc/loadavg: 8.08 8.13 8.01 9/373 26612
/proc/meminfo: memFree=20195416/32951124 swapFree=66341972/67111528
[pid=26538] ppid=26536 vsize=8700 CPUtime=1.12 cores=0,2,4,6
/proc/26538/stat : 26538 (manysat.sh) S 26536 26538 25977 0 -1 4202496 357 11335 0 0 0 0 109 3 18 0 1 0 622364832 8908800 253 33554432000 4194304 4922060 140733317486256 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26538/statm: 2175 253 209 178 0 68 0
[pid=26541] ppid=26538 vsize=743104 CPUtime=4799.28 cores=0,2,4,6
/proc/26541/stat : 26541 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202496 174196 0 0 0 479752 176 0 0 25 0 4 0 622364945 760938496 174131 33554432000 134512640 135305190 4288182352 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26541/statm: 185776 174131 84 194 0 185580 0
[pid=26541/tid=26542] ppid=26538 vsize=743104 CPUtime=1202.19 cores=0,2,4,6
/proc/26541/task/26542/stat : 26542 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22668 0 0 0 120187 32 0 0 25 0 4 0 622364962 760938496 174131 33554432000 134512640 135305190 4288182352 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26541/tid=26543] ppid=26538 vsize=743104 CPUtime=1196.25 cores=0,2,4,6
/proc/26541/task/26543/stat : 26543 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 91597 0 0 0 119560 65 0 0 25 0 4 0 622364962 760938496 174131 33554432000 134512640 135305190 4288182352 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26541/tid=26544] ppid=26538 vsize=743104 CPUtime=1201.81 cores=0,2,4,6
/proc/26541/task/26544/stat : 26544 (manysat1.1_stat) R 26538 26538 25977 0 -1 4202560 22396 0 0 0 120140 41 0 0 25 0 4 0 622364962 760938496 174131 33554432000 134512640 135305190 4288182352 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 751804

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1205.43
CPU time (s): 4800.4
CPU user time (s): 4798.61
CPU system time (s): 1.79
CPU usage (%): 398.233
Max. virtual memory (cumulated for all children) (KiB): 751804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.09483
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11692
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= 8
involuntary context switches= 8

runsolver used 3.85341 second user time and 10.4194 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 17:11:32
IDJOB=3362163
IDBENCH=82467
IDSOLVER=1838
FILE ID=node141/3362163-1305299492
RUNJOBID= node141-1305296391-25995
PBS_JOBID= 13321412
Free space on /tmp= 48872 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362163-1305299492/watcher-3362163-1305299492 -o /tmp/evaluation-result-3362163-1305299492/solver-3362163-1305299492 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362163-1305299492.cnf aimd 1

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1985177233

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.75
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17563140 kB
Buffers:        212080 kB
Cached:        5917868 kB
SwapCached:      22860 kB
Active:        6913788 kB
Inactive:      8241268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17563140 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:            5876 kB
Writeback:           0 kB
AnonPages:     9008220 kB
Mapped:          19896 kB
Slab:           125028 kB
PageTables:      45420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90075220 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= 48888 MiB
End job on node141 at 2011-05-13 17:31:40