Trace number 3362164

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) 20390.5 5100.02

General information on the benchmark

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

Solver Data

0.00/0.00	c Parsing...
0.00/0.13	c ==============================================================================
0.00/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.13	c ==============================================================================
0.00/0.13	c |         0 |  265716   620004 |   79714       0        0     nan |  0.000 % |
1.00/1.09	c |         0 |  130698   465103 |      --       0       --      -- |     --   | -135016/-154896
1.00/1.09	c ==============================================================================
1.00/1.09	c Result  :   #vars: 21481   #clauses: 130698   #literals: 465103
1.00/1.09	c CPU time:   1.06284 s
1.00/1.09	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-3362164-1305300185/watcher-3362164-1305300185 -o /tmp/evaluation-result-3362164-1305300185/solver-3362164-1305300185 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362164-1305300185.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.88 3.87 3.81 1/277 29260
/proc/meminfo: memFree=18919884/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=0 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641616708 8908800 250 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/29260/statm: 2175 250 209 178 0 68 0

[startup+0.0982149 s]
/proc/loadavg: 3.88 3.87 3.81 1/277 29260
/proc/meminfo: memFree=18919884/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=0 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641616708 8908800 250 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/29260/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10022 s]
/proc/loadavg: 3.88 3.87 3.81 1/277 29260
/proc/meminfo: memFree=18919884/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=0 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641616708 8908800 250 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/29260/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30018 s]
/proc/loadavg: 3.88 3.87 3.81 1/277 29260
/proc/meminfo: memFree=18919884/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=0 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641616708 8908800 250 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/29260/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701111 s]
/proc/loadavg: 3.88 3.87 3.81 1/277 29260
/proc/meminfo: memFree=18919884/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=0 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 329 0 0 0 0 0 0 0 22 0 1 0 641616708 8908800 250 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/29260/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 3.88 3.87 3.81 2/279 29262
/proc/meminfo: memFree=18872252/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 8700

[startup+3.10068 s]
/proc/loadavg: 3.65 3.82 3.79 5/282 29266
/proc/meminfo: memFree=18860696/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=93700 CPUtime=6.93 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 14871 0 0 0 675 18 0 0 18 0 4 0 641616828 95948800 14806 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 23425 14806 84 194 0 23229 0
[pid=29263/tid=29264] ppid=29260 vsize=93700 CPUtime=1.69 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 1159 0 0 0 166 3 0 0 17 0 4 0 641616846 95948800 14806 33554432000 134512640 135305190 4293216000 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=93700 CPUtime=1.67 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 1664 0 0 0 163 4 0 0 18 0 4 0 641616846 95948800 14806 33554432000 134512640 135305190 4293216000 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=93700 CPUtime=1.67 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 1284 0 0 0 163 4 0 0 18 0 4 0 641616846 95948800 14806 33554432000 134512640 135305190 4293216000 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 102400

[startup+6.30111 s]
/proc/loadavg: 3.65 3.82 3.79 5/282 29266
/proc/meminfo: memFree=18834532/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=114396 CPUtime=19.72 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 19905 0 0 0 1949 23 0 0 18 0 4 0 641616828 117141504 19838 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 28599 19839 84 194 0 28403 0
[pid=29263/tid=29264] ppid=29260 vsize=114396 CPUtime=4.88 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 2040 0 0 0 484 4 0 0 18 0 4 0 641616846 117141504 19839 33554432000 134512640 135305190 4293216000 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=114396 CPUtime=4.87 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 3335 0 0 0 482 5 0 0 18 0 4 0 641616846 117141504 19839 33554432000 134512640 135305190 4293216000 18446744073709551615 134542025 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=114396 CPUtime=4.86 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 2437 0 0 0 481 5 0 0 18 0 4 0 641616846 117141504 19839 33554432000 134512640 135305190 4293216000 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 123096

[startup+12.701 s]
/proc/loadavg: 3.70 3.82 3.79 5/282 29266
/proc/meminfo: memFree=18809536/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=142724 CPUtime=45.29 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 26966 0 0 0 4501 28 0 0 18 0 4 0 641616828 146149376 26899 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 35681 26899 84 194 0 35485 0
[pid=29263/tid=29264] ppid=29260 vsize=142724 CPUtime=11.28 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 3156 0 0 0 1123 5 0 0 25 0 4 0 641616846 146149376 26900 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=142724 CPUtime=11.28 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 6175 0 0 0 1121 7 0 0 18 0 4 0 641616846 146149376 26900 33554432000 134512640 135305190 4293216000 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=142724 CPUtime=11.25 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 3764 0 0 0 1118 7 0 0 18 0 4 0 641616846 146149376 26900 33554432000 134512640 135305190 4293216000 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.49
Current children cumulated vsize (KiB) 151424

