Trace number 3362340

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

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data

0.00/0.00	c Parsing...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  142458   559608 |   42737       0        0     nan |  0.000 % |
0.00/0.32	c |         0 |  128200   527733 |      --       0       --      -- |     --   | -14224/-31713
0.00/0.33	c ==============================================================================
0.00/0.33	c Result  :   #vars: 30365   #clauses: 128200   #literals: 527733
0.00/0.33	c CPU time:   0.315951 s
0.00/0.33	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-3362340-1305303689/watcher-3362340-1305303689 -o /tmp/evaluation-result-3362340-1305303689/solver-3362340-1305303689 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362340-1305303689.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.68 3.93 3.91 1/267 25458
/proc/meminfo: memFree=16414032/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720599546 8908800 249 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 249 209 178 0 68 0

[startup+0.096123 s]
/proc/loadavg: 3.68 3.93 3.91 1/267 25458
/proc/meminfo: memFree=16414032/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720599546 8908800 249 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101141 s]
/proc/loadavg: 3.68 3.93 3.91 1/267 25458
/proc/meminfo: memFree=16414032/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720599546 8908800 249 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301086 s]
/proc/loadavg: 3.68 3.93 3.91 1/267 25458
/proc/meminfo: memFree=16414032/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 720599546 8908800 249 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701011 s]
/proc/loadavg: 3.68 3.93 3.91 1/267 25458
/proc/meminfo: memFree=16414032/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 3.68 3.93 3.91 5/272 25464
/proc/meminfo: memFree=16366420/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=80632 CPUtime=3.41 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 11572 0 0 0 336 5 0 0 18 0 4 0 720599590 82567168 11482 33554432000 134512640 135305190 4292715872 18446744073709551615 134531185 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/25461/statm: 20158 11482 84 194 0 19962 0
[pid=25461/tid=25462] ppid=25458 vsize=80632 CPUtime=0.78 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 344 0 0 0 77 1 0 0 18 0 4 0 720599616 82567168 11482 33554432000 134512640 135305190 4292715872 18446744073709551615 134542398 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=80632 CPUtime=0.77 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 334 0 0 0 76 1 0 0 18 0 4 0 720599616 82567168 11482 33554432000 134512640 135305190 4292715872 18446744073709551615 134528590 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=80632 CPUtime=0.77 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 380 0 0 0 77 0 0 0 18 0 4 0 720599616 82567168 11482 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 89332

[startup+3.10058 s]
/proc/loadavg: 3.68 3.93 3.91 5/272 25464
/proc/meminfo: memFree=16362700/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=83004 CPUtime=9.81 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 12251 0 0 0 974 7 0 0 18 0 4 0 720599590 84996096 12161 33554432000 134512640 135305190 4292715872 18446744073709551615 134541926 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/25461/statm: 20751 12161 84 194 0 20555 0
[pid=25461/tid=25462] ppid=25458 vsize=83004 CPUtime=2.38 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 481 0 0 0 237 1 0 0 18 0 4 0 720599616 84996096 12161 33554432000 134512640 135305190 4292715872 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=83004 CPUtime=2.38 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 503 0 0 0 236 2 0 0 18 0 4 0 720599616 84996096 12161 33554432000 134512640 135305190 4292715872 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=83004 CPUtime=2.38 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 592 0 0 0 237 1 0 0 20 0 4 0 720599616 84996096 12161 33554432000 134512640 135305190 4292715872 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.24
Current children cumulated vsize (KiB) 91704

[startup+6.30099 s]
/proc/loadavg: 3.70 3.93 3.91 5/272 25464
/proc/meminfo: memFree=16358872/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=86172 CPUtime=22.61 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 13054 0 0 0 2253 8 0 0 20 0 4 0 720599590 88240128 12964 33554432000 134512640 135305190 4292715872 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/25461/statm: 21543 12964 84 194 0 21347 0
[pid=25461/tid=25462] ppid=25458 vsize=86172 CPUtime=5.58 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 640 0 0 0 556 2 0 0 18 0 4 0 720599616 88240128 12964 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=86172 CPUtime=5.58 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 705 0 0 0 556 2 0 0 18 0 4 0 720599616 88240128 12964 33554432000 134512640 135305190 4292715872 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=86172 CPUtime=5.58 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 828 0 0 0 557 1 0 0 25 0 4 0 720599616 88240128 12964 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.04
Current children cumulated vsize (KiB) 94872

