Trace number 3362009

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.17 1203.32

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   87044   258924 |   26113       0        0     nan |  0.000 % |
0.00/0.44	c |         0 |   86161   373261 |      --       0       --      -- |     --   | -883/114337
0.00/0.44	c ==============================================================================
0.00/0.44	c Result  :   #vars: 871   #clauses: 86161   #literals: 373261
0.00/0.44	c CPU time:   0.435933 s
0.00/0.44	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-3362009-1305297872/watcher-3362009-1305297872 -o /tmp/evaluation-result-3362009-1305297872/solver-3362009-1305297872 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362009-1305297872.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.65 7.81 6.32 6/295 20205
/proc/meminfo: memFree=24107624/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622203145 8908800 249 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20205/statm: 2175 249 209 178 0 68 0

[startup+0.034897 s]
/proc/loadavg: 7.65 7.81 6.32 6/295 20205
/proc/meminfo: memFree=24107624/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622203145 8908800 249 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20205/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100892 s]
/proc/loadavg: 7.65 7.81 6.32 6/295 20205
/proc/meminfo: memFree=24107624/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622203145 8908800 249 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20205/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300852 s]
/proc/loadavg: 7.65 7.81 6.32 6/295 20205
/proc/meminfo: memFree=24107624/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 622203145 8908800 249 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/20205/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.777455 s]
/proc/loadavg: 7.65 7.81 6.32 6/295 20205
/proc/meminfo: memFree=24107624/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 8700

[startup+1.52656 s]
/proc/loadavg: 7.65 7.81 6.32 6/295 20205
/proc/meminfo: memFree=24107624/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 8700

[startup+3.10027 s]
/proc/loadavg: 7.76 7.83 6.34 9/300 20211
/proc/meminfo: memFree=24062076/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=73140 CPUtime=10.06 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 10005 0 0 0 1003 3 0 0 25 0 4 0 622203195 74895360 9957 33554432000 134512640 135305190 4290055056 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 18285 9957 84 194 0 18089 0
[pid=20208/tid=20209] ppid=20205 vsize=73140 CPUtime=2.47 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 862 0 0 0 247 0 0 0 22 0 4 0 622203204 74895360 9957 33554432000 134512640 135305190 4290055056 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=73140 CPUtime=2.48 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 1434 0 0 0 248 0 0 0 22 0 4 0 622203204 74895360 9957 33554432000 134512640 135305190 4290055056 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=73140 CPUtime=2.49 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 1257 0 0 0 249 0 0 0 22 0 4 0 622203204 74895360 9957 33554432000 134512640 135305190 4290055056 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 81840

[startup+6.30068 s]
/proc/loadavg: 7.76 7.83 6.34 9/300 20211
/proc/meminfo: memFree=24033928/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=86640 CPUtime=22.83 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 13458 0 0 0 2279 4 0 0 25 0 4 0 622203195 88719360 13410 33554432000 134512640 135305190 4290055056 18446744073709551615 134528307 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 21660 13410 84 194 0 21464 0
[pid=20208/tid=20209] ppid=20205 vsize=86640 CPUtime=5.64 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 1571 0 0 0 564 0 0 0 25 0 4 0 622203204 88719360 13410 33554432000 134512640 135305190 4290055056 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=86640 CPUtime=5.69 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 2545 0 0 0 568 1 0 0 25 0 4 0 622203204 88719360 13410 33554432000 134512640 135305190 4290055056 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=86640 CPUtime=5.69 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 1945 0 0 0 569 0 0 0 21 0 4 0 622203204 88719360 13410 33554432000 134512640 135305190 4290055056 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.32
Current children cumulated vsize (KiB) 95340

[startup+12.7005 s]
/proc/loadavg: 7.79 7.84 6.36 9/300 20212
/proc/meminfo: memFree=23997772/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=101356 CPUtime=48.39 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 16995 0 0 0 4834 5 0 0 25 0 4 0 622203195 103788544 16947 33554432000 134512640 135305190 4290055056 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 25339 16947 84 194 0 25143 0
[pid=20208/tid=20209] ppid=20205 vsize=101356 CPUtime=11.99 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 2517 0 0 0 1199 0 0 0 25 0 4 0 622203204 103788544 16947 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=101356 CPUtime=12.09 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 3572 0 0 0 1208 1 0 0 25 0 4 0 622203204 103788544 16947 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=101356 CPUtime=12.1 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 2919 0 0 0 1209 1 0 0 25 0 4 0 622203204 103788544 16947 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 110056

