Trace number 3362351

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.13 1205.02

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.00/0.37	c ==============================================================================
0.00/0.37	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.37	c ==============================================================================
0.00/0.37	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.00/0.54	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.00/0.54	c ==============================================================================
0.00/0.54	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.00/0.54	c CPU time:   0.516921 s
0.00/0.54	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-3362351-1305301887/watcher-3362351-1305301887 -o /tmp/evaluation-result-3362351-1305301887/solver-3362351-1305301887 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362351-1305301887.cnf aimd 1 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.82 8.04 7.99 5/292 30209
/proc/meminfo: memFree=29108564/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641786709 8908800 249 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30209/statm: 2175 249 209 178 0 68 0

[startup+0.098158 s]
/proc/loadavg: 7.82 8.04 7.99 5/292 30209
/proc/meminfo: memFree=29108564/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641786709 8908800 249 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30209/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101152 s]
/proc/loadavg: 7.82 8.04 7.99 5/292 30209
/proc/meminfo: memFree=29108564/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641786709 8908800 249 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30209/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301118 s]
/proc/loadavg: 7.82 8.04 7.99 5/292 30209
/proc/meminfo: memFree=29108564/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641786709 8908800 249 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30209/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701058 s]
/proc/loadavg: 7.82 8.04 7.99 5/292 30209
/proc/meminfo: memFree=29108564/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641786709 8908800 249 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30209/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5009 s]
/proc/loadavg: 7.82 8.04 7.99 6/294 30211
/proc/meminfo: memFree=29042704/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 8700

[startup+3.10058 s]
/proc/loadavg: 7.59 7.99 7.98 9/297 30215
/proc/meminfo: memFree=28943116/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=206096 CPUtime=5.05 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 42335 0 0 0 497 8 0 0 19 0 4 0 641786834 211042304 42282 33554432000 134512640 135305190 4287556544 18446744073709551615 134542013 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30212/statm: 51524 42283 84 194 0 51328 0
[pid=30212/tid=30213] ppid=30209 vsize=206096 CPUtime=1.06 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 1956 0 0 0 106 0 0 0 25 0 4 0 641786912 211042304 42283 33554432000 134512640 135305190 4287556544 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=206096 CPUtime=1.06 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 2080 0 0 0 105 1 0 0 19 0 4 0 641786912 211042304 42283 33554432000 134512640 135305190 4287556544 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=206096 CPUtime=1.04 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 2040 0 0 0 103 1 0 0 18 0 4 0 641786912 211042304 42283 33554432000 134512640 135305190 4287556544 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 214796

[startup+6.301 s]
/proc/loadavg: 7.59 7.99 7.98 9/297 30215
/proc/meminfo: memFree=28893524/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=236564 CPUtime=17.78 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 49681 0 0 0 1764 14 0 0 25 0 4 0 641786834 242241536 49628 33554432000 134512640 135305190 4287556544 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30212/statm: 59141 49628 84 194 0 58945 0
[pid=30212/tid=30213] ppid=30209 vsize=236564 CPUtime=4.25 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 3555 0 0 0 423 2 0 0 21 0 4 0 641786912 242241536 49628 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=236564 CPUtime=4.24 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 4650 0 0 0 421 3 0 0 25 0 4 0 641786912 242241536 49628 33554432000 134512640 135305190 4287556544 18446744073709551615 134541864 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=236564 CPUtime=4.23 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 3658 0 0 0 420 3 0 0 25 0 4 0 641786912 242241536 49628 33554432000 134512640 135305190 4287556544 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19.01
Current children cumulated vsize (KiB) 245264

