Trace number 3362433

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.23 1222.23

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
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 variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

Solver Data

0.00/0.00	c Parsing...
1.68/1.79	c ==============================================================================
1.68/1.79	c |           |     ORIGINAL     |              LEARNT              |          |
1.68/1.79	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.68/1.79	c ==============================================================================
2.59/2.66	c |         0 | 4313013 12562187 | 1293903       0        0     nan |  0.000 % |
16.99/17.04	c |         0 | 4281700 13191840 |      --       0       --      -- |     --   | -31256/629794
16.99/17.04	c ==============================================================================
16.99/17.04	c Result  :   #vars: 188087   #clauses: 4281700   #literals: 13191840
16.99/17.04	c CPU time:   16.7924 s
16.99/17.04	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-3362433-1305302666/watcher-3362433-1305302666 -o /tmp/evaluation-result-3362433-1305302666/solver-3362433-1305302666 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362433-1305302666.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.80 8.04 7.98 6/368 26898
/proc/meminfo: memFree=17850484/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0

[startup+0.0758971 s]
/proc/loadavg: 7.80 8.04 7.98 6/368 26898
/proc/meminfo: memFree=17850484/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100891 s]
/proc/loadavg: 7.80 8.04 7.98 6/368 26898
/proc/meminfo: memFree=17850484/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300875 s]
/proc/loadavg: 7.80 8.04 7.98 6/368 26898
/proc/meminfo: memFree=17850484/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700778 s]
/proc/loadavg: 7.80 8.04 7.98 6/368 26898
/proc/meminfo: memFree=17850484/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 7.80 8.04 7.98 6/370 26900
/proc/meminfo: memFree=17711128/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
[pid=26899] ppid=26898 vsize=208496 CPUtime=1.49 cores=0,2,4,6
/proc/26899/stat : 26899 (SatElite) R 26898 26898 25977 0 -1 4202496 49794 0 0 0 133 16 0 0 25 0 1 0 622683065 213499904 49750 33554432000 134512640 135034092 4290078848 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/26899/statm: 52124 49750 51 128 0 51994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 217196

[startup+3.10033 s]
/proc/loadavg: 7.57 7.99 7.97 6/370 26900
/proc/meminfo: memFree=17534428/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
[pid=26899] ppid=26898 vsize=384496 CPUtime=3.08 cores=0,2,4,6
/proc/26899/stat : 26899 (SatElite) R 26898 26898 25977 0 -1 4202496 89563 0 0 0 287 21 0 0 25 0 1 0 622683065 393723904 80888 33554432000 134512640 135034092 4290078848 18446744073709551615 134566697 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26899/statm: 96124 80888 68 128 0 95994 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 393196

[startup+6.30073 s]
/proc/loadavg: 7.57 7.99 7.97 6/370 26900
/proc/meminfo: memFree=17498688/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
[pid=26899] ppid=26898 vsize=449764 CPUtime=6.29 cores=0,2,4,6
/proc/26899/stat : 26899 (SatElite) R 26898 26898 25977 0 -1 4202496 98479 0 0 0 606 23 0 0 25 0 1 0 622683065 460558336 89228 33554432000 134512640 135034092 4290078848 18446744073709551615 134582740 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26899/statm: 112441 89228 68 128 0 112311 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 458464

[startup+12.7005 s]
/proc/loadavg: 7.18 7.89 7.94 6/370 26900
/proc/meminfo: memFree=17438772/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 622683065 8908800 250 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 250 209 178 0 68 0
[pid=26899] ppid=26898 vsize=451300 CPUtime=12.69 cores=0,2,4,6
/proc/26899/stat : 26899 (SatElite) R 26898 26898 25977 0 -1 4202496 98836 0 0 0 1246 23 0 0 25 0 1 0 622683065 462131200 89553 33554432000 134512640 135034092 4290078848 18446744073709551615 134569232 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/26899/statm: 112825 89553 68 128 0 112695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 460000