[startup+12.7008 s]
/proc/loadavg: 3.73 3.94 3.91 5/272 25464
/proc/meminfo: memFree=16335820/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=114612 CPUtime=48.2 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 20132 0 0 0 4808 12 0 0 21 0 4 0 720599590 117362688 20015 33554432000 134512640 135305190 4292715872 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/25461/statm: 28653 20015 84 194 0 28457 0
[pid=25461/tid=25462] ppid=25458 vsize=114612 CPUtime=11.98 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 2020 0 0 0 1195 3 0 0 18 0 4 0 720599616 117362688 20015 33554432000 134512640 135305190 4292715872 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=114612 CPUtime=11.98 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 3035 0 0 0 1195 3 0 0 18 0 4 0 720599616 117362688 20015 33554432000 134512640 135305190 4292715872 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=114612 CPUtime=11.98 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 2553 0 0 0 1196 2 0 0 18 0 4 0 720599616 117362688 20015 33554432000 134512640 135305190 4292715872 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.63
Current children cumulated vsize (KiB) 123312

[startup+25.5005 s]
/proc/loadavg: 3.79 3.94 3.91 5/272 25465
/proc/meminfo: memFree=16251640/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=197132 CPUtime=99.39 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 40517 0 0 0 9919 20 0 0 25 0 4 0 720599590 201863168 40400 33554432000 134512640 135305190 4292715872 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/25461/statm: 49283 40400 84 194 0 49087 0
[pid=25461/tid=25462] ppid=25458 vsize=197132 CPUtime=24.78 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 6368 0 0 0 2473 5 0 0 18 0 4 0 720599616 201863168 40400 33554432000 134512640 135305190 4292715872 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=197132 CPUtime=24.78 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 10245 0 0 0 2472 6 0 0 18 0 4 0 720599616 201863168 40400 33554432000 134512640 135305190 4292715872 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=197132 CPUtime=24.77 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 6919 0 0 0 2473 4 0 0 18 0 4 0 720599616 201863168 40400 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.82
Current children cumulated vsize (KiB) 205832

[startup+51.1008 s]
/proc/loadavg: 3.86 3.94 3.91 5/272 25466
/proc/meminfo: memFree=16180284/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=266220 CPUtime=201.74 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 57985 0 0 0 20146 28 0 0 25 0 4 0 720599590 272609280 57868 33554432000 134512640 135305190 4292715872 18446744073709551615 134528784 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/25461/statm: 66555 57868 84 194 0 66359 0
[pid=25461/tid=25462] ppid=25458 vsize=266220 CPUtime=50.37 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 10490 0 0 0 5030 7 0 0 18 0 4 0 720599616 272609280 57868 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=266220 CPUtime=50.37 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 15977 0 0 0 5029 8 0 0 18 0 4 0 720599616 272609280 57868 33554432000 134512640 135305190 4292715872 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=266220 CPUtime=50.35 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 10255 0 0 0 5029 6 0 0 18 0 4 0 720599616 272609280 57868 33554432000 134512640 135305190 4292715872 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.17
Current children cumulated vsize (KiB) 274920

[startup+102.31 s]
/proc/loadavg: 3.94 3.95 3.91 5/272 25467
/proc/meminfo: memFree=16091056/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=353980 CPUtime=406.46 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 80013 0 0 0 40605 41 0 0 25 0 4 0 720599590 362475520 79896 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/25461/statm: 88495 79896 84 194 0 88299 0
[pid=25461/tid=25462] ppid=25458 vsize=353980 CPUtime=101.56 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 14109 0 0 0 10147 9 0 0 18 0 4 0 720599616 362475520 79896 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=353980 CPUtime=101.55 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 25666 0 0 0 10144 11 0 0 22 0 4 0 720599616 362475520 79896 33554432000 134512640 135305190 4292715872 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=353980 CPUtime=101.52 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 14676 0 0 0 10141 11 0 0 18 0 4 0 720599616 362475520 79896 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.89
Current children cumulated vsize (KiB) 362680

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.91 5/272 25468
/proc/meminfo: memFree=15960684/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=489180 CPUtime=646.37 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 113565 0 0 0 64573 64 0 0 25 0 4 0 720599590 500920320 113448 33554432000 134512640 135305190 4292715872 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/25461/statm: 122295 113448 84 194 0 122099 0
[pid=25461/tid=25462] ppid=25458 vsize=489180 CPUtime=161.54 cores=0-7

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

