Trace number 3362199

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.08 1205.82

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
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 variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  564951  1318219 |  169485       0        0     nan |  0.000 % |
1.59/1.66	c |         0 |  279680   895605 |      --       0       --      -- |     --   | -285269/-422609
1.59/1.66	c ==============================================================================
1.59/1.66	c Result  :   #vars: 57963   #clauses: 279680   #literals: 895605
1.59/1.66	c CPU time:   1.59376 s
1.59/1.66	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-3362199-1305299644/watcher-3362199-1305299644 -o /tmp/evaluation-result-3362199-1305299644/solver-3362199-1305299644 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362199-1305299644.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: 4.84 6.09 6.93 2/280 12148
/proc/meminfo: memFree=20213536/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622379802 8908800 250 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12148/statm: 2175 250 209 178 0 68 0

[startup+0.029328 s]
/proc/loadavg: 4.84 6.09 6.93 2/280 12148
/proc/meminfo: memFree=20213536/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622379802 8908800 250 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12148/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100341 s]
/proc/loadavg: 4.84 6.09 6.93 2/280 12148
/proc/meminfo: memFree=20213536/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622379802 8908800 250 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12148/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30031 s]
/proc/loadavg: 4.84 6.09 6.93 2/280 12148
/proc/meminfo: memFree=20213536/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622379802 8908800 250 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12148/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700234 s]
/proc/loadavg: 4.84 6.09 6.93 2/280 12148
/proc/meminfo: memFree=20213536/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622379802 8908800 250 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12148/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50109 s]
/proc/loadavg: 4.84 6.09 6.93 3/282 12150
/proc/meminfo: memFree=20115072/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 622379802 8908800 250 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/12148/statm: 2175 250 209 178 0 68 0
[pid=12149] ppid=12148 vsize=97340 CPUtime=1.49 cores=0,2,4,6
/proc/12149/stat : 12149 (SatElite) R 12148 12148 11653 0 -1 4202496 23425 0 0 0 143 6 0 0 25 0 1 0 622379802 99676160 21372 33554432000 134512640 135034092 4291587840 18446744073709551615 134569447 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/12149/statm: 24335 21372 68 128 0 24205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106040

[startup+3.10075 s]
/proc/loadavg: 4.84 6.09 6.93 3/282 12151
/proc/meminfo: memFree=20132680/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=126820 CPUtime=3.75 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 22935 0 0 0 368 7 0 0 18 0 4 0 622379988 129863680 22854 33554432000 134512640 135305190 4294543984 18446744073709551615 134542053 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12151/statm: 31705 22854 84 194 0 31509 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 135520

[startup+6.30119 s]
/proc/loadavg: 4.85 6.07 6.92 6/285 12154
/proc/meminfo: memFree=20088236/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=145124 CPUtime=16.49 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 27703 0 0 0 1635 14 0 0 20 0 4 0 622379988 148606976 27564 33554432000 134512640 135305190 4294543984 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12151/statm: 36281 27564 84 194 0 36085 0
[pid=12151/tid=12152] ppid=12148 vsize=145124 CPUtime=4.01 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 1523 0 0 0 400 1 0 0 18 0 4 0 622380025 148606976 27564 33554432000 134512640 135305190 4294543984 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=145124 CPUtime=4.02 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 3026 0 0 0 398 4 0 0 19 0 4 0 622380025 148606976 27564 33554432000 134512640 135305190 4294543984 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=145124 CPUtime=4 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 2007 0 0 0 398 2 0 0 21 0 4 0 622380025 148606976 27564 33554432000 134512640 135305190 4294543984 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.35
Current children cumulated vsize (KiB) 153824