[startup+25.5011 s]
/proc/loadavg: 7.90 7.86 6.38 9/300 20212
/proc/meminfo: memFree=23969748/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=117896 CPUtime=99.45 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 20714 0 0 0 9938 7 0 0 25 0 4 0 622203195 120725504 20653 33554432000 134512640 135305190 4290055056 18446744073709551615 134528307 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 29474 20653 84 194 0 29278 0
[pid=20208/tid=20209] ppid=20205 vsize=117896 CPUtime=24.68 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 3823 0 0 0 2467 1 0 0 25 0 4 0 622203204 120725504 20653 33554432000 134512640 135305190 4290055056 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=117896 CPUtime=24.88 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 3863 0 0 0 2487 1 0 0 25 0 4 0 622203204 120725504 20653 33554432000 134512640 135305190 4290055056 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=117896 CPUtime=24.88 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 3840 0 0 0 2487 1 0 0 25 0 4 0 622203204 120725504 20653 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.94
Current children cumulated vsize (KiB) 126596

[startup+51.1004 s]
/proc/loadavg: 7.94 7.87 6.42 9/300 20213
/proc/meminfo: memFree=23933100/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=134712 CPUtime=201.61 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 24735 0 0 0 20151 10 0 0 25 0 4 0 622203195 137945088 24674 33554432000 134512640 135305190 4290055056 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 33678 24674 84 194 0 33482 0
[pid=20208/tid=20209] ppid=20205 vsize=134712 CPUtime=50.04 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 4650 0 0 0 5003 1 0 0 25 0 4 0 622203204 137945088 24674 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=134712 CPUtime=50.48 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 4664 0 0 0 5046 2 0 0 25 0 4 0 622203204 137945088 24674 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=134712 CPUtime=50.48 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 5515 0 0 0 5046 2 0 0 25 0 4 0 622203204 137945088 24674 33554432000 134512640 135305190 4290055056 18446744073709551615 134528688 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.1
Current children cumulated vsize (KiB) 143412

[startup+102.301 s]
/proc/loadavg: 7.97 7.89 6.51 9/300 20214
/proc/meminfo: memFree=23866864/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=171236 CPUtime=405.91 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 33373 0 0 0 40576 15 0 0 25 0 4 0 622203195 175345664 33308 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 42809 33308 84 194 0 42613 0
[pid=20208/tid=20209] ppid=20205 vsize=171236 CPUtime=100.76 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 6679 0 0 0 10074 2 0 0 25 0 4 0 622203204 175345664 33308 33554432000 134512640 135305190 4290055056 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=171236 CPUtime=101.67 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 6008 0 0 0 10164 3 0 0 25 0 4 0 622203204 175345664 33308 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=171236 CPUtime=101.67 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 7513 0 0 0 10163 4 0 0 25 0 4 0 622203204 175345664 33308 33554432000 134512640 135305190 4290055056 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 406.4
Current children cumulated vsize (KiB) 179936

[startup+162.301 s]
/proc/loadavg: 7.99 7.91 6.60 9/300 20216
/proc/meminfo: memFree=23724368/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=225764 CPUtime=645.35 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 46249 0 0 0 64508 27 0 0 25 0 4 0 622203195 231182336 46167 33554432000 134512640 135305190 4290055056 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 56441 46167 84 194 0 56245 0
[pid=20208/tid=20209] ppid=20205 vsize=225764 CPUtime=160.22 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 9472 0 0 0 16017 5 0 0 25 0 4 0 622203204 231182336 46167 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=225764 CPUtime=161.66 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 9801 0 0 0 16161 5 0 0 25 0 4 0 622203204 231182336 46167 33554432000 134512640 135305190 4290055056 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=225764 CPUtime=161.68 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 11363 0 0 0 16160 8 0 0 25 0 4 0 622203204 231182336 46167 33554432000 134512640 135305190 4290055056 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 645.84
Current children cumulated vsize (KiB) 234464

[startup+222.301 s]

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

/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 20828 0 0 0 76143 22 0 0 25 0 4 0 622203204 397021184 82315 33554432000 134512640 135305190 4290055056 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.25
Current children cumulated vsize (KiB) 396416

[startup+822.301 s]
/proc/loadavg: 8.05 8.04 7.32 9/300 20266
/proc/meminfo: memFree=21319544/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=401724 CPUtime=3279.23 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 85192 0 0 0 327856 67 0 0 25 0 4 0 622203195 411365376 85052 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 100431 85052 84 194 0 100235 0
[pid=20208/tid=20209] ppid=20205 vsize=401724 CPUtime=814.22 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 18208 0 0 0 81411 11 0 0 25 0 4 0 622203204 411365376 85052 33554432000 134512640 135305190 4290055056 18446744073709551615 134528438 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=401724 CPUtime=821.55 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 21451 0 0 0 82139 16 0 0 25 0 4 0 622203204 411365376 85052 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=401724 CPUtime=821.66 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 21061 0 0 0 82144 22 0 0 25 0 4 0 622203204 411365376 85052 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.72
Current children cumulated vsize (KiB) 410424