[startup+12.7008 s]
/proc/loadavg: 7.65 7.99 7.98 9/297 30215
/proc/meminfo: memFree=28859972/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=263064 CPUtime=43.25 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 56601 0 0 0 4303 22 0 0 25 0 4 0 641786834 269377536 56548 33554432000 134512640 135305190 4287556544 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30212/statm: 65766 56548 84 194 0 65570 0
[pid=30212/tid=30213] ppid=30209 vsize=263064 CPUtime=10.63 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 5198 0 0 0 1059 4 0 0 25 0 4 0 641786912 269377536 56548 33554432000 134512640 135305190 4287556544 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=263064 CPUtime=10.57 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 7532 0 0 0 1053 4 0 0 25 0 4 0 641786912 269377536 56548 33554432000 134512640 135305190 4287556544 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=263064 CPUtime=10.62 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 4960 0 0 0 1056 6 0 0 25 0 4 0 641786912 269377536 56548 33554432000 134512640 135305190 4287556544 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 44.48
Current children cumulated vsize (KiB) 271764

[startup+25.5005 s]
/proc/loadavg: 7.71 7.99 7.98 9/297 30215
/proc/meminfo: memFree=28812624/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=307648 CPUtime=94.3 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 67081 0 0 0 9402 28 0 0 25 0 4 0 641786834 315031552 67028 33554432000 134512640 135305190 4287556544 18446744073709551615 134541976 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30212/statm: 76912 67028 84 194 0 76716 0
[pid=30212/tid=30213] ppid=30209 vsize=307648 CPUtime=23.41 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 7557 0 0 0 2336 5 0 0 25 0 4 0 641786912 315031552 67028 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=307648 CPUtime=23.25 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 10977 0 0 0 2319 6 0 0 25 0 4 0 641786912 315031552 67028 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=307648 CPUtime=23.39 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 7378 0 0 0 2332 7 0 0 25 0 4 0 641786912 315031552 67028 33554432000 134512640 135305190 4287556544 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 95.53
Current children cumulated vsize (KiB) 316348

[startup+51.1009 s]
/proc/loadavg: 7.75 7.97 7.97 10/297 30216
/proc/meminfo: memFree=28741400/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=374660 CPUtime=196.39 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 83458 0 0 0 19598 41 0 0 25 0 4 0 641786834 383651840 83405 33554432000 134512640 135305190 4287556544 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30212/statm: 93665 83405 84 194 0 93469 0
[pid=30212/tid=30213] ppid=30209 vsize=374660 CPUtime=48.98 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 12520 0 0 0 4888 10 0 0 25 0 4 0 641786912 383651840 83405 33554432000 134512640 135305190 4287556544 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=374660 CPUtime=48.62 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 14605 0 0 0 4855 7 0 0 25 0 4 0 641786912 383651840 83405 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=374660 CPUtime=48.98 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 11991 0 0 0 4886 12 0 0 25 0 4 0 641786912 383651840 83405 33554432000 134512640 135305190 4287556544 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 197.62
Current children cumulated vsize (KiB) 383360

[startup+102.311 s]
/proc/loadavg: 8.01 8.00 7.98 9/297 30217
/proc/meminfo: memFree=28646196/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=428696 CPUtime=400.44 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 96810 0 0 0 39988 56 0 0 25 0 4 0 641786834 438984704 96753 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/30212/statm: 107174 96753 84 194 0 106978 0
[pid=30212/tid=30213] ppid=30209 vsize=428696 CPUtime=100.13 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 15618 0 0 0 10000 13 0 0 25 0 4 0 641786912 438984704 96753 33554432000 134512640 135305190 4287556544 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=428696 CPUtime=99.69 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 20134 0 0 0 9957 12 0 0 25 0 4 0 641786912 438984704 96753 33554432000 134512640 135305190 4287556544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=428696 CPUtime=99.66 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 14868 0 0 0 9950 16 0 0 25 0 4 0 641786912 438984704 96753 33554432000 134512640 135305190 4287556544 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 401.67
Current children cumulated vsize (KiB) 437396

