Trace number 3362274

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   96048   537560 |   28814       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   95280   535000 |      --       0       --      -- |     --   | -256/-512
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 7616   #clauses: 95280   #literals: 535000
0.00/0.07	c CPU time:   0.066989 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: 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-3362274-1305302209/watcher-3362274-1305302209 -o /tmp/evaluation-result-3362274-1305302209/solver-3362274-1305302209 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362274-1305302209.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 3.54 3.90 3.93 2/243 6454
/proc/meminfo: memFree=15966840/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641818781 8908800 250 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6454/statm: 2175 250 209 178 0 68 0

[startup+0.0376029 s]
/proc/loadavg: 3.54 3.90 3.93 2/243 6454
/proc/meminfo: memFree=15966840/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641818781 8908800 250 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6454/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100609 s]
/proc/loadavg: 3.54 3.90 3.93 2/243 6454
/proc/meminfo: memFree=15966840/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641818781 8908800 250 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/6454/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300556 s]
/proc/loadavg: 3.54 3.90 3.93 2/243 6454
/proc/meminfo: memFree=15966840/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8700

[startup+0.700446 s]
/proc/loadavg: 3.54 3.90 3.93 2/243 6454
/proc/meminfo: memFree=15966840/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8700

[startup+1.50033 s]
/proc/loadavg: 3.54 3.90 3.93 5/248 6460
/proc/meminfo: memFree=15921168/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=84188 CPUtime=4.7 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 12562 0 0 0 460 10 0 0 18 0 4 0 641818800 86208512 12512 33554432000 134512640 135305190 4293618848 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 21047 12512 84 194 0 20851 0
[pid=6457/tid=6458] ppid=6454 vsize=84188 CPUtime=1.14 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 1246 0 0 0 112 2 0 0 18 0 4 0 641818815 86208512 12512 33554432000 134512640 135305190 4293618848 18446744073709551615 134546262 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=84188 CPUtime=1.13 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 1476 0 0 0 111 2 0 0 18 0 4 0 641818815 86208512 12512 33554432000 134512640 135305190 4293618848 18446744073709551615 134531155 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=84188 CPUtime=1.13 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 1403 0 0 0 111 2 0 0 18 0 4 0 641818815 86208512 12512 33554432000 134512640 135305190 4293618848 18446744073709551615 134548023 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 92888

[startup+3.10104 s]
/proc/loadavg: 3.54 3.90 3.93 5/248 6460
/proc/meminfo: memFree=15906908/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=95588 CPUtime=11.09 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 15524 0 0 0 1095 14 0 0 18 0 4 0 641818800 97882112 15474 33554432000 134512640 135305190 4293618848 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 23897 15474 84 194 0 23701 0
[pid=6457/tid=6458] ppid=6454 vsize=95588 CPUtime=2.74 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 1797 0 0 0 271 3 0 0 18 0 4 0 641818815 97882112 15474 33554432000 134512640 135305190 4293618848 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=95588 CPUtime=2.72 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 2489 0 0 0 270 2 0 0 18 0 4 0 641818815 97882112 15474 33554432000 134512640 135305190 4293618848 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=95588 CPUtime=2.73 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 2136 0 0 0 270 3 0 0 18 0 4 0 641818815 97882112 15474 33554432000 134512640 135305190 4293618848 18446744073709551615 134558379 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 104288

[startup+6.30046 s]
/proc/loadavg: 3.58 3.90 3.93 5/248 6460
/proc/meminfo: memFree=15893800/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=110884 CPUtime=23.83 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 19356 0 0 0 2365 18 0 0 18 0 4 0 641818800 113545216 19306 33554432000 134512640 135305190 4293618848 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 27721 19306 84 194 0 27525 0
[pid=6457/tid=6458] ppid=6454 vsize=110884 CPUtime=5.93 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 2371 0 0 0 589 4 0 0 18 0 4 0 641818815 113545216 19306 33554432000 134512640 135305190 4293618848 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=110884 CPUtime=5.91 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 3578 0 0 0 588 3 0 0 18 0 4 0 641818815 113545216 19306 33554432000 134512640 135305190 4293618848 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=110884 CPUtime=5.92 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 3071 0 0 0 588 4 0 0 18 0 4 0 641818815 113545216 19306 33554432000 134512640 135305190 4293618848 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 119584