[startup+25.5011 s]
/proc/loadavg: 6.92 7.81 7.91 9/373 26904
/proc/meminfo: memFree=16702540/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=1020796 CPUtime=8.75 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 238783 0 0 0 840 35 0 0 19 0 4 0 622685047 1045295104 238692 33554432000 134512640 135305190 4293981696 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26901/statm: 255199 238692 84 194 0 255003 0
[pid=26901/tid=26902] ppid=26898 vsize=1020796 CPUtime=1.02 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 2011 0 0 0 101 1 0 0 19 0 4 0 622685511 1045295104 238692 33554432000 134512640 135305190 4293981696 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=1020796 CPUtime=1.01 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 1861 0 0 0 100 1 0 0 19 0 4 0 622685511 1045295104 238692 33554432000 134512640 135305190 4293981696 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=1020796 CPUtime=1.03 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 2322 0 0 0 102 1 0 0 19 0 4 0 622685511 1045295104 238692 33554432000 134512640 135305190 4293981696 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.56
Current children cumulated vsize (KiB) 1029496

[startup+51.1012 s]
/proc/loadavg: 7.29 7.82 7.91 9/373 26905
/proc/meminfo: memFree=16549576/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=1106076 CPUtime=110.82 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 259814 0 0 0 11034 48 0 0 25 0 4 0 622685047 1132621824 259723 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26901/statm: 276519 259723 84 194 0 276323 0
[pid=26901/tid=26902] ppid=26898 vsize=1106076 CPUtime=26.6 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 4938 0 0 0 2657 3 0 0 25 0 4 0 622685511 1132621824 259723 33554432000 134512640 135305190 4293981696 18446744073709551615 134528623 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=1106076 CPUtime=26.31 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 10747 0 0 0 2625 6 0 0 25 0 4 0 622685511 1132621824 259723 33554432000 134512640 135305190 4293981696 18446744073709551615 134551642 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=1106076 CPUtime=26.63 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 6563 0 0 0 2659 4 0 0 25 0 4 0 622685511 1132621824 259723 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 130.63
Current children cumulated vsize (KiB) 1114776

[startup+102.314 s]
/proc/loadavg: 7.76 7.86 7.91 9/373 26906
/proc/meminfo: memFree=16214244/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=1272752 CPUtime=315 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 301699 0 0 0 31436 64 0 0 25 0 4 0 622685047 1303298048 301576 33554432000 134512640 135305190 4293981696 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26901/statm: 318188 301576 84 194 0 317992 0
[pid=26901/tid=26902] ppid=26898 vsize=1272752 CPUtime=77.81 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 8813 0 0 0 7776 5 0 0 25 0 4 0 622685511 1303298048 301576 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=1272752 CPUtime=76.91 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 36758 0 0 0 7677 14 0 0 25 0 4 0 622685511 1303298048 301576 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=1272752 CPUtime=77.84 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 12148 0 0 0 7777 7 0 0 25 0 4 0 622685511 1303298048 301576 33554432000 134512640 135305190 4293981696 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 334.81
Current children cumulated vsize (KiB) 1281452

[startup+162.301 s]
/proc/loadavg: 7.95 7.90 7.92 9/373 26908
/proc/meminfo: memFree=15940904/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=1401848 CPUtime=554.22 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 333571 0 0 0 55341 81 0 0 25 0 4 0 622685047 1435492352 333390 33554432000 134512640 135305190 4293981696 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26901/statm: 350462 333390 84 194 0 350266 0
[pid=26901/tid=26902] ppid=26898 vsize=1401848 CPUtime=137.79 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 13531 0 0 0 13771 8 0 0 25 0 4 0 622685511 1435492352 333390 33554432000 134512640 135305190 4293981696 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=1401848 CPUtime=136.19 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 51575 0 0 0 13597 22 0 0 25 0 4 0 622685511 1435492352 333390 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=1401848 CPUtime=137.82 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 18716 0 0 0 13772 10 0 0 25 0 4 0 622685511 1435492352 333390 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 574.03
Current children cumulated vsize (KiB) 1410548

