Trace number 3361944

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 20397.8 5100.02

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25863    60347 |    7758       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   19663    59086 |      --       0       --      -- |     --   | -6198/-1256
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 4390   #clauses: 19663   #literals: 59086
0.00/0.10	c CPU time:   0.102984 s
0.00/0.10	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-3361944-1305296565/watcher-3361944-1305296565 -o /tmp/evaluation-result-3361944-1305296565/solver-3361944-1305296565 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361944-1305296565.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.51 1.65 0.63 1/307 3342
/proc/meminfo: memFree=23412032/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 330 0 0 0 0 0 0 0 18 0 1 0 719887012 8908800 249 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 249 209 178 0 68 0

[startup+0.0168641 s]
/proc/loadavg: 3.51 1.65 0.63 1/307 3342
/proc/meminfo: memFree=23412032/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 330 0 0 0 0 0 0 0 18 0 1 0 719887012 8908800 249 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100856 s]
/proc/loadavg: 3.51 1.65 0.63 1/307 3342
/proc/meminfo: memFree=23412032/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 330 0 0 0 0 0 0 0 18 0 1 0 719887012 8908800 249 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300834 s]
/proc/loadavg: 3.51 1.65 0.63 1/307 3342
/proc/meminfo: memFree=23412032/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+0.700731 s]
/proc/loadavg: 3.51 1.65 0.63 1/307 3342
/proc/meminfo: memFree=23412032/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 3.51 1.65 0.63 6/312 3348
/proc/meminfo: memFree=23393392/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=55908 CPUtime=5.39 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 5529 0 0 0 533 6 0 0 18 0 4 0 719887024 57249792 5459 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 13977 5459 84 194 0 13781 0
[pid=3345/tid=3346] ppid=3342 vsize=55908 CPUtime=1.34 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 814 0 0 0 132 2 0 0 18 0 4 0 719887027 57249792 5459 33554432000 134512640 135305190 4294022896 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=55908 CPUtime=1.32 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 1134 0 0 0 132 0 0 0 18 0 4 0 719887027 57249792 5459 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=55908 CPUtime=1.33 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 842 0 0 0 132 1 0 0 18 0 4 0 719887027 57249792 5459 33554432000 134512640 135305190 4294022896 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 64608

[startup+3.10029 s]
/proc/loadavg: 3.51 1.65 0.63 5/312 3348
/proc/meminfo: memFree=23388008/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=62376 CPUtime=11.78 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 7235 0 0 0 1171 7 0 0 19 0 4 0 719887024 63873024 7165 33554432000 134512640 135305190 4294022896 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 15594 7165 84 194 0 15398 0
[pid=3345/tid=3346] ppid=3342 vsize=62376 CPUtime=2.94 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 1261 0 0 0 292 2 0 0 18 0 4 0 719887027 63873024 7165 33554432000 134512640 135305190 4294022896 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=62376 CPUtime=2.93 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 1490 0 0 0 292 1 0 0 18 0 4 0 719887027 63873024 7165 33554432000 134512640 135305190 4294022896 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=62376 CPUtime=2.94 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 1288 0 0 0 292 2 0 0 18 0 4 0 719887027 63873024 7165 33554432000 134512640 135305190 4294022896 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 71076

[startup+6.30069 s]
/proc/loadavg: 3.55 1.69 0.65 5/312 3348
/proc/meminfo: memFree=23374780/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=72840 CPUtime=24.58 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 9657 0 0 0 2448 10 0 0 25 0 4 0 719887024 74588160 9587 33554432000 134512640 135305190 4294022896 18446744073709551615 134556720 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 18210 9587 84 194 0 18014 0
[pid=3345/tid=3346] ppid=3342 vsize=72840 CPUtime=6.14 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 1743 0 0 0 612 2 0 0 18 0 4 0 719887027 74588160 9587 33554432000 134512640 135305190 4294022896 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=72840 CPUtime=6.12 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 2351 0 0 0 610 2 0 0 18 0 4 0 719887027 74588160 9587 33554432000 134512640 135305190 4294022896 18446744073709551615 134552865 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=72840 CPUtime=6.13 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 1863 0 0 0 611 2 0 0 18 0 4 0 719887027 74588160 9587 33554432000 134512640 135305190 4294022896 18446744073709551615 134557927 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 81540