/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 140900 0 0 0 465811 217 0 0 20 0 4 0 720599616 2699890688 647217 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18642.4
Current children cumulated vsize (KiB) 2645312

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25605
/proc/meminfo: memFree=13815596/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2636936 CPUtime=18881.7 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 647473 0 0 0 1887535 639 0 0 25 0 4 0 720599590 2700222464 647340 33554432000 134512640 135305190 4292715872 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 659234 647340 84 194 0 659038 0
[pid=25461/tid=25462] ppid=25458 vsize=2636936 CPUtime=4720.67 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95045 0 0 0 472000 67 0 0 25 0 4 0 720599616 2700222464 647340 33554432000 134512640 135305190 4292715872 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2636936 CPUtime=4720.05 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 269778 0 0 0 471796 209 0 0 18 0 4 0 720599616 2700222464 647340 33554432000 134512640 135305190 4292715872 18446744073709551615 134528184 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2636936 CPUtime=4720.29 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 140909 0 0 0 471811 218 0 0 25 0 4 0 720599616 2700222464 647340 33554432000 134512640 135305190 4292715872 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18882.2
Current children cumulated vsize (KiB) 2645636

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25607
/proc/meminfo: memFree=13815416/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2636936 CPUtime=19121.7 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 647506 0 0 0 1911531 640 0 0 25 0 4 0 720599590 2700222464 647373 33554432000 134512640 135305190 4292715872 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 659234 647373 84 194 0 659038 0
[pid=25461/tid=25462] ppid=25458 vsize=2636936 CPUtime=4780.66 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95045 0 0 0 477999 67 0 0 18 0 4 0 720599616 2700222464 647373 33554432000 134512640 135305190 4292715872 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2636936 CPUtime=4780.04 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 269805 0 0 0 477795 209 0 0 25 0 4 0 720599616 2700222464 647373 33554432000 134512640 135305190 4292715872 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2636936 CPUtime=4780.29 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 140915 0 0 0 477811 218 0 0 25 0 4 0 720599616 2700222464 647373 33554432000 134512640 135305190 4292715872 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19122.1
Current children cumulated vsize (KiB) 2645636

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25608
/proc/meminfo: memFree=13808552/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2643888 CPUtime=19361.7 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 649201 0 0 0 1935527 644 0 0 25 0 4 0 720599590 2707341312 649068 33554432000 134512640 135305190 4292715872 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 660972 649068 84 194 0 660776 0
[pid=25461/tid=25462] ppid=25458 vsize=2643888 CPUtime=4840.67 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95274 0 0 0 483999 68 0 0 25 0 4 0 720599616 2707341312 649068 33554432000 134512640 135305190 4292715872 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2643888 CPUtime=4840.04 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 269951 0 0 0 483795 209 0 0 25 0 4 0 720599616 2707341312 649068 33554432000 134512640 135305190 4292715872 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2643888 CPUtime=4840.29 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 140964 0 0 0 483811 218 0 0 25 0 4 0 720599616 2707341312 649068 33554432000 134512640 135305190 4292715872 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19362.1
Current children cumulated vsize (KiB) 2652588

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25610
/proc/meminfo: memFree=13805652/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2646172 CPUtime=19601.7 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 649883 0 0 0 1959526 647 0 0 25 0 4 0 720599590 2709680128 649750 33554432000 134512640 135305190 4292715872 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 661543 649750 84 194 0 661347 0
[pid=25461/tid=25462] ppid=25458 vsize=2646172 CPUtime=4900.67 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95311 0 0 0 489999 68 0 0 25 0 4 0 720599616 2709680128 649750 33554432000 134512640 135305190 4292715872 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2646172 CPUtime=4900.05 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 270354 0 0 0 489795 210 0 0 25 0 4 0 720599616 2709680128 649750 33554432000 134512640 135305190 4292715872 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2646172 CPUtime=4900.28 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 141041 0 0 0 489810 218 0 0 25 0 4 0 720599616 2709680128 649750 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19602.2
Current children cumulated vsize (KiB) 2654872

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25611
/proc/meminfo: memFree=13804484/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2648348 CPUtime=19841.7 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 650236 0 0 0 1983525 648 0 0 25 0 4 0 720599590 2711908352 650103 33554432000 134512640 135305190 4292715872 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 662087 650103 84 194 0 661891 0
[pid=25461/tid=25462] ppid=25458 vsize=2648348 CPUtime=4960.67 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95311 0 0 0 495999 68 0 0 25 0 4 0 720599616 2711908352 650103 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2648348 CPUtime=4960.04 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 270613 0 0 0 495794 210 0 0 25 0 4 0 720599616 2711908352 650103 33554432000 134512640 135305190 4292715872 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2648348 CPUtime=4960.29 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 141132 0 0 0 495810 219 0 0 20 0 4 0 720599616 2711908352 650103 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19842.2
Current children cumulated vsize (KiB) 2657048

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25613
/proc/meminfo: memFree=13802440/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2649984 CPUtime=20081.6 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 650709 0 0 0 2007511 650 0 0 25 0 4 0 720599590 2713583616 650576 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 662496 650576 84 194 0 662300 0
[pid=25461/tid=25462] ppid=25458 vsize=2649984 CPUtime=5020.67 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95393 0 0 0 501999 68 0 0 18 0 4 0 720599616 2713583616 650576 33554432000 134512640 135305190 4292715872 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2649984 CPUtime=5019.92 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 270903 0 0 0 501780 212 0 0 25 0 4 0 720599616 2713583616 650576 33554432000 134512640 135305190 4292715872 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2649984 CPUtime=5020.29 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 141204 0 0 0 501810 219 0 0 25 0 4 0 720599616 2713583616 650576 33554432000 134512640 135305190 4292715872 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20082
Current children cumulated vsize (KiB) 2658684

