Trace number 3362330

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

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   38086    84198 |   11425       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   35941    80322 |      --       0       --      -- |     --   | -347/-9
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 3939   #clauses: 35941   #literals: 80322
0.00/0.07	c CPU time:   0.071989 s
0.00/0.07	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: 977)

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-3362330-1307666446/watcher-3362330-1307666446 -o /tmp/evaluation-result-3362330-1307666446/solver-3362330-1307666446 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362330-1307666446.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: 1.92 1.98 1.99 2/170 30056
/proc/meminfo: memFree=32090148/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 878244249 8908800 250 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/30056/statm: 2175 250 209 178 0 68 0

[startup+0.0120099 s]
/proc/loadavg: 1.92 1.98 1.99 2/170 30056
/proc/meminfo: memFree=32090148/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 878244249 8908800 250 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/30056/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101019 s]
/proc/loadavg: 1.92 1.98 1.99 2/170 30056
/proc/meminfo: memFree=32090148/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.300958 s]
/proc/loadavg: 1.92 1.98 1.99 2/170 30056
/proc/meminfo: memFree=32090148/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+0.700887 s]
/proc/loadavg: 1.92 1.98 1.99 2/170 30056
/proc/meminfo: memFree=32090148/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 1.92 1.98 1.99 5/175 30062
/proc/meminfo: memFree=32063472/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=66848 CPUtime=5.47 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 8336 0 0 0 541 6 0 0 18 0 4 0 878244259 68452352 8284 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 16712 8284 84 194 0 16516 0
[pid=30059/tid=30060] ppid=30056 vsize=66848 CPUtime=1.35 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 1257 0 0 0 134 1 0 0 18 0 4 0 878244263 68452352 8284 33554432000 134512640 135305190 4294417808 18446744073709551615 134528987 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=66848 CPUtime=1.35 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 1609 0 0 0 134 1 0 0 18 0 4 0 878244263 68452352 8284 33554432000 134512640 135305190 4294417808 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=66848 CPUtime=1.34 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 1469 0 0 0 133 1 0 0 18 0 4 0 878244263 68452352 8284 33554432000 134512640 135305190 4294417808 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 75548

[startup+3.10046 s]
/proc/loadavg: 2.09 2.02 2.01 5/175 30062
/proc/meminfo: memFree=32052688/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=76300 CPUtime=11.86 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 10791 0 0 0 1178 8 0 0 18 0 4 0 878244259 78131200 10739 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 19075 10739 84 194 0 18879 0
[pid=30059/tid=30060] ppid=30056 vsize=76300 CPUtime=2.95 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 1703 0 0 0 294 1 0 0 21 0 4 0 878244263 78131200 10739 33554432000 134512640 135305190 4294417808 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=76300 CPUtime=2.94 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 2406 0 0 0 293 1 0 0 18 0 4 0 878244263 78131200 10739 33554432000 134512640 135305190 4294417808 18446744073709551615 134553411 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=76300 CPUtime=2.95 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 1992 0 0 0 293 2 0 0 18 0 4 0 878244263 78131200 10739 33554432000 134512640 135305190 4294417808 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 85000

[startup+6.3009 s]
/proc/loadavg: 2.09 2.02 2.01 5/175 30062
/proc/meminfo: memFree=32038680/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=84772 CPUtime=24.64 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 12955 0 0 0 2454 10 0 0 18 0 4 0 878244259 86806528 12903 33554432000 134512640 135305190 4294417808 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 21193 12903 84 194 0 20997 0
[pid=30059/tid=30060] ppid=30056 vsize=84772 CPUtime=6.15 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 2135 0 0 0 613 2 0 0 18 0 4 0 878244263 86806528 12903 33554432000 134512640 135305190 4294417808 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=84772 CPUtime=6.15 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 2945 0 0 0 613 2 0 0 18 0 4 0 878244263 86806528 12903 33554432000 134512640 135305190 4294417808 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=84772 CPUtime=6.13 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 2490 0 0 0 611 2 0 0 18 0 4 0 878244263 86806528 12903 33554432000 134512640 135305190 4294417808 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 93472

[startup+12.7008 s]
/proc/loadavg: 2.38 2.08 2.03 5/175 30062
/proc/meminfo: memFree=32019560/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=105720 CPUtime=50.2 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 18030 0 0 0 5007 13 0 0 18 0 4 0 878244259 108257280 17978 33554432000 134512640 135305190 4294417808 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 26430 17978 84 194 0 26234 0
[pid=30059/tid=30060] ppid=30056 vsize=105720 CPUtime=12.54 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 3215 0 0 0 1252 2 0 0 25 0 4 0 878244263 108257280 17978 33554432000 134512640 135305190 4294417808 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=105720 CPUtime=12.53 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 4299 0 0 0 1250 3 0 0 18 0 4 0 878244263 108257280 17978 33554432000 134512640 135305190 4294417808 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=105720 CPUtime=12.53 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 3638 0 0 0 1250 3 0 0 18 0 4 0 878244263 108257280 17978 33554432000 134512640 135305190 4294417808 18446744073709551615 134530569 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 114420