[startup+25.5007 s]
/proc/loadavg: 3.75 3.83 3.79 5/282 29267
/proc/meminfo: memFree=18781460/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=165200 CPUtime=96.39 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 32865 0 0 0 9604 35 0 0 18 0 4 0 641616828 169164800 32798 33554432000 134512640 135305190 4293216000 18446744073709551615 134541486 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 41300 32798 84 194 0 41104 0
[pid=29263/tid=29264] ppid=29260 vsize=165200 CPUtime=24.06 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 4048 0 0 0 2399 7 0 0 20 0 4 0 641616846 169164800 32798 33554432000 134512640 135305190 4293216000 18446744073709551615 134839134 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=165200 CPUtime=24.05 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 8855 0 0 0 2396 9 0 0 18 0 4 0 641616846 169164800 32798 33554432000 134512640 135305190 4293216000 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=165200 CPUtime=24.02 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 4658 0 0 0 2393 9 0 0 25 0 4 0 641616846 169164800 32798 33554432000 134512640 135305190 4293216000 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.59
Current children cumulated vsize (KiB) 173900

[startup+51.1011 s]
/proc/loadavg: 3.83 3.84 3.80 5/282 29267
/proc/meminfo: memFree=18742492/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=205856 CPUtime=198.65 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 42827 0 0 0 19815 50 0 0 19 0 4 0 641616828 210796544 42760 33554432000 134512640 135305190 4293216000 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 51464 42760 84 194 0 51268 0
[pid=29263/tid=29264] ppid=29260 vsize=205856 CPUtime=49.62 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 5543 0 0 0 4952 10 0 0 18 0 4 0 641616846 210796544 42760 33554432000 134512640 135305190 4293216000 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=205856 CPUtime=49.61 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 14107 0 0 0 4949 12 0 0 18 0 4 0 641616846 210796544 42760 33554432000 134512640 135305190 4293216000 18446744073709551615 134551751 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=205856 CPUtime=49.59 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 6138 0 0 0 4947 12 0 0 25 0 4 0 641616846 210796544 42760 33554432000 134512640 135305190 4293216000 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 199.85
Current children cumulated vsize (KiB) 214556

[startup+102.311 s]
/proc/loadavg: 4.01 3.89 3.82 5/282 29269
/proc/meminfo: memFree=18690760/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=256276 CPUtime=403.27 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 55285 0 0 0 40260 67 0 0 18 0 4 0 641616828 262426624 55218 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 64069 55218 84 194 0 63873 0
[pid=29263/tid=29264] ppid=29260 vsize=256276 CPUtime=100.8 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 7337 0 0 0 10064 16 0 0 25 0 4 0 641616846 262426624 55218 33554432000 134512640 135305190 4293216000 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=256276 CPUtime=100.75 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 20289 0 0 0 10059 16 0 0 18 0 4 0 641616846 262426624 55218 33554432000 134512640 135305190 4293216000 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=256276 CPUtime=100.74 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 7991 0 0 0 10058 16 0 0 25 0 4 0 641616846 262426624 55218 33554432000 134512640 135305190 4293216000 18446744073709551615 134528788 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 404.47
Current children cumulated vsize (KiB) 264976

[startup+162.3 s]
/proc/loadavg: 4.06 3.93 3.83 5/282 29270
/proc/meminfo: memFree=18613860/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=335192 CPUtime=643.02 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 74804 0 0 0 64209 93 0 0 18 0 4 0 641616828 343236608 74737 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 83798 74737 84 194 0 83602 0
[pid=29263/tid=29264] ppid=29260 vsize=335192 CPUtime=160.73 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 9915 0 0 0 16052 21 0 0 25 0 4 0 641616846 343236608 74737 33554432000 134512640 135305190 4293216000 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=335192 CPUtime=160.71 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 30656 0 0 0 16047 24 0 0 18 0 4 0 641616846 343236608 74737 33554432000 134512640 135305190 4293216000 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=335192 CPUtime=160.67 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 10567 0 0 0 16044 23 0 0 25 0 4 0 641616846 343236608 74737 33554432000 134512640 135305190 4293216000 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 644.22
Current children cumulated vsize (KiB) 343892

[startup+222.301 s]

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

/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51282 0 0 0 465850 115 0 0 25 0 4 0 641616846 1680642048 392587 33554432000 134512640 135305190 4293216000 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18639.7
Current children cumulated vsize (KiB) 1649952