[startup+12.7005 s]
/proc/loadavg: 3.58 1.73 0.67 5/312 3349
/proc/meminfo: memFree=23357932/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=89752 CPUtime=50.15 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 13802 0 0 0 5001 14 0 0 22 0 4 0 719887024 91906048 13732 33554432000 134512640 135305190 4294022896 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 22438 13732 84 194 0 22242 0
[pid=3345/tid=3346] ppid=3342 vsize=89752 CPUtime=12.54 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 2684 0 0 0 1251 3 0 0 20 0 4 0 719887027 91906048 13732 33554432000 134512640 135305190 4294022896 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=89752 CPUtime=12.51 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 3600 0 0 0 1246 5 0 0 19 0 4 0 719887027 91906048 13732 33554432000 134512640 135305190 4294022896 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=89752 CPUtime=12.52 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 2724 0 0 0 1250 2 0 0 18 0 4 0 719887027 91906048 13732 33554432000 134512640 135305190 4294022896 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 98452

[startup+25.5011 s]
/proc/loadavg: 3.67 1.84 0.72 5/312 3349
/proc/meminfo: memFree=23344920/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=103188 CPUtime=101.32 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 17059 0 0 0 10115 17 0 0 25 0 4 0 719887024 105664512 16989 33554432000 134512640 135305190 4294022896 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 25797 16989 84 194 0 25601 0
[pid=3345/tid=3346] ppid=3342 vsize=103188 CPUtime=25.33 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 3392 0 0 0 2530 3 0 0 18 0 4 0 719887027 105664512 16989 33554432000 134512640 135305190 4294022896 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=103188 CPUtime=25.3 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 4567 0 0 0 2524 6 0 0 19 0 4 0 719887027 105664512 16989 33554432000 134512640 135305190 4294022896 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=103188 CPUtime=25.31 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 3409 0 0 0 2528 3 0 0 18 0 4 0 719887027 105664512 16989 33554432000 134512640 135305190 4294022896 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 111888

[startup+51.1003 s]
/proc/loadavg: 3.85 2.03 0.81 5/312 3350
/proc/meminfo: memFree=23318684/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=129060 CPUtime=203.67 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 23544 0 0 0 20341 26 0 0 19 0 4 0 719887024 132157440 23474 33554432000 134512640 135305190 4294022896 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 32265 23474 84 194 0 32069 0
[pid=3345/tid=3346] ppid=3342 vsize=129060 CPUtime=50.92 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 5112 0 0 0 5088 4 0 0 18 0 4 0 719887027 132157440 23474 33554432000 134512640 135305190 4294022896 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=129060 CPUtime=50.88 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 6758 0 0 0 5076 12 0 0 18 0 4 0 719887027 132157440 23474 33554432000 134512640 135305190 4294022896 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=129060 CPUtime=50.91 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 4692 0 0 0 5087 4 0 0 18 0 4 0 719887027 132157440 23474 33554432000 134512640 135305190 4294022896 18446744073709551615 134556734 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 137760

[startup+102.312 s]
/proc/loadavg: 3.93 2.33 0.98 5/312 3351
/proc/meminfo: memFree=23281964/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=165844 CPUtime=408.41 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 32602 0 0 0 40806 35 0 0 22 0 4 0 719887024 169824256 32532 33554432000 134512640 135305190 4294022896 18446744073709551615 134556792 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 41461 32532 84 194 0 41265 0
[pid=3345/tid=3346] ppid=3342 vsize=165844 CPUtime=102.1 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 7577 0 0 0 10204 6 0 0 18 0 4 0 719887027 169824256 32532 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=165844 CPUtime=102.06 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 9553 0 0 0 10190 16 0 0 18 0 4 0 719887027 169824256 32532 33554432000 134512640 135305190 4294022896 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=165844 CPUtime=102.1 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 6546 0 0 0 10204 6 0 0 18 0 4 0 719887027 169824256 32532 33554432000 134512640 135305190 4294022896 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 174544

[startup+162.301 s]
/proc/loadavg: 3.97 2.63 1.16 5/312 3353
/proc/meminfo: memFree=23258108/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=192740 CPUtime=648.31 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 38703 0 0 0 64785 46 0 0 25 0 4 0 719887024 197365760 38633 33554432000 134512640 135305190 4294022896 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/3345/statm: 48185 38633 84 194 0 47989 0
[pid=3345/tid=3346] ppid=3342 vsize=192740 CPUtime=162.08 cores=0-7

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