[startup+25.5006 s]
/proc/loadavg: 2.63 2.14 2.05 5/175 30062
/proc/meminfo: memFree=32006304/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=121268 CPUtime=101.38 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 21792 0 0 0 10120 18 0 0 18 0 4 0 878244259 124178432 21740 33554432000 134512640 135305190 4294417808 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 30317 21740 84 194 0 30121 0
[pid=30059/tid=30060] ppid=30056 vsize=121268 CPUtime=25.33 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 3979 0 0 0 2530 3 0 0 23 0 4 0 878244263 124178432 21740 33554432000 134512640 135305190 4294417808 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=121268 CPUtime=25.32 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 5236 0 0 0 2529 3 0 0 20 0 4 0 878244263 124178432 21740 33554432000 134512640 135305190 4294417808 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=121268 CPUtime=25.33 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 4651 0 0 0 2528 5 0 0 18 0 4 0 878244263 124178432 21740 33554432000 134512640 135305190 4294417808 18446744073709551615 134538280 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 129968

[startup+51.101 s]
/proc/loadavg: 3.10 2.29 2.10 5/175 30063
/proc/meminfo: memFree=31976952/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=152260 CPUtime=203.71 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 29420 0 0 0 20347 24 0 0 18 0 4 0 878244259 155914240 29368 33554432000 134512640 135305190 4294417808 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 38065 29369 84 194 0 37869 0
[pid=30059/tid=30060] ppid=30056 vsize=152260 CPUtime=50.92 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 5773 0 0 0 5087 5 0 0 25 0 4 0 878244263 155914240 29369 33554432000 134512640 135305190 4294417808 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=152260 CPUtime=50.89 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 7337 0 0 0 5084 5 0 0 21 0 4 0 878244263 155914240 29369 33554432000 134512640 135305190 4294417808 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=152260 CPUtime=50.92 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 6267 0 0 0 5086 6 0 0 18 0 4 0 878244263 155914240 29369 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 160960

[startup+102.306 s]
/proc/loadavg: 3.64 2.58 2.20 5/175 30064
/proc/meminfo: memFree=31938088/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=188736 CPUtime=408.44 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 38373 0 0 0 40811 33 0 0 18 0 4 0 878244259 193265664 38321 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 47184 38321 84 194 0 46988 0
[pid=30059/tid=30060] ppid=30056 vsize=188736 CPUtime=102.11 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 7908 0 0 0 10203 8 0 0 25 0 4 0 878244263 193265664 38321 33554432000 134512640 135305190 4294417808 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=188736 CPUtime=102.07 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 10476 0 0 0 10201 6 0 0 25 0 4 0 878244263 193265664 38321 33554432000 134512640 135305190 4294417808 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=188736 CPUtime=102.1 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 8286 0 0 0 10201 9 0 0 22 0 4 0 878244263 193265664 38321 33554432000 134512640 135305190 4294417808 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 197436

[startup+162.3 s]
/proc/loadavg: 3.87 2.83 2.31 5/175 30066
/proc/meminfo: memFree=31910244/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=218052 CPUtime=648.33 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 45346 0 0 0 64792 41 0 0 25 0 4 0 878244259 223285248 45294 33554432000 134512640 135305190 4294417808 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 54513 45294 84 194 0 54317 0
[pid=30059/tid=30060] ppid=30056 vsize=218052 CPUtime=162.08 cores=0-7

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