[startup+222.301 s]
/proc/loadavg: 8.05 7.94 7.93 9/373 26910
/proc/meminfo: memFree=15513444/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=1547840 CPUtime=793.46 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 370098 0 0 0 79246 100 0 0 25 0 4 0 622685047 1584988160 369876 33554432000 134512640 135305190 4293981696 18446744073709551615 134551620 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/26901/statm: 386960 369876 84 194 0 386764 0
[pid=26901/tid=26902] ppid=26898 vsize=1547840 CPUtime=197.76 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 17369 0 0 0 19766 10 0 0 25 0 4 0 622685511 1584988160 369876 33554432000 134512640 135305190 4293981696 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=1547840 CPUtime=195.47 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 68827 0 0 0 19517 30 0 0 25 0 4 0 622685511 1584988160 369876 33554432000 134512640 135305190 4293981696 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=1547840 CPUtime=197.8 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 27815 0 0 0 19766 14 0 0 25 0 4 0 622685511 1584988160 369876 33554432000 134512640 135305190 4293981696 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 813.27

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

/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 84396 0 0 0 73727 45 0 0 25 0 4 0 622685511 2674159616 635030 33554432000 134512640 135305190 4293981696 18446744073709551615 134541918 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2966.54
Current children cumulated vsize (KiB) 2620184

[startup+822.301 s]
/proc/loadavg: 4.12 4.79 6.30 5/363 26945
/proc/meminfo: memFree=18416916/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=2745940 CPUtime=3185.88 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 668831 0 0 0 318048 540 0 0 25 0 4 0 622685047 2811842560 668490 33554432000 134512640 135305190 4293981696 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 686485 668490 84 194 0 686289 0
[pid=26901/tid=26902] ppid=26898 vsize=2745940 CPUtime=792.15 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 47745 0 0 0 79156 59 0 0 25 0 4 0 622685511 2811842560 668490 33554432000 134512640 135305190 4293981696 18446744073709551615 134530646 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=2745940 CPUtime=794.92 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 216253 0 0 0 79199 293 0 0 25 0 4 0 622685511 2811842560 668490 33554432000 134512640 135305190 4293981696 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=2745940 CPUtime=797.71 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 92450 0 0 0 79721 50 0 0 25 0 4 0 622685511 2811842560 668490 33554432000 134512640 135305190 4293981696 18446744073709551615 134558382 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3205.69
Current children cumulated vsize (KiB) 2754640

[startup+882.301 s]
/proc/loadavg: 4.04 4.64 6.15 5/363 26946
/proc/meminfo: memFree=18271576/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=2892680 CPUtime=3425.17 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 705283 0 0 0 341930 587 0 0 25 0 4 0 622685047 2962104320 704941 33554432000 134512640 135305190 4293981696 18446744073709551615 134557478 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 723170 704941 84 194 0 722974 0
[pid=26901/tid=26902] ppid=26898 vsize=2892680 CPUtime=851.45 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 51113 0 0 0 85078 67 0 0 25 0 4 0 622685511 2962104320 704941 33554432000 134512640 135305190 4293981696 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=2892680 CPUtime=854.92 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 233763 0 0 0 85177 315 0 0 25 0 4 0 622685511 2962104320 704941 33554432000 134512640 135305190 4293981696 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=2892680 CPUtime=857.71 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 101634 0 0 0 85716 55 0 0 25 0 4 0 622685511 2962104320 704941 33554432000 134512640 135305190 4293981696 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3444.98
Current children cumulated vsize (KiB) 2901380