[startup+882.301 s]
/proc/loadavg: 8.13 8.06 7.37 9/300 20268
/proc/meminfo: memFree=20936592/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=421424 CPUtime=3518.65 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 89692 0 0 0 351793 72 0 0 25 0 4 0 622203195 431538176 89552 33554432000 134512640 135305190 4290055056 18446744073709551615 134539423 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 105356 89552 84 194 0 105160 0
[pid=20208/tid=20209] ppid=20205 vsize=421424 CPUtime=873.67 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 19349 0 0 0 87355 12 0 0 25 0 4 0 622203204 431538176 89552 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=421424 CPUtime=881.52 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 22610 0 0 0 88135 17 0 0 25 0 4 0 622203204 431538176 89552 33554432000 134512640 135305190 4290055056 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=421424 CPUtime=881.65 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 22249 0 0 0 88142 23 0 0 25 0 4 0 622203204 431538176 89552 33554432000 134512640 135305190 4290055056 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.14
Current children cumulated vsize (KiB) 430124

[startup+942.311 s]
/proc/loadavg: 8.12 8.06 7.41 9/300 20269
/proc/meminfo: memFree=20726504/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=429376 CPUtime=3758.13 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 91541 0 0 0 375740 73 0 0 25 0 4 0 622203195 439681024 91401 33554432000 134512640 135305190 4290055056 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 107344 91401 84 194 0 107148 0
[pid=20208/tid=20209] ppid=20205 vsize=429376 CPUtime=933.14 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 19504 0 0 0 93301 13 0 0 25 0 4 0 622203204 439681024 91401 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=429376 CPUtime=941.52 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 23229 0 0 0 94134 18 0 0 25 0 4 0 622203204 439681024 91401 33554432000 134512640 135305190 4290055056 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=429376 CPUtime=941.66 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 22751 0 0 0 94142 24 0 0 25 0 4 0 622203204 439681024 91401 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.62
Current children cumulated vsize (KiB) 438076

[startup+1002.3 s]
/proc/loadavg: 8.14 8.08 7.46 9/300 20280
/proc/meminfo: memFree=20339448/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=431688 CPUtime=3997.52 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 92132 0 0 0 399678 74 0 0 25 0 4 0 622203195 442048512 91992 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 107922 91992 84 194 0 107726 0
[pid=20208/tid=20209] ppid=20205 vsize=431688 CPUtime=992.58 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 19663 0 0 0 99245 13 0 0 25 0 4 0 622203204 442048512 91992 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=431688 CPUtime=1001.5 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 23310 0 0 0 100132 18 0 0 25 0 4 0 622203204 442048512 91992 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=431688 CPUtime=1001.65 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 22807 0 0 0 100141 24 0 0 25 0 4 0 622203204 442048512 91992 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.01
Current children cumulated vsize (KiB) 440388

[startup+1062.3 s]
/proc/loadavg: 8.48 8.17 7.52 5/293 20299
/proc/meminfo: memFree=21839520/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=435424 CPUtime=4236.96 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 92820 0 0 0 423594 102 0 0 25 0 4 0 622203195 445874176 92680 33554432000 134512640 135305190 4290055056 18446744073709551615 134528688 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 108856 92680 84 194 0 108660 0
[pid=20208/tid=20209] ppid=20205 vsize=435424 CPUtime=1052.03 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 19959 0 0 0 105164 39 0 0 25 0 4 0 622203204 445874176 92680 33554432000 134512640 135305190 4290055056 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=435424 CPUtime=1061.49 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 23560 0 0 0 106130 19 0 0 25 0 4 0 622203204 445874176 92680 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=435424 CPUtime=1061.64 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 22933 0 0 0 106140 24 0 0 25 0 4 0 622203204 445874176 92680 33554432000 134512640 135305190 4290055056 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.45
Current children cumulated vsize (KiB) 444124

[startup+1122.3 s]
/proc/loadavg: 7.17 7.85 7.45 10/300 20316
/proc/meminfo: memFree=21791552/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=445500 CPUtime=4476.4 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 95286 0 0 0 447490 150 0 0 25 0 4 0 622203195 456192000 95146 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 111375 95146 84 194 0 111179 0
[pid=20208/tid=20209] ppid=20205 vsize=445500 CPUtime=1111.49 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 21017 0 0 0 111068 81 0 0 25 0 4 0 622203204 456192000 95146 33554432000 134512640 135305190 4290055056 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=445500 CPUtime=1121.47 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 24263 0 0 0 112127 20 0 0 25 0 4 0 622203204 456192000 95146 33554432000 134512640 135305190 4290055056 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=445500 CPUtime=1121.65 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 23449 0 0 0 112136 29 0 0 25 0 4 0 622203204 456192000 95146 33554432000 134512640 135305190 4290055056 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.89
Current children cumulated vsize (KiB) 454200