[startup+12.701 s]
/proc/loadavg: 4.86 6.05 6.91 6/285 12154
/proc/meminfo: memFree=20054712/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=180496 CPUtime=41.98 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 36091 0 0 0 4175 23 0 0 25 0 4 0 622379988 184827904 35952 33554432000 134512640 135305190 4294543984 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12151/statm: 45124 35952 84 194 0 44928 0
[pid=12151/tid=12152] ppid=12148 vsize=180496 CPUtime=10.4 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 2854 0 0 0 1037 3 0 0 19 0 4 0 622380025 184827904 35952 33554432000 134512640 135305190 4294543984 18446744073709551615 134531216 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=180496 CPUtime=10.41 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 6997 0 0 0 1034 7 0 0 18 0 4 0 622380025 184827904 35952 33554432000 134512640 135305190 4294543984 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=180496 CPUtime=10.33 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 4047 0 0 0 1028 5 0 0 19 0 4 0 622380025 184827904 35952 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 43.84
Current children cumulated vsize (KiB) 189196

[startup+25.5008 s]
/proc/loadavg: 4.89 6.00 6.87 6/285 12154
/proc/meminfo: memFree=20004824/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=227284 CPUtime=92.95 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 48012 0 0 0 9262 33 0 0 25 0 4 0 622379988 232738816 47873 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12151/statm: 56821 47873 84 194 0 56625 0
[pid=12151/tid=12152] ppid=12148 vsize=227284 CPUtime=23.16 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 4359 0 0 0 2311 5 0 0 25 0 4 0 622380025 232738816 47873 33554432000 134512640 135305190 4294543984 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=227284 CPUtime=23.19 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 12334 0 0 0 2308 11 0 0 20 0 4 0 622380025 232738816 47873 33554432000 134512640 135305190 4294543984 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=227284 CPUtime=22.98 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 6558 0 0 0 2290 8 0 0 25 0 4 0 622380025 232738816 47873 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 94.81
Current children cumulated vsize (KiB) 235984

[startup+51.1003 s]
/proc/loadavg: 4.99 5.93 6.83 6/285 12155
/proc/meminfo: memFree=19978544/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=256632 CPUtime=194.83 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 54877 0 0 0 19435 48 0 0 21 0 4 0 622379988 262791168 54738 33554432000 134512640 135305190 4294543984 18446744073709551615 134528573 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/12151/statm: 64158 54738 84 194 0 63962 0
[pid=12151/tid=12152] ppid=12148 vsize=256632 CPUtime=48.62 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 5033 0 0 0 4854 8 0 0 21 0 4 0 622380025 262791168 54738 33554432000 134512640 135305190 4294543984 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=256632 CPUtime=48.69 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 16645 0 0 0 4851 18 0 0 25 0 4 0 622380025 262791168 54738 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=256632 CPUtime=48.35 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 7568 0 0 0 4824 11 0 0 24 0 4 0 622380025 262791168 54738 33554432000 134512640 135305190 4294543984 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 196.69
Current children cumulated vsize (KiB) 265332

[startup+102.31 s]
/proc/loadavg: 5.06 5.80 6.74 6/285 12156
/proc/meminfo: memFree=19928492/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=304896 CPUtime=398.82 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 66886 0 0 0 39814 68 0 0 25 0 4 0 622379988 312213504 66731 33554432000 134512640 135305190 4294543984 18446744073709551615 134541959 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12151/statm: 76224 66731 84 194 0 76028 0
[pid=12151/tid=12152] ppid=12148 vsize=304896 CPUtime=99.71 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 6472 0 0 0 9960 11 0 0 18 0 4 0 622380025 312213504 66732 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=304896 CPUtime=99.75 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 22670 0 0 0 9950 25 0 0 18 0 4 0 622380025 312213504 66732 33554432000 134512640 135305190 4294543984 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=304896 CPUtime=99.41 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 9710 0 0 0 9924 17 0 0 25 0 4 0 622380025 312213504 66732 33554432000 134512640 135305190 4294543984 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 313596