[startup+942.301 s]
/proc/loadavg: 4.01 4.52 6.01 5/363 26948
/proc/meminfo: memFree=18202616/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=2960772 CPUtime=3664.44 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 722346 0 0 0 365828 616 0 0 25 0 4 0 622685047 3031830528 722004 33554432000 134512640 135305190 4293981696 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 740193 722004 84 194 0 739997 0
[pid=26901/tid=26902] ppid=26898 vsize=2960772 CPUtime=910.74 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 53033 0 0 0 91002 72 0 0 25 0 4 0 622685511 3031830528 722004 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=2960772 CPUtime=914.91 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 240147 0 0 0 91167 324 0 0 25 0 4 0 622685511 3031830528 722004 33554432000 134512640 135305190 4293981696 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=2960772 CPUtime=917.68 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 106174 0 0 0 91709 59 0 0 25 0 4 0 622685511 3031830528 722004 33554432000 134512640 135305190 4293981696 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3684.25
Current children cumulated vsize (KiB) 2969472

[startup+1002.3 s]
/proc/loadavg: 4.00 4.43 5.88 5/363 26949
/proc/meminfo: memFree=18198628/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=2964648 CPUtime=3903.61 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 723285 0 0 0 389744 617 0 0 25 0 4 0 622685047 3035799552 722943 33554432000 134512640 135305190 4293981696 18446744073709551615 134541978 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 741162 722943 84 194 0 740966 0
[pid=26901/tid=26902] ppid=26898 vsize=2964648 CPUtime=969.98 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 53132 0 0 0 96926 72 0 0 25 0 4 0 622685511 3035799552 722943 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=2964648 CPUtime=974.91 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 240679 0 0 0 97167 324 0 0 25 0 4 0 622685511 3035799552 722943 33554432000 134512640 135305190 4293981696 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=2964648 CPUtime=977.68 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 106316 0 0 0 97709 59 0 0 25 0 4 0 622685511 3035799552 722943 33554432000 134512640 135305190 4293981696 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3923.42
Current children cumulated vsize (KiB) 2973348

[startup+1062.3 s]
/proc/loadavg: 4.00 4.35 5.76 5/363 26951
/proc/meminfo: memFree=18069164/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=3097832 CPUtime=4142.91 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 756385 0 0 0 413627 664 0 0 25 0 4 0 622685047 3172179968 756043 33554432000 134512640 135305190 4293981696 18446744073709551615 134541848 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 774458 756043 84 194 0 774262 0
[pid=26901/tid=26902] ppid=26898 vsize=3097832 CPUtime=1029.28 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 56934 0 0 0 102848 80 0 0 25 0 4 0 622685511 3172179968 756043 33554432000 134512640 135305190 4293981696 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=3097832 CPUtime=1034.91 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 255147 0 0 0 103143 348 0 0 25 0 4 0 622685511 3172179968 756043 33554432000 134512640 135305190 4293981696 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=3097832 CPUtime=1037.68 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 114535 0 0 0 103705 63 0 0 25 0 4 0 622685511 3172179968 756043 33554432000 134512640 135305190 4293981696 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4162.72
Current children cumulated vsize (KiB) 3106532

[startup+1122.3 s]
/proc/loadavg: 4.03 4.29 5.65 5/363 26953
/proc/meminfo: memFree=17873848/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=3291404 CPUtime=4382.18 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 804874 0 0 0 437478 740 0 0 25 0 4 0 622685047 3370397696 804532 33554432000 134512640 135305190 4293981696 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 822851 804532 84 194 0 822655 0
[pid=26901/tid=26902] ppid=26898 vsize=3291404 CPUtime=1088.57 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 62836 0 0 0 108767 90 0 0 25 0 4 0 622685511 3370397696 804532 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=3291404 CPUtime=1094.91 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 274315 0 0 0 109107 384 0 0 25 0 4 0 622685511 3370397696 804532 33554432000 134512640 135305190 4293981696 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=3291404 CPUtime=1097.69 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 126635 0 0 0 109699 70 0 0 25 0 4 0 622685511 3370397696 804532 33554432000 134512640 135305190 4293981696 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4401.99
Current children cumulated vsize (KiB) 3300104