[startup+1182.3 s]
/proc/loadavg: 7.39 7.79 7.46 9/300 20350
/proc/meminfo: memFree=23133800/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=459048 CPUtime=4715.86 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 98469 0 0 0 471429 157 0 0 25 0 4 0 622203195 470065152 98329 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 114762 98329 84 194 0 114566 0
[pid=20208/tid=20209] ppid=20205 vsize=459048 CPUtime=1170.95 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 22333 0 0 0 117010 85 0 0 25 0 4 0 622203204 470065152 98329 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=459048 CPUtime=1181.46 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 25407 0 0 0 118124 22 0 0 25 0 4 0 622203204 470065152 98329 33554432000 134512640 135305190 4290055056 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=459048 CPUtime=1181.65 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 24094 0 0 0 118135 30 0 0 25 0 4 0 622203204 470065152 98329 33554432000 134512640 135305190 4290055056 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.35
Current children cumulated vsize (KiB) 467748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 7.56 7.81 7.47 9/300 20350
/proc/meminfo: memFree=22978360/32951124 swapFree=63485424/67111528
[pid=20205] ppid=20203 vsize=8700 CPUtime=0.49 cores=0,2,4,6
/proc/20205/stat : 20205 (manysat.sh) S 20203 20205 19790 0 -1 4202496 357 2388 0 0 0 0 49 0 20 0 1 0 622203145 8908800 252 33554432000 4194304 4922060 140735647895360 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20205/statm: 2175 252 209 178 0 68 0
[pid=20208] ppid=20205 vsize=461292 CPUtime=4799.68 cores=0,2,4,6
/proc/20208/stat : 20208 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202496 99016 0 0 0 479811 157 0 0 25 0 4 0 622203195 472363008 98876 33554432000 134512640 135305190 4290055056 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20208/statm: 115323 98876 84 194 0 115127 0
[pid=20208/tid=20209] ppid=20205 vsize=461292 CPUtime=1191.75 cores=0,2,4,6
/proc/20208/task/20209/stat : 20209 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 22460 0 0 0 119090 85 0 0 25 0 4 0 622203204 472363008 98876 33554432000 134512640 135305190 4290055056 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=20208/tid=20210] ppid=20205 vsize=461292 CPUtime=1202.48 cores=0,2,4,6
/proc/20208/task/20210/stat : 20210 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 25596 0 0 0 120225 23 0 0 25 0 4 0 622203204 472363008 98876 33554432000 134512640 135305190 4290055056 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20208/tid=20211] ppid=20205 vsize=461292 CPUtime=1202.66 cores=0,2,4,6
/proc/20208/task/20211/stat : 20211 (manysat1.1_stat) R 20205 20205 19790 0 -1 4202560 24280 0 0 0 120236 30 0 0 25 0 4 0 622203204 472363008 98876 33554432000 134512640 135305190 4290055056 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 469992

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 20205 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=499924
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.504923
# while last known CPU time is 4800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.32
CPU time (s): 4800.17
CPU user time (s): 4798.6
CPU system time (s): 1.57
CPU usage (%): 398.91
Max. virtual memory (cumulated for all children) (KiB): 469992

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

runsolver used 3.17552 second user time and 7.77682 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 16:44:32
IDJOB=3362009
IDBENCH=71089
IDSOLVER=1838
FILE ID=node147/3362009-1305297872
RUNJOBID= node147-1305296390-19808
PBS_JOBID= 13321406
Free space on /tmp= 52496 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362009-1305297872/watcher-3362009-1305297872 -o /tmp/evaluation-result-3362009-1305297872/solver-3362009-1305297872 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362009-1305297872.cnf aimd 1

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1259486140

node147.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.836
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.67
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.836
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	: 5332.75
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:      24107772 kB
Buffers:        225132 kB
Cached:        4819264 kB
SwapCached:      13132 kB
Active:        1943512 kB
Inactive:      6688124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24107772 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            3288 kB
Writeback:           0 kB
AnonPages:     3582856 kB
Mapped:          15788 kB
Slab:           120468 kB
PageTables:      30068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45448740 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= 52396 MiB
End job on node147 at 2011-05-13 17:04:38