[startup+12.7003 s]
/proc/loadavg: 3.61 3.90 3.93 5/248 6461
/proc/meminfo: memFree=15872236/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=132192 CPUtime=49.34 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 24459 0 0 0 4908 26 0 0 18 0 4 0 641818800 135364608 24409 33554432000 134512640 135305190 4293618848 18446744073709551615 134558374 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 33048 24409 84 194 0 32852 0
[pid=6457/tid=6458] ppid=6454 vsize=132192 CPUtime=12.31 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 3206 0 0 0 1226 5 0 0 18 0 4 0 641818815 135364608 24409 33554432000 134512640 135305190 4293618848 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=132192 CPUtime=12.3 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 5253 0 0 0 1224 6 0 0 18 0 4 0 641818815 135364608 24409 33554432000 134512640 135305190 4293618848 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=132192 CPUtime=12.31 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 4385 0 0 0 1225 6 0 0 18 0 4 0 641818815 135364608 24409 33554432000 134512640 135305190 4293618848 18446744073709551615 134569647 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.51
Current children cumulated vsize (KiB) 140892

[startup+25.501 s]
/proc/loadavg: 3.70 3.91 3.93 5/248 6461
/proc/meminfo: memFree=15854116/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=150028 CPUtime=100.4 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 28986 0 0 0 10007 33 0 0 18 0 4 0 641818800 153628672 28936 33554432000 134512640 135305190 4293618848 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 37507 28936 84 194 0 37311 0
[pid=6457/tid=6458] ppid=6454 vsize=150028 CPUtime=25.07 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 4126 0 0 0 2501 6 0 0 25 0 4 0 641818815 153628672 28936 33554432000 134512640 135305190 4293618848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=150028 CPUtime=25.06 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 6592 0 0 0 2499 7 0 0 17 0 4 0 641818815 153628672 28936 33554432000 134512640 135305190 4293618848 18446744073709551615 134538698 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=150028 CPUtime=25.07 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 5577 0 0 0 2499 8 0 0 17 0 4 0 641818815 153628672 28936 33554432000 134512640 135305190 4293618848 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.57
Current children cumulated vsize (KiB) 158728

[startup+51.1003 s]
/proc/loadavg: 3.80 3.91 3.93 5/248 6462
/proc/meminfo: memFree=15810016/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=193160 CPUtime=202.53 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 39960 0 0 0 20206 47 0 0 18 0 4 0 641818800 197795840 39910 33554432000 134512640 135305190 4293618848 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 48290 39910 84 194 0 48094 0
[pid=6457/tid=6458] ppid=6454 vsize=193160 CPUtime=50.61 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 6680 0 0 0 5052 9 0 0 25 0 4 0 641818815 197795840 39910 33554432000 134512640 135305190 4293618848 18446744073709551615 134542025 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=193160 CPUtime=50.61 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 9939 0 0 0 5050 11 0 0 18 0 4 0 641818815 197795840 39910 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=193160 CPUtime=50.6 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 7936 0 0 0 5048 12 0 0 18 0 4 0 641818815 197795840 39910 33554432000 134512640 135305190 4293618848 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.7
Current children cumulated vsize (KiB) 201860

[startup+102.309 s]
/proc/loadavg: 3.91 3.92 3.93 5/248 6463
/proc/meminfo: memFree=15757664/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=246996 CPUtime=407.1 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 52950 0 0 0 40646 64 0 0 25 0 4 0 641818800 252923904 52900 33554432000 134512640 135305190 4293618848 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 61749 52900 84 194 0 61553 0
[pid=6457/tid=6458] ppid=6454 vsize=246996 CPUtime=101.76 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 8756 0 0 0 10165 11 0 0 25 0 4 0 641818815 252923904 52900 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=246996 CPUtime=101.74 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 14828 0 0 0 10160 14 0 0 18 0 4 0 641818815 252923904 52900 33554432000 134512640 135305190 4293618848 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=246996 CPUtime=101.76 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 10684 0 0 0 10160 16 0 0 18 0 4 0 641818815 252923904 52900 33554432000 134512640 135305190 4293618848 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.27
Current children cumulated vsize (KiB) 255696

[startup+162.301 s]
/proc/loadavg: 3.97 3.93 3.93 5/248 6465
/proc/meminfo: memFree=15726264/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=279096 CPUtime=646.81 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 60921 0 0 0 64606 75 0 0 18 0 4 0 641818800 285794304 60871 33554432000 134512640 135305190 4293618848 18446744073709551615 134557407 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 69774 60871 84 194 0 69578 0
[pid=6457/tid=6458] ppid=6454 vsize=279096 CPUtime=161.68 cores=0-7

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

/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 54978 0 0 0 465978 78 0 0 23 0 4 0 641818815 1336074240 308983 33554432000 134512640 135305190 4293618848 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18642.1
Current children cumulated vsize (KiB) 1313460