[startup+162.301 s]
/proc/loadavg: 8.11 8.03 7.99 10/297 30219
/proc/meminfo: memFree=28590972/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=461272 CPUtime=639.78 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 104487 0 0 0 63916 62 0 0 25 0 4 0 641786834 472342528 104430 33554432000 134512640 135305190 4287556544 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/30212/statm: 115318 104430 84 194 0 115122 0
[pid=30212/tid=30213] ppid=30209 vsize=461272 CPUtime=160.09 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 17461 0 0 0 15994 15 0 0 25 0 4 0 641786912 472342528 104430 33554432000 134512640 135305190 4287556544 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=461272 CPUtime=159.67 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 22147 0 0 0 15955 12 0 0 25 0 4 0 641786912 472342528 104430 33554432000 134512640 135305190 4287556544 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=461272 CPUtime=159.55 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 17166 0 0 0 15938 17 0 0 25 0 4 0 641786912 472342528 104430 33554432000 134512640 135305190 4287556544 18446744073709551615 134547888 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 641.01
Current children cumulated vsize (KiB) 469972

[startup+222.301 s]

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

/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 33343 0 0 0 75872 31 0 0 25 0 4 0 641786912 875450368 198734 33554432000 134512640 135305190 4287556544 18446744073709551615 134528344 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3034.44
Current children cumulated vsize (KiB) 863632

[startup+822.301 s]
/proc/loadavg: 8.26 8.16 8.05 9/297 30249
/proc/meminfo: memFree=27907340/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=878528 CPUtime=3271.79 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 204137 0 0 0 327027 152 0 0 25 0 4 0 641786834 899612672 204080 33554432000 134512640 135305190 4287556544 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30212/statm: 219632 204080 84 194 0 219436 0
[pid=30212/tid=30213] ppid=30209 vsize=878528 CPUtime=816.19 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 42106 0 0 0 81581 38 0 0 25 0 4 0 641786912 899612672 204080 33554432000 134512640 135305190 4287556544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=878528 CPUtime=817.35 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 56767 0 0 0 81695 40 0 0 25 0 4 0 641786912 899612672 204080 33554432000 134512640 135305190 4287556544 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=878528 CPUtime=818.64 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 34112 0 0 0 81832 32 0 0 25 0 4 0 641786912 899612672 204080 33554432000 134512640 135305190 4287556544 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3273.02
Current children cumulated vsize (KiB) 887228

[startup+882.301 s]
/proc/loadavg: 7.84 8.07 8.02 9/297 30282
/proc/meminfo: memFree=27203060/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=922900 CPUtime=3511.24 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 214932 0 0 0 350956 168 0 0 25 0 4 0 641786834 945049600 214875 33554432000 134512640 135305190 4287556544 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30212/statm: 230725 214875 84 194 0 230529 0
[pid=30212/tid=30213] ppid=30209 vsize=922900 CPUtime=876.18 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 44475 0 0 0 87577 41 0 0 25 0 4 0 641786912 945049600 214875 33554432000 134512640 135305190 4287556544 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=922900 CPUtime=876.79 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 59352 0 0 0 87634 45 0 0 25 0 4 0 641786912 945049600 214875 33554432000 134512640 135305190 4287556544 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=922900 CPUtime=878.64 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 35535 0 0 0 87830 34 0 0 25 0 4 0 641786912 945049600 214875 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3512.47
Current children cumulated vsize (KiB) 931600

[startup+942.301 s]
/proc/loadavg: 8.01 8.08 8.03 9/297 30284
/proc/meminfo: memFree=26798952/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=937288 CPUtime=3750.66 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 217936 0 0 0 374895 171 0 0 25 0 4 0 641786834 959782912 217879 33554432000 134512640 135305190 4287556544 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30212/statm: 234322 217879 84 194 0 234126 0
[pid=30212/tid=30213] ppid=30209 vsize=937288 CPUtime=935.64 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 44599 0 0 0 93523 41 0 0 25 0 4 0 641786912 959782912 217879 33554432000 134512640 135305190 4287556544 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=937288 CPUtime=936.75 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 60748 0 0 0 93629 46 0 0 25 0 4 0 641786912 959782912 217879 33554432000 134512640 135305190 4287556544 18446744073709551615 134528421 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=937288 CPUtime=938.64 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 36255 0 0 0 93830 34 0 0 25 0 4 0 641786912 959782912 217879 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3751.89
Current children cumulated vsize (KiB) 945988