[startup+5082.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25615
/proc/meminfo: memFree=13802364/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2649984 CPUtime=20321.3 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 650743 0 0 0 2031482 650 0 0 19 0 4 0 720599590 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134541976 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 662496 650610 84 194 0 662300 0
[pid=25461/tid=25462] ppid=25458 vsize=2649984 CPUtime=5080.67 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95393 0 0 0 507998 69 0 0 25 0 4 0 720599616 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2649984 CPUtime=5079.92 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 270904 0 0 0 507780 212 0 0 18 0 4 0 720599616 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2649984 CPUtime=5080 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 141237 0 0 0 507781 219 0 0 25 0 4 0 720599616 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20321.8
Current children cumulated vsize (KiB) 2658684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.00 3.96 5/272 25615
/proc/meminfo: memFree=13802220/32951124 swapFree=67083432/67111528
[pid=25458] ppid=25456 vsize=8700 CPUtime=0.43 cores=0-7
/proc/25458/stat : 25458 (manysat.sh) S 25456 25458 25049 0 -1 4202496 357 5713 0 0 0 0 42 1 17 0 1 0 720599546 8908800 252 33554432000 4194304 4922060 140734032682272 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/25458/statm: 2175 252 209 178 0 68 0
[pid=25461] ppid=25458 vsize=2649984 CPUtime=20392.2 cores=0-7
/proc/25461/stat : 25461 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202496 650743 0 0 0 2038565 650 0 0 25 0 4 0 720599590 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/25461/statm: 662496 650610 84 194 0 662300 0
[pid=25461/tid=25462] ppid=25458 vsize=2649984 CPUtime=5098.38 cores=0-7
/proc/25461/task/25462/stat : 25462 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 95393 0 0 0 509769 69 0 0 25 0 4 0 720599616 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=25461/tid=25463] ppid=25458 vsize=2649984 CPUtime=5097.63 cores=0-7
/proc/25461/task/25463/stat : 25463 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 270904 0 0 0 509551 212 0 0 19 0 4 0 720599616 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134554658 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=25461/tid=25464] ppid=25458 vsize=2649984 CPUtime=5097.71 cores=0-7
/proc/25461/task/25464/stat : 25464 (manysat1.1_stat) R 25458 25458 25049 0 -1 4202560 141237 0 0 0 509552 219 0 0 25 0 4 0 720599616 2713583616 650610 33554432000 134512640 135305190 4292715872 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20392.6
Current children cumulated vsize (KiB) 2658684

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 25458 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=424935
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=19996
# CPU time returned by wait4() is 0.444931
# while last known CPU time is 20392.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): 20392.6
CPU user time (s): 20386.1
CPU system time (s): 6.51
CPU usage (%): 399.853
Max. virtual memory (cumulated for all children) (KiB): 2658684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.424935
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6070
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3

runsolver used 12.1572 second user time and 29.5845 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-13 18:21:30
IDJOB=3362340
IDBENCH=84227
IDSOLVER=1839
FILE ID=node110/3362340-1305303689
RUNJOBID= node110-1305296396-25063
PBS_JOBID= 13321443
Free space on /tmp= 50448 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362340-1305303689/watcher-3362340-1305303689 -o /tmp/evaluation-result-3362340-1305303689/solver-3362340-1305303689 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362340-1305303689.cnf aimd 1

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=865689368

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.76
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16414312 kB
Buffers:        236500 kB
Cached:       12551056 kB
SwapCached:       1440 kB
Active:        4545416 kB
Inactive:     11388880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16414312 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:     3146004 kB
Mapped:          22604 kB
Slab:           517772 kB
PageTables:      19840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46097872 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= 50444 MiB
End job on node110 at 2011-05-13 19:46:32