[startup+162.301 s]
/proc/loadavg: 5.02 5.65 6.62 6/285 12158
/proc/meminfo: memFree=19888884/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=345360 CPUtime=637.82 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 76574 0 0 0 63698 84 0 0 25 0 4 0 622379988 353648640 76419 33554432000 134512640 135305190 4294543984 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12151/statm: 86340 76419 84 194 0 86144 0
[pid=12151/tid=12152] ppid=12148 vsize=345360 CPUtime=159.6 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 7398 0 0 0 15946 14 0 0 25 0 4 0 622380025 353648640 76419 33554432000 134512640 135305190 4294543984 18446744073709551615 134541974 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=345360 CPUtime=159.57 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 28462 0 0 0 15926 31 0 0 20 0 4 0 622380025 353648640 76419 33554432000 134512640 135305190 4294543984 18446744073709551615 134528325 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=345360 CPUtime=159.32 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 11211 0 0 0 15911 21 0 0 25 0 4 0 622380025 353648640 76419 33554432000 134512640 135305190 4294543984 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 639.68
Current children cumulated vsize (KiB) 354060

[startup+222.301 s]
/proc/loadavg: 5.01 5.53 6.52 6/285 12159
/proc/meminfo: memFree=19820124/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6

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

/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 37427 0 0 0 75789 58 0 0 25 0 4 0 622380025 867938304 198120 33554432000 134512640 135305190 4294543984 18446744073709551615 134538280 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3031.49
Current children cumulated vsize (KiB) 856296

[startup+822.301 s]
/proc/loadavg: 5.04 5.11 5.80 6/285 12178
/proc/meminfo: memFree=19374616/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=871400 CPUtime=3268.9 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 204012 0 0 0 326641 249 0 0 21 0 4 0 622379988 892313600 203850 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 217850 203850 84 194 0 217654 0
[pid=12151/tid=12152] ppid=12148 vsize=871400 CPUtime=817.28 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 25616 0 0 0 81685 43 0 0 25 0 4 0 622380025 892313600 203850 33554432000 134512640 135305190 4294543984 18446744073709551615 134542025 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=871400 CPUtime=816.9 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 85022 0 0 0 81607 83 0 0 25 0 4 0 622380025 892313600 203850 33554432000 134512640 135305190 4294543984 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=871400 CPUtime=817.82 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 38923 0 0 0 81719 63 0 0 25 0 4 0 622380025 892313600 203850 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3270.76
Current children cumulated vsize (KiB) 880100

[startup+882.301 s]
/proc/loadavg: 5.05 5.10 5.76 6/285 12180
/proc/meminfo: memFree=19347156/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=899772 CPUtime=3508.13 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 210692 0 0 0 350554 259 0 0 22 0 4 0 622379988 921366528 210530 33554432000 134512640 135305190 4294543984 18446744073709551615 134541947 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 224943 210530 84 194 0 224747 0
[pid=12151/tid=12152] ppid=12148 vsize=899772 CPUtime=877.22 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 26947 0 0 0 87677 45 0 0 18 0 4 0 622380025 921366528 210530 33554432000 134512640 135305190 4294543984 18446744073709551615 134538165 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=899772 CPUtime=876.81 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 88024 0 0 0 87594 87 0 0 25 0 4 0 622380025 921366528 210530 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=899772 CPUtime=877.3 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 39531 0 0 0 87665 65 0 0 25 0 4 0 622380025 921366528 210530 33554432000 134512640 135305190 4294543984 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3509.99
Current children cumulated vsize (KiB) 908472

[startup+942.301 s]
/proc/loadavg: 5.06 5.08 5.71 6/285 12182
/proc/meminfo: memFree=19329620/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=917196 CPUtime=3747.42 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 214884 0 0 0 374478 264 0 0 25 0 4 0 622379988 939208704 214722 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 229299 214722 84 194 0 229103 0
[pid=12151/tid=12152] ppid=12148 vsize=917196 CPUtime=937.13 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 27157 0 0 0 93667 46 0 0 25 0 4 0 622380025 939208704 214722 33554432000 134512640 135305190 4294543984 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=917196 CPUtime=936.69 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 90993 0 0 0 93580 89 0 0 25 0 4 0 622380025 939208704 214722 33554432000 134512640 135305190 4294543984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=917196 CPUtime=936.81 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 40212 0 0 0 93615 66 0 0 25 0 4 0 622380025 939208704 214722 33554432000 134512640 135305190 4294543984 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3749.28
Current children cumulated vsize (KiB) 925896