[startup+1002.3 s]
/proc/loadavg: 8.07 8.09 8.03 9/297 30285
/proc/meminfo: memFree=26279736/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=951516 CPUtime=3990.05 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 221502 0 0 0 398831 174 0 0 25 0 4 0 641786834 974352384 221445 33554432000 134512640 135305190 4287556544 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30212/statm: 237879 221445 84 194 0 237683 0
[pid=30212/tid=30213] ppid=30209 vsize=951516 CPUtime=995.09 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 45492 0 0 0 99467 42 0 0 25 0 4 0 641786912 974352384 221445 33554432000 134512640 135305190 4287556544 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=951516 CPUtime=996.73 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 62247 0 0 0 99626 47 0 0 25 0 4 0 641786912 974352384 221445 33554432000 134512640 135305190 4287556544 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=951516 CPUtime=998.64 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 36923 0 0 0 99829 35 0 0 25 0 4 0 641786912 974352384 221445 33554432000 134512640 135305190 4287556544 18446744073709551615 134548082 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3991.28
Current children cumulated vsize (KiB) 960216

[startup+1062.3 s]
/proc/loadavg: 8.06 8.09 8.03 9/297 30287
/proc/meminfo: memFree=25634796/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=988072 CPUtime=4229.51 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 230264 0 0 0 422768 183 0 0 25 0 4 0 641786834 1011785728 230207 33554432000 134512640 135305190 4287556544 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30212/statm: 247018 230207 84 194 0 246822 0
[pid=30212/tid=30213] ppid=30209 vsize=988072 CPUtime=1054.55 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 47860 0 0 0 105411 44 0 0 25 0 4 0 641786912 1011785728 230207 33554432000 134512640 135305190 4287556544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=988072 CPUtime=1056.73 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 63889 0 0 0 105624 49 0 0 25 0 4 0 641786912 1011785728 230207 33554432000 134512640 135305190 4287556544 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=988072 CPUtime=1058.64 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 38101 0 0 0 105828 36 0 0 25 0 4 0 641786912 1011785728 230207 33554432000 134512640 135305190 4287556544 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4230.74
Current children cumulated vsize (KiB) 996772

[startup+1122.3 s]
/proc/loadavg: 8.20 8.11 8.04 9/297 30289
/proc/meminfo: memFree=25194336/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=1041396 CPUtime=4468.94 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 242618 0 0 0 446698 196 0 0 25 0 4 0 641786834 1066389504 242561 33554432000 134512640 135305190 4287556544 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/30212/statm: 260349 242561 84 194 0 260153 0
[pid=30212/tid=30213] ppid=30209 vsize=1041396 CPUtime=1113.99 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 51880 0 0 0 111352 47 0 0 25 0 4 0 641786912 1066389504 242561 33554432000 134512640 135305190 4287556544 18446744073709551615 134539432 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=1041396 CPUtime=1116.72 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 66272 0 0 0 111621 51 0 0 25 0 4 0 641786912 1066389504 242561 33554432000 134512640 135305190 4287556544 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=1041396 CPUtime=1118.64 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 39710 0 0 0 111826 38 0 0 25 0 4 0 641786912 1066389504 242561 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4470.17
Current children cumulated vsize (KiB) 1050096