/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 52035 0 0 0 466087 72 0 0 25 0 4 0 878244263 1416871936 321003 33554432000 134512640 135305190 4294417808 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18646.8
Current children cumulated vsize (KiB) 1392364

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.92 5/175 30200
/proc/meminfo: memFree=30777604/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1409176 CPUtime=18886.7 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 327608 0 0 0 1888350 324 0 0 25 0 4 0 878244259 1442996224 327492 33554432000 134512640 135305190 4294417808 18446744073709551615 134528501 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 352294 327492 84 194 0 352098 0
[pid=30059/tid=30060] ppid=30056 vsize=1409176 CPUtime=4721.9 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 61063 0 0 0 472127 63 0 0 25 0 4 0 878244263 1442996224 327492 33554432000 134512640 135305190 4294417808 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1409176 CPUtime=4721.35 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 139382 0 0 0 472025 110 0 0 25 0 4 0 878244263 1442996224 327492 33554432000 134512640 135305190 4294417808 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1409176 CPUtime=4721.6 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 53057 0 0 0 472087 73 0 0 25 0 4 0 878244263 1442996224 327492 33554432000 134512640 135305190 4294417808 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18886.8
Current children cumulated vsize (KiB) 1417876

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/175 30201
/proc/meminfo: memFree=30753252/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1435244 CPUtime=19126.7 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 333654 0 0 0 1912340 332 0 0 25 0 4 0 878244259 1469689856 333538 33554432000 134512640 135305190 4294417808 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 358811 333538 84 194 0 358615 0
[pid=30059/tid=30060] ppid=30056 vsize=1435244 CPUtime=4781.89 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 61350 0 0 0 478126 63 0 0 25 0 4 0 878244263 1469689856 333538 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1435244 CPUtime=4781.33 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 144240 0 0 0 478017 116 0 0 25 0 4 0 878244263 1469689856 333538 33554432000 134512640 135305190 4294417808 18446744073709551615 134552728 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1435244 CPUtime=4781.59 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 53448 0 0 0 478085 74 0 0 25 0 4 0 878244263 1469689856 333538 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19126.8
Current children cumulated vsize (KiB) 1443944

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/175 30212
/proc/meminfo: memFree=30739376/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1448152 CPUtime=19366.7 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 336746 0 0 0 1936337 335 0 0 25 0 4 0 878244259 1482907648 336614 33554432000 134512640 135305190 4294417808 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 362038 336614 84 194 0 361842 0
[pid=30059/tid=30060] ppid=30056 vsize=1448152 CPUtime=4841.9 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 61712 0 0 0 484126 64 0 0 25 0 4 0 878244263 1482907648 336614 33554432000 134512640 135305190 4294417808 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1448152 CPUtime=4841.34 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 145860 0 0 0 484016 118 0 0 25 0 4 0 878244263 1482907648 336614 33554432000 134512640 135305190 4294417808 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1448152 CPUtime=4841.59 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 53903 0 0 0 484085 74 0 0 25 0 4 0 878244263 1482907648 336614 33554432000 134512640 135305190 4294417808 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19366.8
Current children cumulated vsize (KiB) 1456852

[startup+4902.3 s]
/proc/loadavg: 4.10 4.03 3.93 5/175 30705
/proc/meminfo: memFree=30706112/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1483164 CPUtime=19606.7 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 345235 0 0 0 1960329 342 0 0 25 0 4 0 878244259 1518759936 345103 33554432000 134512640 135305190 4294417808 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 370791 345103 84 194 0 370595 0
[pid=30059/tid=30060] ppid=30056 vsize=1483164 CPUtime=4901.89 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 62236 0 0 0 490125 64 0 0 25 0 4 0 878244263 1518759936 345103 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1483164 CPUtime=4901.33 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 152357 0 0 0 490009 124 0 0 25 0 4 0 878244263 1518759936 345103 33554432000 134512640 135305190 4294417808 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1483164 CPUtime=4901.59 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 54829 0 0 0 490084 75 0 0 25 0 4 0 878244263 1518759936 345103 33554432000 134512640 135305190 4294417808 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19606.8
Current children cumulated vsize (KiB) 1491864

[startup+4962.3 s]
/proc/loadavg: 4.04 4.02 3.93 5/175 30707
/proc/meminfo: memFree=30673300/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1516480 CPUtime=19846.7 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 353549 0 0 0 1984320 350 0 0 25 0 4 0 878244259 1552875520 353417 33554432000 134512640 135305190 4294417808 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 379120 353417 84 194 0 378924 0
[pid=30059/tid=30060] ppid=30056 vsize=1516480 CPUtime=4961.89 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 62522 0 0 0 496125 64 0 0 25 0 4 0 878244263 1552875520 353417 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1516480 CPUtime=4961.32 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 158847 0 0 0 496002 130 0 0 25 0 4 0 878244263 1552875520 353417 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1516480 CPUtime=4961.58 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 55707 0 0 0 496083 75 0 0 25 0 4 0 878244263 1552875520 353417 33554432000 134512640 135305190 4294417808 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19846.8
Current children cumulated vsize (KiB) 1525180

[startup+5022.3 s]
/proc/loadavg: 4.09 4.03 3.94 5/175 30712
/proc/meminfo: memFree=30642480/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1549140 CPUtime=20086.7 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 361497 0 0 0 2008314 356 0 0 25 0 4 0 878244259 1586319360 361365 33554432000 134512640 135305190 4294417808 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 387285 361365 84 194 0 387089 0
[pid=30059/tid=30060] ppid=30056 vsize=1549140 CPUtime=5021.9 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 62759 0 0 0 502126 64 0 0 25 0 4 0 878244263 1586319360 361365 33554432000 134512640 135305190 4294417808 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1549140 CPUtime=5021.32 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 165567 0 0 0 501997 135 0 0 25 0 4 0 878244263 1586319360 361365 33554432000 134512640 135305190 4294417808 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1549140 CPUtime=5021.59 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 56362 0 0 0 502083 76 0 0 25 0 4 0 878244263 1586319360 361365 33554432000 134512640 135305190 4294417808 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20086.8
Current children cumulated vsize (KiB) 1557840