[startup+4722.31 s]
/proc/loadavg: 4.06 4.02 4.00 5/248 6610
/proc/meminfo: memFree=14729544/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1304904 CPUtime=18882 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 309069 0 0 0 1887826 370 0 0 25 0 4 0 641818800 1336221696 309014 33554432000 134512640 135305190 4293618848 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 326226 309014 84 194 0 326030 0
[pid=6457/tid=6458] ppid=6454 vsize=1304904 CPUtime=4720.5 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43337 0 0 0 471998 52 0 0 25 0 4 0 641818815 1336221696 309014 33554432000 134512640 135305190 4293618848 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1304904 CPUtime=4720.36 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 150566 0 0 0 471895 141 0 0 25 0 4 0 641818815 1336221696 309014 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1304904 CPUtime=4720.57 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 54982 0 0 0 471979 78 0 0 25 0 4 0 641818815 1336221696 309014 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18882.1
Current children cumulated vsize (KiB) 1313604

[startup+4782.3 s]
/proc/loadavg: 4.08 4.03 4.00 5/248 6612
/proc/meminfo: memFree=14729392/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1304904 CPUtime=19121.9 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 309078 0 0 0 1911823 370 0 0 25 0 4 0 641818800 1336221696 309023 33554432000 134512640 135305190 4293618848 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 326226 309023 84 194 0 326030 0
[pid=6457/tid=6458] ppid=6454 vsize=1304904 CPUtime=4780.49 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43337 0 0 0 477997 52 0 0 25 0 4 0 641818815 1336221696 309023 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1304904 CPUtime=4780.35 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 150567 0 0 0 477894 141 0 0 25 0 4 0 641818815 1336221696 309023 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1304904 CPUtime=4780.56 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 54989 0 0 0 477978 78 0 0 25 0 4 0 641818815 1336221696 309023 33554432000 134512640 135305190 4293618848 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19122.1
Current children cumulated vsize (KiB) 1313604

[startup+4842.3 s]
/proc/loadavg: 4.10 4.04 4.00 6/248 6613
/proc/meminfo: memFree=14728980/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1305428 CPUtime=19361.9 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 309197 0 0 0 1935823 370 0 0 25 0 4 0 641818800 1336758272 309142 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 326357 309142 84 194 0 326161 0
[pid=6457/tid=6458] ppid=6454 vsize=1305428 CPUtime=4840.49 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43337 0 0 0 483997 52 0 0 25 0 4 0 641818815 1336758272 309142 33554432000 134512640 135305190 4293618848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1305428 CPUtime=4840.35 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 150682 0 0 0 483894 141 0 0 25 0 4 0 641818815 1336758272 309142 33554432000 134512640 135305190 4293618848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1305428 CPUtime=4840.56 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 54993 0 0 0 483978 78 0 0 25 0 4 0 641818815 1336758272 309142 33554432000 134512640 135305190 4293618848 18446744073709551615 134528501 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19362.1
Current children cumulated vsize (KiB) 1314128