[startup+4722.31 s]
/proc/loadavg: 4.02 4.02 4.00 5/282 29404
/proc/meminfo: memFree=17335112/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1643320 CPUtime=18878.5 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 393218 0 0 0 1887197 653 0 0 25 0 4 0 641616828 1682759680 393044 33554432000 134512640 135305190 4293216000 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 410830 393044 84 194 0 410634 0
[pid=29263/tid=29264] ppid=29260 vsize=1643320 CPUtime=4719.72 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43267 0 0 0 471894 78 0 0 25 0 4 0 641616846 1682759680 393044 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1643320 CPUtime=4719.43 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 226339 0 0 0 471604 339 0 0 25 0 4 0 641616846 1682759680 393044 33554432000 134512640 135305190 4293216000 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1643320 CPUtime=4719.67 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51283 0 0 0 471852 115 0 0 25 0 4 0 641616846 1682759680 393044 33554432000 134512640 135305190 4293216000 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18879.7
Current children cumulated vsize (KiB) 1652020

[startup+4782.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/282 29405
/proc/meminfo: memFree=17333464/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1645656 CPUtime=19118.4 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 393672 0 0 0 1911190 654 0 0 25 0 4 0 641616828 1685151744 393498 33554432000 134512640 135305190 4293216000 18446744073709551615 134528636 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 411414 393498 84 194 0 411218 0
[pid=29263/tid=29264] ppid=29260 vsize=1645656 CPUtime=4779.71 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43269 0 0 0 477893 78 0 0 18 0 4 0 641616846 1685151744 393498 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1645656 CPUtime=4779.4 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 226766 0 0 0 477600 340 0 0 19 0 4 0 641616846 1685151744 393498 33554432000 134512640 135305190 4293216000 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1645656 CPUtime=4779.65 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51308 0 0 0 477850 115 0 0 18 0 4 0 641616846 1685151744 393498 33554432000 134512640 135305190 4293216000 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19119.6
Current children cumulated vsize (KiB) 1654356

[startup+4842.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/282 29407
/proc/meminfo: memFree=17331452/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1647680 CPUtime=19358.4 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 394122 0 0 0 1935188 656 0 0 25 0 4 0 641616828 1687224320 393948 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 411920 393948 84 194 0 411724 0
[pid=29263/tid=29264] ppid=29260 vsize=1647680 CPUtime=4839.71 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43300 0 0 0 483893 78 0 0 25 0 4 0 641616846 1687224320 393948 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1647680 CPUtime=4839.39 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 227162 0 0 0 483599 340 0 0 25 0 4 0 641616846 1687224320 393948 33554432000 134512640 135305190 4293216000 18446744073709551615 134552855 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1647680 CPUtime=4839.66 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51315 0 0 0 483850 116 0 0 25 0 4 0 641616846 1687224320 393948 33554432000 134512640 135305190 4293216000 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19359.6
Current children cumulated vsize (KiB) 1656380

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/282 29409
/proc/meminfo: memFree=17329316/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1650036 CPUtime=19598.4 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 394657 0 0 0 1959185 657 0 0 25 0 4 0 641616828 1689636864 394483 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 412509 394483 84 194 0 412313 0
[pid=29263/tid=29264] ppid=29260 vsize=1650036 CPUtime=4899.71 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43306 0 0 0 489893 78 0 0 25 0 4 0 641616846 1689636864 394483 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1650036 CPUtime=4899.37 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 227655 0 0 0 489596 341 0 0 19 0 4 0 641616846 1689636864 394483 33554432000 134512640 135305190 4293216000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1650036 CPUtime=4899.66 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51324 0 0 0 489850 116 0 0 25 0 4 0 641616846 1689636864 394483 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19599.6
Current children cumulated vsize (KiB) 1658736

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/282 29410
/proc/meminfo: memFree=17328404/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1651484 CPUtime=19838.4 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 394937 0 0 0 1983185 658 0 0 21 0 4 0 641616828 1691119616 394763 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 412871 394763 84 194 0 412675 0
[pid=29263/tid=29264] ppid=29260 vsize=1651484 CPUtime=4959.71 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43324 0 0 0 495893 78 0 0 25 0 4 0 641616846 1691119616 394763 33554432000 134512640 135305190 4293216000 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1651484 CPUtime=4959.37 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 227851 0 0 0 495596 341 0 0 25 0 4 0 641616846 1691119616 394763 33554432000 134512640 135305190 4293216000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1651484 CPUtime=4959.66 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51388 0 0 0 495850 116 0 0 25 0 4 0 641616846 1691119616 394763 33554432000 134512640 135305190 4293216000 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19839.6
Current children cumulated vsize (KiB) 1660184

[startup+5022.3 s]
/proc/loadavg: 4.07 4.03 4.01 5/282 29412
/proc/meminfo: memFree=17325884/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1653912 CPUtime=20078.4 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 395555 0 0 0 2007181 659 0 0 25 0 4 0 641616828 1693605888 395381 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 413478 395381 84 194 0 413282 0
[pid=29263/tid=29264] ppid=29260 vsize=1653912 CPUtime=5019.72 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43324 0 0 0 501893 79 0 0 25 0 4 0 641616846 1693605888 395381 33554432000 134512640 135305190 4293216000 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1653912 CPUtime=5019.35 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 228377 0 0 0 501593 342 0 0 25 0 4 0 641616846 1693605888 395381 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1653912 CPUtime=5019.66 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51438 0 0 0 501850 116 0 0 25 0 4 0 641616846 1693605888 395381 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20079.6
Current children cumulated vsize (KiB) 1662612

[startup+5082.3 s]
/proc/loadavg: 4.10 4.05 4.01 5/282 29413
/proc/meminfo: memFree=17321636/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1658852 CPUtime=20318.4 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 396683 0 0 0 2031181 660 0 0 25 0 4 0 641616828 1698664448 396509 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 414713 396509 84 194 0 414517 0
[pid=29263/tid=29264] ppid=29260 vsize=1658852 CPUtime=5079.72 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43342 0 0 0 507893 79 0 0 25 0 4 0 641616846 1698664448 396509 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1658852 CPUtime=5079.35 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 229426 0 0 0 507592 343 0 0 20 0 4 0 641616846 1698664448 396509 33554432000 134512640 135305190 4293216000 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1658852 CPUtime=5079.66 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51465 0 0 0 507850 116 0 0 25 0 4 0 641616846 1698664448 396509 33554432000 134512640 135305190 4293216000 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20319.6
Current children cumulated vsize (KiB) 1667552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.08 4.05 4.01 5/282 29414
/proc/meminfo: memFree=17319884/32951124 swapFree=66457188/67111528
[pid=29260] ppid=29258 vsize=8700 CPUtime=1.2 cores=0-7
/proc/29260/stat : 29260 (manysat.sh) S 29258 29260 28797 0 -1 4202496 356 11332 0 0 0 0 117 3 18 0 1 0 641616708 8908800 253 33554432000 4194304 4922060 140734518169840 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29260/statm: 2175 253 209 178 0 68 0
[pid=29263] ppid=29260 vsize=1660308 CPUtime=20389.2 cores=0-7
/proc/29263/stat : 29263 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202496 397033 0 0 0 2038265 660 0 0 25 0 4 0 641616828 1700155392 396859 33554432000 134512640 135305190 4293216000 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/29263/statm: 415077 396859 84 194 0 414881 0
[pid=29263/tid=29264] ppid=29260 vsize=1660308 CPUtime=5097.43 cores=0-7
/proc/29263/task/29264/stat : 29264 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 43342 0 0 0 509664 79 0 0 25 0 4 0 641616846 1700155392 396859 33554432000 134512640 135305190 4293216000 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=29263/tid=29265] ppid=29260 vsize=1660308 CPUtime=5097.06 cores=0-7
/proc/29263/task/29265/stat : 29265 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 229741 0 0 0 509363 343 0 0 25 0 4 0 641616846 1700155392 396859 33554432000 134512640 135305190 4293216000 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29263/tid=29266] ppid=29260 vsize=1660308 CPUtime=5097.37 cores=0-7
/proc/29263/task/29266/stat : 29266 (manysat1.1_stat) R 29260 29260 28797 0 -1 4202560 51476 0 0 0 509621 116 0 0 18 0 4 0 641616846 1700155392 396859 33554432000 134512640 135305190 4293216000 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20390.5
Current children cumulated vsize (KiB) 1669008

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

Real time (s): 5100.02
CPU time (s): 20390.5
CPU user time (s): 20383.8
CPU system time (s): 6.63
CPU usage (%): 399.811
Max. virtual memory (cumulated for all children) (KiB): 1669008

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

runsolver used 12.949 second user time and 33.4269 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-13 17:23:05
IDJOB=3362164
IDBENCH=82467
IDSOLVER=1839
FILE ID=node132/3362164-1305300185
RUNJOBID= node132-1305296392-28811
PBS_JOBID= 13321421
Free space on /tmp= 48052 MiB

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

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=2101527595

node132.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	: 5332.74
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.76
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.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.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.77
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.67
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      18920280 kB
Buffers:        217820 kB
Cached:        8158196 kB
SwapCached:       6904 kB
Active:        4681868 kB
Inactive:      8937572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18920280 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            5940 kB
Writeback:         120 kB
AnonPages:     5240972 kB
Mapped:          18500 kB
Slab:           323168 kB
PageTables:      23596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34735024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48040 MiB
End job on node132 at 2011-05-13 18:48:08