[startup+5082.3 s]
/proc/loadavg: 4.03 4.03 3.94 5/175 30713
/proc/meminfo: memFree=30594552/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1595284 CPUtime=20326.7 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 373156 0 0 0 2032306 364 0 0 25 0 4 0 878244259 1633570816 372752 33554432000 134512640 135305190 4294417808 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 398821 372752 84 194 0 398625 0
[pid=30059/tid=30060] ppid=30056 vsize=1595284 CPUtime=5081.89 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 63150 0 0 0 508125 64 0 0 25 0 4 0 878244263 1633570816 372752 33554432000 134512640 135305190 4294417808 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1595284 CPUtime=5081.31 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 174253 0 0 0 507991 140 0 0 25 0 4 0 878244263 1633570816 372752 33554432000 134512640 135305190 4294417808 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1595284 CPUtime=5081.58 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 57734 0 0 0 508081 77 0 0 25 0 4 0 878244263 1633570816 372752 33554432000 134512640 135305190 4294417808 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20326.8
Current children cumulated vsize (KiB) 1603984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.02 4.02 3.94 5/175 30714
/proc/meminfo: memFree=30588344/32950928 swapFree=67079488/67111528
[pid=30056] ppid=30054 vsize=8700 CPUtime=0.08 cores=0-7
/proc/30056/stat : 30056 (manysat.sh) S 30054 30056 30026 0 -1 4202496 358 1098 0 0 0 0 8 0 25 0 1 0 878244249 8908800 253 33554432000 4194304 4922060 140736014106816 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30056/statm: 2175 253 209 178 0 68 0
[pid=30059] ppid=30056 vsize=1602992 CPUtime=20397.5 cores=0-7
/proc/30059/stat : 30059 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202496 374719 0 0 0 2039387 365 0 0 25 0 4 0 878244259 1641463808 374315 33554432000 134512640 135305190 4294417808 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/30059/statm: 400748 374315 84 194 0 400552 0
[pid=30059/tid=30060] ppid=30056 vsize=1602992 CPUtime=5099.6 cores=0-7
/proc/30059/task/30060/stat : 30060 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 63174 0 0 0 509896 64 0 0 25 0 4 0 878244263 1641463808 374315 33554432000 134512640 135305190 4294417808 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=30059/tid=30061] ppid=30056 vsize=1602992 CPUtime=5099.02 cores=0-7
/proc/30059/task/30061/stat : 30061 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 174275 0 0 0 509762 140 0 0 25 0 4 0 878244263 1641463808 374315 33554432000 134512640 135305190 4294417808 18446744073709551615 134553548 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=30059/tid=30062] ppid=30056 vsize=1602992 CPUtime=5099.29 cores=0-7
/proc/30059/task/30062/stat : 30062 (manysat1.1_stat) R 30056 30056 30026 0 -1 4202560 57821 0 0 0 509852 77 0 0 25 0 4 0 878244263 1641463808 374315 33554432000 134512640 135305190 4294417808 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20397.6
Current children cumulated vsize (KiB) 1611692

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 30056 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=88986
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.093985
# while last known CPU time is 20397.6
#
# 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): 20397.6
CPU user time (s): 20394
CPU system time (s): 3.65
CPU usage (%): 399.952
Max. virtual memory (cumulated for all children) (KiB): 1611692

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

runsolver used 7.2469 second user time and 16.4685 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-10 02:40:46
IDJOB=3362330
IDBENCH=84180
IDSOLVER=1839
FILE ID=node125/3362330-1307666446
RUNJOBID= node125-1307666446-30040
PBS_JOBID= 13549479
Free space on /tmp= 74064 MiB

SOLVER NAME= SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362330-1307666446/watcher-3362330-1307666446 -o /tmp/evaluation-result-3362330-1307666446/solver-3362330-1307666446 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362330-1307666446.cnf aimd 1

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=463499002

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      32090940 kB
Buffers:        222164 kB
Cached:         405552 kB
SwapCached:       3400 kB
Active:         334192 kB
Inactive:       329828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32090940 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:       34192 kB
Mapped:          13444 kB
Slab:           130920 kB
PageTables:       4368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185036 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= 74132 MiB
End job on node125 at 2011-06-10 04:05:48