[startup+1182.3 s]
/proc/loadavg: 8.22 8.12 8.05 9/297 30290
/proc/meminfo: memFree=24982776/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=1051620 CPUtime=4708.28 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 245051 0 0 0 470629 199 0 0 25 0 4 0 641786834 1076858880 244994 33554432000 134512640 135305190 4287556544 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/30212/statm: 262905 244994 84 194 0 262709 0
[pid=30212/tid=30213] ppid=30209 vsize=1051620 CPUtime=1173.97 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 52055 0 0 0 117350 47 0 0 25 0 4 0 641786912 1076858880 244994 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=1051620 CPUtime=1176.64 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 66501 0 0 0 117612 52 0 0 25 0 4 0 641786912 1076858880 244994 33554432000 134512640 135305190 4287556544 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=1051620 CPUtime=1178.64 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 40348 0 0 0 117825 39 0 0 25 0 4 0 641786912 1076858880 244994 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4709.51
Current children cumulated vsize (KiB) 1060320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.15 8.11 8.04 9/297 30291
/proc/meminfo: memFree=24924984/32951124 swapFree=54427468/67111528
[pid=30209] ppid=30207 vsize=8700 CPUtime=1.23 cores=0,2,4,6
/proc/30209/stat : 30209 (manysat.sh) S 30207 30209 29121 0 -1 4202496 356 13731 0 0 0 0 118 5 18 0 1 0 641786709 8908800 252 33554432000 4194304 4922060 140733882702576 18446744073709551615 228122532997 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30209/statm: 2175 252 209 178 0 68 0
[pid=30212] ppid=30209 vsize=1056624 CPUtime=4798.9 cores=0,2,4,6
/proc/30212/stat : 30212 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202496 246098 0 0 0 479691 199 0 0 25 0 4 0 641786834 1081982976 246041 33554432000 134512640 135305190 4287556544 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/30212/statm: 264156 246041 84 194 0 263960 0
[pid=30212/tid=30213] ppid=30209 vsize=1056624 CPUtime=1196.68 cores=0,2,4,6
/proc/30212/task/30213/stat : 30213 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 52098 0 0 0 119621 47 0 0 25 0 4 0 641786912 1081982976 246041 33554432000 134512640 135305190 4287556544 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30212/tid=30214] ppid=30209 vsize=1056624 CPUtime=1199.35 cores=0,2,4,6
/proc/30212/task/30214/stat : 30214 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 66710 0 0 0 119883 52 0 0 25 0 4 0 641786912 1081982976 246041 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30212/tid=30215] ppid=30209 vsize=1056624 CPUtime=1201.35 cores=0,2,4,6
/proc/30212/task/30215/stat : 30215 (manysat1.1_stat) R 30209 30209 29121 0 -1 4202560 40535 0 0 0 120096 39 0 0 25 0 4 0 641786912 1081982976 246041 33554432000 134512640 135305190 4287556544 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1065324

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

Real time (s): 1205.02
CPU time (s): 4800.13
CPU user time (s): 4798.09
CPU system time (s): 2.04
CPU usage (%): 398.344
Max. virtual memory (cumulated for all children) (KiB): 1065324

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

runsolver used 3.18952 second user time and 7.77982 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 17:51:27
IDJOB=3362351
IDBENCH=84806
IDSOLVER=1838
FILE ID=node138/3362351-1305301887
RUNJOBID= node138-1305296392-29139
PBS_JOBID= 13321415
Free space on /tmp= 47564 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362351-1305301887/watcher-3362351-1305301887 -o /tmp/evaluation-result-3362351-1305301887/solver-3362351-1305301887 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362351-1305301887.cnf aimd 1

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1553538401

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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:      29108712 kB
Buffers:        207700 kB
Cached:        3064204 kB
SwapCached:      18472 kB
Active:         954784 kB
Inactive:      2688288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29108712 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           22340 kB
Writeback:           0 kB
AnonPages:      364092 kB
Mapped:           9584 kB
Slab:            97168 kB
PageTables:      41124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39872696 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= 47444 MiB
End job on node138 at 2011-05-13 18:11:34