/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41159 0 0 0 466110 73 0 0 25 0 4 0 719887027 1036472320 230758 33554432000 134512640 135305190 4294022896 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18647
Current children cumulated vsize (KiB) 1020880

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.92 5/312 3497
/proc/meminfo: memFree=22483624/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1014416 CPUtime=18887 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 231552 0 0 0 1888368 329 0 0 25 0 4 0 719887024 1038761984 231161 33554432000 134512640 135305190 4294022896 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 253604 231161 84 194 0 253408 0
[pid=3345/tid=3346] ppid=3342 vsize=1014416 CPUtime=4721.87 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40242 0 0 0 472135 52 0 0 18 0 4 0 719887027 1038761984 231161 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1014416 CPUtime=4721.29 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 109888 0 0 0 471982 147 0 0 25 0 4 0 719887027 1038761984 231161 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1014416 CPUtime=4721.84 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41396 0 0 0 472110 74 0 0 19 0 4 0 719887027 1038761984 231161 33554432000 134512640 135305190 4294022896 18446744073709551615 134538552 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18887.1
Current children cumulated vsize (KiB) 1023116

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/312 3499
/proc/meminfo: memFree=22482700/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1015236 CPUtime=19126.9 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 231713 0 0 0 1912357 330 0 0 18 0 4 0 719887024 1039601664 231322 33554432000 134512640 135305190 4294022896 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 253809 231322 84 194 0 253613 0
[pid=3345/tid=3346] ppid=3342 vsize=1015236 CPUtime=4781.86 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40242 0 0 0 478134 52 0 0 18 0 4 0 719887027 1039601664 231322 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1015236 CPUtime=4781.29 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 109992 0 0 0 477981 148 0 0 25 0 4 0 719887027 1039601664 231322 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1015236 CPUtime=4781.78 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41396 0 0 0 478104 74 0 0 18 0 4 0 719887027 1039601664 231322 33554432000 134512640 135305190 4294022896 18446744073709551615 134539420 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19127
Current children cumulated vsize (KiB) 1023936

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/312 3500
/proc/meminfo: memFree=22482148/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1015812 CPUtime=19366.9 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 231867 0 0 0 1936354 332 0 0 25 0 4 0 719887024 1040191488 231469 33554432000 134512640 135305190 4294022896 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 253953 231469 84 194 0 253757 0
[pid=3345/tid=3346] ppid=3342 vsize=1015812 CPUtime=4841.86 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40242 0 0 0 484134 52 0 0 25 0 4 0 719887027 1040191488 231469 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1015812 CPUtime=4841.28 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 110127 0 0 0 483979 149 0 0 25 0 4 0 719887027 1040191488 231469 33554432000 134512640 135305190 4294022896 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1015812 CPUtime=4841.78 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41396 0 0 0 484103 75 0 0 25 0 4 0 719887027 1040191488 231469 33554432000 134512640 135305190 4294022896 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19367
Current children cumulated vsize (KiB) 1024512