[startup+1002.3 s]
/proc/loadavg: 6.79 5.54 5.82 9/288 12220
/proc/meminfo: memFree=19410476/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=986760 CPUtime=3986.88 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 232084 0 0 0 398411 277 0 0 25 0 4 0 622379988 1010442240 231922 33554432000 134512640 135305190 4294543984 18446744073709551615 134541959 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 246690 231922 84 194 0 246494 0
[pid=12151/tid=12152] ppid=12148 vsize=986760 CPUtime=997.13 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 29936 0 0 0 99665 48 0 0 25 0 4 0 622380025 1010442240 231922 33554432000 134512640 135305190 4294543984 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=986760 CPUtime=996.16 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 98596 0 0 0 99522 94 0 0 25 0 4 0 622380025 1010442240 231922 33554432000 134512640 135305190 4294543984 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=986760 CPUtime=996.81 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 43463 0 0 0 99612 69 0 0 25 0 4 0 622380025 1010442240 231922 33554432000 134512640 135305190 4294543984 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3988.74
Current children cumulated vsize (KiB) 995460

[startup+1062.3 s]
/proc/loadavg: 7.61 6.00 5.96 9/288 12222
/proc/meminfo: memFree=19280720/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=1070372 CPUtime=4226.27 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 251811 0 0 0 422334 293 0 0 25 0 4 0 622379988 1096060928 251649 33554432000 134512640 135305190 4294543984 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 267593 251649 84 194 0 267397 0
[pid=12151/tid=12152] ppid=12148 vsize=1070372 CPUtime=1057.12 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 33940 0 0 0 105662 50 0 0 25 0 4 0 622380025 1096060928 251649 33554432000 134512640 135305190 4294543984 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=1070372 CPUtime=1055.56 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 105505 0 0 0 105457 99 0 0 25 0 4 0 622380025 1096060928 251649 33554432000 134512640 135305190 4294543984 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=1070372 CPUtime=1056.8 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 47314 0 0 0 105608 72 0 0 25 0 4 0 622380025 1096060928 251649 33554432000 134512640 135305190 4294543984 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4228.13
Current children cumulated vsize (KiB) 1079072

[startup+1122.3 s]
/proc/loadavg: 7.96 6.39 6.10 9/288 12223
/proc/meminfo: memFree=19223268/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=1096652 CPUtime=4465.12 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 257746 0 0 0 446211 301 0 0 25 0 4 0 622379988 1122971648 257584 33554432000 134512640 135305190 4294543984 18446744073709551615 134528512 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12151/statm: 274163 257584 84 194 0 273967 0
[pid=12151/tid=12152] ppid=12148 vsize=1096652 CPUtime=1116.99 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 34328 0 0 0 111647 52 0 0 25 0 4 0 622380025 1122971648 257584 33554432000 134512640 135305190 4294543984 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=1096652 CPUtime=1115.37 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 108796 0 0 0 111436 101 0 0 25 0 4 0 622380025 1122971648 257584 33554432000 134512640 135305190 4294543984 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=1096652 CPUtime=1116.56 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 47583 0 0 0 111582 74 0 0 25 0 4 0 622380025 1122971648 257584 33554432000 134512640 135305190 4294543984 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4466.98
Current children cumulated vsize (KiB) 1105352