[startup+4902.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/248 6615
/proc/meminfo: memFree=14727712/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1306812 CPUtime=19601.9 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 309609 0 0 0 1959823 371 0 0 25 0 4 0 641818800 1338175488 309554 33554432000 134512640 135305190 4293618848 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 326703 309554 84 194 0 326507 0
[pid=6457/tid=6458] ppid=6454 vsize=1306812 CPUtime=4900.49 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43342 0 0 0 489997 52 0 0 25 0 4 0 641818815 1338175488 309554 33554432000 134512640 135305190 4293618848 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1306812 CPUtime=4900.35 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 150817 0 0 0 489894 141 0 0 25 0 4 0 641818815 1338175488 309554 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1306812 CPUtime=4900.56 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 55128 0 0 0 489978 78 0 0 25 0 4 0 641818815 1338175488 309554 33554432000 134512640 135305190 4293618848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19602.1
Current children cumulated vsize (KiB) 1315512

[startup+4962.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/248 6617
/proc/meminfo: memFree=14719380/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1315544 CPUtime=19841.9 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 311608 0 0 0 1983818 376 0 0 25 0 4 0 641818800 1347117056 311553 33554432000 134512640 135305190 4293618848 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 328886 311553 84 194 0 328690 0
[pid=6457/tid=6458] ppid=6454 vsize=1315544 CPUtime=4960.5 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43531 0 0 0 495997 53 0 0 25 0 4 0 641818815 1347117056 311553 33554432000 134512640 135305190 4293618848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1315544 CPUtime=4960.34 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 151724 0 0 0 495891 143 0 0 21 0 4 0 641818815 1347117056 311553 33554432000 134512640 135305190 4293618848 18446744073709551615 134555097 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1315544 CPUtime=4960.56 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 55418 0 0 0 495978 78 0 0 25 0 4 0 641818815 1347117056 311553 33554432000 134512640 135305190 4293618848 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19842.1
Current children cumulated vsize (KiB) 1324244

[startup+5022.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/248 6618
/proc/meminfo: memFree=14714508/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1320844 CPUtime=20081.9 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 312938 0 0 0 2007816 379 0 0 25 0 4 0 641818800 1352544256 312883 33554432000 134512640 135305190 4293618848 18446744073709551615 134528477 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 330211 312883 84 194 0 330015 0
[pid=6457/tid=6458] ppid=6454 vsize=1320844 CPUtime=5020.5 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43548 0 0 0 501997 53 0 0 25 0 4 0 641818815 1352544256 312883 33554432000 134512640 135305190 4293618848 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1320844 CPUtime=5020.34 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 152932 0 0 0 501889 145 0 0 25 0 4 0 641818815 1352544256 312883 33554432000 134512640 135305190 4293618848 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1320844 CPUtime=5020.57 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 55435 0 0 0 501978 79 0 0 18 0 4 0 641818815 1352544256 312883 33554432000 134512640 135305190 4293618848 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20082.1
Current children cumulated vsize (KiB) 1329544

[startup+5082.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/248 6620
/proc/meminfo: memFree=14708160/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1326344 CPUtime=20321.9 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 314380 0 0 0 2031814 381 0 0 25 0 4 0 641818800 1358176256 314325 33554432000 134512640 135305190 4293618848 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 331586 314325 84 194 0 331390 0
[pid=6457/tid=6458] ppid=6454 vsize=1326344 CPUtime=5080.5 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43675 0 0 0 507997 53 0 0 25 0 4 0 641818815 1358176256 314325 33554432000 134512640 135305190 4293618848 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1326344 CPUtime=5080.35 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 153896 0 0 0 507888 147 0 0 25 0 4 0 641818815 1358176256 314325 33554432000 134512640 135305190 4293618848 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1326344 CPUtime=5080.57 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 55517 0 0 0 507978 79 0 0 25 0 4 0 641818815 1358176256 314325 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20322.1
Current children cumulated vsize (KiB) 1335044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.01 4.00 5/248 6620
/proc/meminfo: memFree=14707400/32951124 swapFree=67056788/67111528
[pid=6454] ppid=6452 vsize=8700 CPUtime=0.17 cores=0-7
/proc/6454/stat : 6454 (manysat.sh) S 6452 6454 6130 0 -1 4202496 356 2977 0 0 0 0 17 0 20 0 1 0 641818781 8908800 253 33554432000 4194304 4922060 140736930268992 18446744073709551615 271550356613 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/6454/statm: 2175 253 209 178 0 68 0
[pid=6457] ppid=6454 vsize=1327368 CPUtime=20392.8 cores=0-7
/proc/6457/stat : 6457 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202496 314660 0 0 0 2038896 382 0 0 25 0 4 0 641818800 1359224832 314605 33554432000 134512640 135305190 4293618848 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/6457/statm: 331842 314605 84 194 0 331646 0
[pid=6457/tid=6458] ppid=6454 vsize=1327368 CPUtime=5098.21 cores=0-7
/proc/6457/task/6458/stat : 6458 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 43676 0 0 0 509768 53 0 0 25 0 4 0 641818815 1359224832 314605 33554432000 134512640 135305190 4293618848 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=6457/tid=6459] ppid=6454 vsize=1327368 CPUtime=5098.06 cores=0-7
/proc/6457/task/6459/stat : 6459 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 154168 0 0 0 509659 147 0 0 25 0 4 0 641818815 1359224832 314605 33554432000 134512640 135305190 4293618848 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=6457/tid=6460] ppid=6454 vsize=1327368 CPUtime=5098.28 cores=0-7
/proc/6457/task/6460/stat : 6460 (manysat1.1_stat) R 6454 6454 6130 0 -1 4202560 55523 0 0 0 509749 79 0 0 25 0 4 0 641818815 1359224832 314605 33554432000 134512640 135305190 4293618848 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20393
Current children cumulated vsize (KiB) 1336068

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 6454 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=176973
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=10998
# CPU time returned by wait4() is 0.187971
# while last known CPU time is 20393
#
# 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): 20393
CPU user time (s): 20389.1
CPU system time (s): 3.82
CPU usage (%): 399.86
Max. virtual memory (cumulated for all children) (KiB): 1336068

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

runsolver used 11.2243 second user time and 26.096 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-13 17:56:49
IDJOB=3362274
IDBENCH=83413
IDSOLVER=1839
FILE ID=node133/3362274-1305302209
RUNJOBID= node133-1305296392-6144
PBS_JOBID= 13321420
Free space on /tmp= 43092 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362274-1305302209/watcher-3362274-1305302209 -o /tmp/evaluation-result-3362274-1305302209/solver-3362274-1305302209 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362274-1305302209.cnf aimd 1

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=914206823

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      15966872 kB
Buffers:        218836 kB
Cached:        8953676 kB
SwapCached:       8724 kB
Active:        8306060 kB
Inactive:      8290684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15966872 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            4948 kB
Writeback:           0 kB
AnonPages:     7421704 kB
Mapped:          20580 kB
Slab:           301104 kB
PageTables:      22668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19192472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43088 MiB
End job on node133 at 2011-05-13 19:21:51