[startup+1182.3 s]
/proc/loadavg: 4.01 4.24 5.56 5/363 26954
/proc/meminfo: memFree=17842340/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=3322832 CPUtime=4621.26 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 812242 0 0 0 461373 753 0 0 25 0 4 0 622685047 3402579968 811900 33554432000 134512640 135305190 4293981696 18446744073709551615 134551508 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 830708 811900 84 194 0 830512 0
[pid=26901/tid=26902] ppid=26898 vsize=3322832 CPUtime=1147.81 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 64036 0 0 0 114688 93 0 0 25 0 4 0 622685511 3402579968 811900 33554432000 134512640 135305190 4293981696 18446744073709551615 134541969 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=3322832 CPUtime=1154.9 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 277100 0 0 0 115102 388 0 0 25 0 4 0 622685511 3402579968 811900 33554432000 134512640 135305190 4293981696 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=3322832 CPUtime=1157.62 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 128603 0 0 0 115691 71 0 0 25 0 4 0 622685511 3402579968 811900 33554432000 134512640 135305190 4293981696 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4641.07
Current children cumulated vsize (KiB) 3331532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1222.2 s]
/proc/loadavg: 4.04 4.22 5.49 5/363 26955
/proc/meminfo: memFree=17841588/32951124 swapFree=66341972/67111528
[pid=26898] ppid=26896 vsize=8700 CPUtime=19.81 cores=0,2,4,6
/proc/26898/stat : 26898 (manysat.sh) S 26896 26898 25977 0 -1 4202496 357 107836 0 0 0 0 1944 37 18 0 1 0 622683065 8908800 253 33554432000 4194304 4922060 140734673832016 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26898/statm: 2175 253 209 178 0 68 0
[pid=26901] ppid=26898 vsize=3322832 CPUtime=4780.42 cores=0,2,4,6
/proc/26901/stat : 26901 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202496 812340 0 0 0 477289 753 0 0 25 0 4 0 622685047 3402579968 811998 33554432000 134512640 135305190 4293981696 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/26901/statm: 830708 811998 84 194 0 830512 0
[pid=26901/tid=26902] ppid=26898 vsize=3322832 CPUtime=1187.23 cores=0,2,4,6
/proc/26901/task/26902/stat : 26902 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 64042 0 0 0 118630 93 0 0 25 0 4 0 622685511 3402579968 811998 33554432000 134512640 135305190 4293981696 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=26901/tid=26903] ppid=26898 vsize=3322832 CPUtime=1194.82 cores=0,2,4,6
/proc/26901/task/26903/stat : 26903 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 277181 0 0 0 119094 388 0 0 25 0 4 0 622685511 3402579968 811998 33554432000 134512640 135305190 4293981696 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26901/tid=26904] ppid=26898 vsize=3322832 CPUtime=1197.54 cores=0,2,4,6
/proc/26901/task/26904/stat : 26904 (manysat1.1_stat) R 26898 26898 25977 0 -1 4202560 128613 0 0 0 119683 71 0 0 25 0 4 0 622685511 3402579968 811998 33554432000 134512640 135305190 4293981696 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 3331532

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

Real time (s): 1222.23
CPU time (s): 4800.23
CPU user time (s): 4792.33
CPU system time (s): 7.9
CPU usage (%): 392.745
Max. virtual memory (cumulated for all children) (KiB): 3331532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.443
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108193
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= 77

runsolver used 4.68829 second user time and 9.75252 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 18:04:35
IDJOB=3362433
IDBENCH=88165
IDSOLVER=1838
FILE ID=node141/3362433-1305302666
RUNJOBID= node141-1305296391-25995
PBS_JOBID= 13321412
Free space on /tmp= 48684 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362433-1305302666/watcher-3362433-1305302666 -o /tmp/evaluation-result-3362433-1305302666/solver-3362433-1305302666 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362433-1305302666.cnf aimd 1

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=269562632

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:      17850772 kB
Buffers:        217632 kB
Cached:        6214524 kB
SwapCached:      22860 kB
Active:        6522352 kB
Inactive:      8329496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17850772 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:           98504 kB
Writeback:           0 kB
AnonPages:     8403164 kB
Mapped:          19976 kB
Slab:           140212 kB
PageTables:      44260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89491988 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= 48744 MiB
End job on node141 at 2011-05-13 18:24:59