[startup+1182.3 s]
/proc/loadavg: 8.04 6.70 6.22 9/288 12225
/proc/meminfo: memFree=19173852/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=1113972 CPUtime=4704.42 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 261694 0 0 0 470136 306 0 0 25 0 4 0 622379988 1140707328 261532 33554432000 134512640 135305190 4294543984 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/12151/statm: 278493 261532 84 194 0 278297 0
[pid=12151/tid=12152] ppid=12148 vsize=1113972 CPUtime=1176.99 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 35360 0 0 0 117645 54 0 0 25 0 4 0 622380025 1140707328 261532 33554432000 134512640 135305190 4294543984 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=1113972 CPUtime=1175.2 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 110693 0 0 0 117418 102 0 0 25 0 4 0 622380025 1140707328 261532 33554432000 134512640 135305190 4294543984 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=1113972 CPUtime=1176.56 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 47880 0 0 0 117581 75 0 0 25 0 4 0 622380025 1140707328 261532 33554432000 134512640 135305190 4294543984 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4706.28
Current children cumulated vsize (KiB) 1122672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.8 s]
/proc/loadavg: 8.02 6.80 6.26 9/288 12226
/proc/meminfo: memFree=19149268/32951124 swapFree=67057896/67111528
[pid=12148] ppid=12146 vsize=8700 CPUtime=1.86 cores=0,2,4,6
/proc/12148/stat : 12148 (manysat.sh) S 12146 12148 11653 0 -1 4202496 357 25398 0 0 0 0 178 8 18 0 1 0 622379802 8908800 253 33554432000 4194304 4922060 140735068133632 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12148/statm: 2175 253 209 178 0 68 0
[pid=12151] ppid=12148 vsize=1129532 CPUtime=4798.22 cores=0,2,4,6
/proc/12151/stat : 12151 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202496 265365 0 0 0 479514 308 0 0 25 0 4 0 622379988 1156640768 265203 33554432000 134512640 135305190 4294543984 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/12151/statm: 282383 265203 84 194 0 282187 0
[pid=12151/tid=12152] ppid=12148 vsize=1129532 CPUtime=1200.49 cores=0,2,4,6
/proc/12151/task/12152/stat : 12152 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 36431 0 0 0 119995 54 0 0 25 0 4 0 622380025 1156640768 265203 33554432000 134512640 135305190 4294543984 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12151/tid=12153] ppid=12148 vsize=1129532 CPUtime=1198.72 cores=0,2,4,6
/proc/12151/task/12153/stat : 12153 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 111371 0 0 0 119769 103 0 0 25 0 4 0 622380025 1156640768 265203 33554432000 134512640 135305190 4294543984 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12151/tid=12154] ppid=12148 vsize=1129532 CPUtime=1199.87 cores=0,2,4,6
/proc/12151/task/12154/stat : 12154 (manysat1.1_stat) R 12148 12148 11653 0 -1 4202560 48910 0 0 0 119911 76 0 0 25 0 4 0 622380025 1156640768 265203 33554432000 134512640 135305190 4294543984 18446744073709551615 134549011 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1138232

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

Real time (s): 1205.82
CPU time (s): 4800.08
CPU user time (s): 4796.92
CPU system time (s): 3.16
CPU usage (%): 398.076
Max. virtual memory (cumulated for all children) (KiB): 1138232

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

runsolver used 3.18751 second user time and 6.96694 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 17:14:05
IDJOB=3362199
IDBENCH=82493
IDSOLVER=1838
FILE ID=node140/3362199-1305299644
RUNJOBID= node140-1305296391-11671
PBS_JOBID= 13321413
Free space on /tmp= 49460 MiB

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

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1578343706

node140.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.833
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.66
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.833
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:      20213568 kB
Buffers:        253192 kB
Cached:        8309080 kB
SwapCached:       8056 kB
Active:        5008844 kB
Inactive:      7259932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20213568 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           11692 kB
Writeback:           0 kB
AnonPages:     3703596 kB
Mapped:          23504 kB
Slab:           383644 kB
PageTables:      22488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45784940 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= 49548 MiB
End job on node140 at 2011-05-13 17:34:13