[startup+4902.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/312 3502
/proc/meminfo: memFree=22481344/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1016596 CPUtime=19606.9 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 232040 0 0 0 1960354 332 0 0 25 0 4 0 719887024 1040994304 231642 33554432000 134512640 135305190 4294022896 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 254149 231642 84 194 0 253953 0
[pid=3345/tid=3346] ppid=3342 vsize=1016596 CPUtime=4901.86 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40242 0 0 0 490134 52 0 0 25 0 4 0 719887027 1040994304 231642 33554432000 134512640 135305190 4294022896 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1016596 CPUtime=4901.27 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 110233 0 0 0 489978 149 0 0 25 0 4 0 719887027 1040994304 231642 33554432000 134512640 135305190 4294022896 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1016596 CPUtime=4901.78 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41396 0 0 0 490103 75 0 0 25 0 4 0 719887027 1040994304 231642 33554432000 134512640 135305190 4294022896 18446744073709551615 134556846 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19607
Current children cumulated vsize (KiB) 1025296

[startup+4962.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/312 3504
/proc/meminfo: memFree=22480680/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1017104 CPUtime=19846.8 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 232153 0 0 0 1984353 332 0 0 18 0 4 0 719887024 1041514496 231755 33554432000 134512640 135305190 4294022896 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 254276 231755 84 194 0 254080 0
[pid=3345/tid=3346] ppid=3342 vsize=1017104 CPUtime=4961.86 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40242 0 0 0 496134 52 0 0 25 0 4 0 719887027 1041514496 231755 33554432000 134512640 135305190 4294022896 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1017104 CPUtime=4961.27 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 110257 0 0 0 495978 149 0 0 25 0 4 0 719887027 1041514496 231755 33554432000 134512640 135305190 4294022896 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1017104 CPUtime=4961.78 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41396 0 0 0 496103 75 0 0 18 0 4 0 719887027 1041514496 231755 33554432000 134512640 135305190 4294022896 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19847
Current children cumulated vsize (KiB) 1025804

[startup+5022.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/312 3505
/proc/meminfo: memFree=22475416/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1023484 CPUtime=20086.9 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 233768 0 0 0 2008352 334 0 0 25 0 4 0 719887024 1048047616 233349 33554432000 134512640 135305190 4294022896 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 255871 233349 84 194 0 255675 0
[pid=3345/tid=3346] ppid=3342 vsize=1023484 CPUtime=5021.86 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40276 0 0 0 502134 52 0 0 25 0 4 0 719887027 1048047616 233349 33554432000 134512640 135305190 4294022896 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1023484 CPUtime=5021.26 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 111315 0 0 0 501976 150 0 0 25 0 4 0 719887027 1048047616 233349 33554432000 134512640 135305190 4294022896 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1023484 CPUtime=5021.77 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41742 0 0 0 502102 75 0 0 25 0 4 0 719887027 1048047616 233349 33554432000 134512640 135305190 4294022896 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20087
Current children cumulated vsize (KiB) 1032184

[startup+5082.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/312 3507
/proc/meminfo: memFree=22471884/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1026008 CPUtime=20326.9 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 234536 0 0 0 2032350 336 0 0 25 0 4 0 719887024 1050632192 234117 33554432000 134512640 135305190 4294022896 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 256502 234117 84 194 0 256306 0
[pid=3345/tid=3346] ppid=3342 vsize=1026008 CPUtime=5081.87 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40382 0 0 0 508134 53 0 0 25 0 4 0 719887027 1050632192 234117 33554432000 134512640 135305190 4294022896 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1026008 CPUtime=5081.26 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 111745 0 0 0 507975 151 0 0 25 0 4 0 719887027 1050632192 234117 33554432000 134512640 135305190 4294022896 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1026008 CPUtime=5081.78 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 41899 0 0 0 508102 76 0 0 25 0 4 0 719887027 1050632192 234117 33554432000 134512640 135305190 4294022896 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20327
Current children cumulated vsize (KiB) 1034708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 4.00 4.01 3.93 5/312 3507
/proc/meminfo: memFree=22468756/32951124 swapFree=59305796/67111528
[pid=3342] ppid=3340 vsize=8700 CPUtime=0.11 cores=0-7
/proc/3342/stat : 3342 (manysat.sh) S 3340 3342 3277 0 -1 4202496 357 1346 0 0 0 0 11 0 17 0 1 0 719887012 8908800 252 33554432000 4194304 4922060 140736655438656 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/3342/statm: 2175 252 209 178 0 68 0
[pid=3345] ppid=3342 vsize=1029784 CPUtime=20397.7 cores=0-7
/proc/3345/stat : 3345 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202496 235313 0 0 0 2039431 338 0 0 25 0 4 0 719887024 1054498816 234894 33554432000 134512640 135305190 4294022896 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/3345/statm: 257446 234894 84 194 0 257250 0
[pid=3345/tid=3346] ppid=3342 vsize=1029784 CPUtime=5099.58 cores=0-7
/proc/3345/task/3346/stat : 3346 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 40504 0 0 0 509905 53 0 0 25 0 4 0 719887027 1054498816 234894 33554432000 134512640 135305190 4294022896 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=3345/tid=3347] ppid=3342 vsize=1029784 CPUtime=5098.98 cores=0-7
/proc/3345/task/3347/stat : 3347 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 111890 0 0 0 509747 151 0 0 25 0 4 0 719887027 1054498816 234894 33554432000 134512640 135305190 4294022896 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=3345/tid=3348] ppid=3342 vsize=1029784 CPUtime=5099.49 cores=0-7
/proc/3345/task/3348/stat : 3348 (manysat1.1_stat) R 3342 3342 3277 0 -1 4202560 42409 0 0 0 509871 78 0 0 25 0 4 0 719887027 1054498816 234894 33554432000 134512640 135305190 4294022896 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20397.8
Current children cumulated vsize (KiB) 1038484

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

Real time (s): 5100.02
CPU time (s): 20397.8
CPU user time (s): 20394.4
CPU system time (s): 3.38
CPU usage (%): 399.955
Max. virtual memory (cumulated for all children) (KiB): 1038484

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

runsolver used 14.9937 second user time and 36.0175 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-13 16:22:45
IDJOB=3361944
IDBENCH=70810
IDSOLVER=1839
FILE ID=node111/3361944-1305296565
RUNJOBID= node111-1305296396-3291
PBS_JOBID= 13321442
Free space on /tmp= 51596 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361944-1305296565/watcher-3361944-1305296565 -o /tmp/evaluation-result-3361944-1305296565/solver-3361944-1305296565 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361944-1305296565.cnf aimd 1

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=2145629707

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      23412428 kB
Buffers:        203880 kB
Cached:        6095596 kB
SwapCached:      13720 kB
Active:         635804 kB
Inactive:      8692092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23412428 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            1920 kB
Writeback:          16 kB
AnonPages:     3024244 kB
Mapped:          12236 kB
Slab:           109964 kB
PageTables:      36492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53312272 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= 51592 MiB
End job on node111 at 2011-05-13 17:47:47