Trace number 3362090

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? (exit code) 3137.44 794.966

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark381.959
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 10223027, num vars = 559571
0.00/0.00	c Exiting...too many clauses
3137.07/794.86	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
3137.07/794.86	c ============================[ Problem Statistics ]=============================
3137.07/794.86	c |                                                                             |
3137.07/794.86	c threadId              : 1
3137.07/794.86	c restarts              : 1074
3137.07/794.86	c conflicts             : 84762          (27 /sec)
3137.07/794.86	c decisions             : 1155511        (1.47 % random) (369 /sec)
3137.07/794.86	c propagations          : 934932688      (298166 /sec)
3137.07/794.86	c conflict literals     : 107312046      (38.14 % deleted)
3137.07/794.86	c Memory used           : 2598.27 MB
3137.07/794.86	c CPU time              : 3135.61 s
3137.07/794.86	
3137.07/794.86	c --->m=4, e=8, aimd=0, HOME/instance-3362090-1305299330.cnf	time: 783.902	conflicts: 84762        

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-3362090-1305299330/watcher-3362090-1305299330 -o /tmp/evaluation-result-3362090-1305299330/solver-3362090-1305299330 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362090-1305299330.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 1.96 3.29 3.54 1/288 12527
/proc/meminfo: memFree=8242856/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0

[startup+0.061146 s]
/proc/loadavg: 1.96 3.29 3.54 1/288 12527
/proc/meminfo: memFree=8242856/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101129 s]
/proc/loadavg: 1.96 3.29 3.54 1/288 12527
/proc/meminfo: memFree=8242856/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301106 s]
/proc/loadavg: 1.96 3.29 3.54 1/288 12527
/proc/meminfo: memFree=8242856/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701026 s]
/proc/loadavg: 1.96 3.29 3.54 1/288 12527
/proc/meminfo: memFree=8242856/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 1.96 3.29 3.54 2/290 12530
/proc/meminfo: memFree=8048044/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=333556 CPUtime=1.49 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 79892 0 0 0 136 13 0 0 25 0 1 0 641532184 341561344 79847 33554432000 134512640 135305190 4287421440 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12529/statm: 83389 79848 71 194 0 83193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 342256

[startup+3.10063 s]
/proc/loadavg: 1.96 3.29 3.54 2/290 12530
/proc/meminfo: memFree=7788028/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=723608 CPUtime=3.09 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 174454 0 0 0 283 26 0 0 25 0 1 0 641532184 740974592 174409 33554432000 134512640 135305190 4287421440 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12529/statm: 180902 174411 71 194 0 180706 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 732308

[startup+6.30108 s]
/proc/loadavg: 1.89 3.25 3.53 2/290 12530
/proc/meminfo: memFree=6998788/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=1491708 CPUtime=6.29 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 365927 0 0 0 573 56 0 0 25 0 1 0 641532184 1527508992 365882 33554432000 134512640 135305190 4287421440 18446744073709551615 134839991 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12529/statm: 372927 365883 71 194 0 372731 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1500408

[startup+12.701 s]
/proc/loadavg: 1.81 3.22 3.51 2/290 12531
/proc/meminfo: memFree=6326216/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2006508 CPUtime=12.69 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 479959 0 0 0 1197 72 0 0 25 0 1 0 641532184 2054664192 479914 33554432000 134512640 135305190 4287421440 18446744073709551615 134830601 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12529/statm: 501627 479914 73 194 0 501431 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2015208

[startup+25.5009 s]
/proc/loadavg: 2.30 3.25 3.52 5/293 12534
/proc/meminfo: memFree=6315140/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2053324 CPUtime=60.31 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 483103 0 0 0 5906 125 0 0 18 0 4 0 641532184 2102603776 483053 33554432000 134512640 135305190 4287421440 18446744073709551615 134528248 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 513331 483053 83 194 0 513135 0
[pid=12529/tid=12532] ppid=12527 vsize=2053324 CPUtime=11.81 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 584 0 0 0 1164 17 0 0 18 0 4 0 641533490 2102603776 483053 33554432000 134512640 135305190 4287421440 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2053324 CPUtime=11.91 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 648 0 0 0 1188 3 0 0 18 0 4 0 641533490 2102603776 483053 33554432000 134512640 135305190 4287421440 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2053324 CPUtime=11.74 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 1299 0 0 0 1164 10 0 0 18 0 4 0 641533490 2102603776 483053 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 60.31
Current children cumulated vsize (KiB) 2062024

[startup+51.1006 s]
/proc/loadavg: 2.88 3.31 3.53 5/293 12534
/proc/meminfo: memFree=6299496/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2070304 CPUtime=162.46 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 487376 0 0 0 16118 128 0 0 25 0 4 0 641532184 2119991296 487326 33554432000 134512640 135305190 4287421440 18446744073709551615 134551945 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 517576 487326 83 194 0 517380 0
[pid=12529/tid=12532] ppid=12527 vsize=2070304 CPUtime=37.32 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 1242 0 0 0 3714 18 0 0 25 0 4 0 641533490 2119991296 487326 33554432000 134512640 135305190 4287421440 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2070304 CPUtime=37.46 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 1637 0 0 0 3743 3 0 0 25 0 4 0 641533490 2119991296 487326 33554432000 134512640 135305190 4287421440 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2070304 CPUtime=37.3 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 2967 0 0 0 3719 11 0 0 20 0 4 0 641533490 2119991296 487326 33554432000 134512640 135305190 4287421440 18446744073709551615 134546866 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.46
Current children cumulated vsize (KiB) 2079004

[startup+102.311 s]
/proc/loadavg: 3.55 3.43 3.56 5/293 12536
/proc/meminfo: memFree=6231436/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2136952 CPUtime=367.3 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 504234 0 0 0 36599 131 0 0 25 0 4 0 641532184 2188238848 504184 33554432000 134512640 135305190 4287421440 18446744073709551615 134551720 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 534238 504184 83 194 0 534042 0
[pid=12529/tid=12532] ppid=12527 vsize=2136952 CPUtime=88.52 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 5621 0 0 0 8834 18 0 0 25 0 4 0 641533490 2188238848 504184 33554432000 134512640 135305190 4287421440 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2136952 CPUtime=88.67 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 5858 0 0 0 8863 4 0 0 25 0 4 0 641533490 2188238848 504184 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2136952 CPUtime=88.52 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 7463 0 0 0 8840 12 0 0 18 0 4 0 641533490 2188238848 504184 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 367.3
Current children cumulated vsize (KiB) 2145652

[startup+162.301 s]
/proc/loadavg: 3.83 3.53 3.58 5/293 12538
/proc/meminfo: memFree=6139764/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2229224 CPUtime=607.26 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 527280 0 0 0 60588 138 0 0 20 0 4 0 641532184 2282725376 527230 33554432000 134512640 135305190 4287421440 18446744073709551615 134528220 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 557306 527230 83 194 0 557110 0
[pid=12529/tid=12532] ppid=12527 vsize=2229224 CPUtime=148.51 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 11796 0 0 0 14832 19 0 0 25 0 4 0 641533490 2282725376 527230 33554432000 134512640 135305190 4287421440 18446744073709551615 134551974 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2229224 CPUtime=148.66 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 12006 0 0 0 14860 6 0 0 25 0 4 0 641533490 2282725376 527230 33554432000 134512640 135305190 4287421440 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2229224 CPUtime=148.5 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 12268 0 0 0 14837 13 0 0 25 0 4 0 641533490 2282725376 527230 33554432000 134512640 135305190 4287421440 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 607.26
Current children cumulated vsize (KiB) 2237924

[startup+222.301 s]
/proc/loadavg: 3.94 3.61 3.61 5/293 12539
/proc/meminfo: memFree=6060740/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2308152 CPUtime=847.27 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 546833 0 0 0 84583 144 0 0 18 0 4 0 641532184 2363547648 546783 33554432000 134512640 135305190 4287421440 18446744073709551615 134551930 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 577038 546783 83 194 0 576842 0
[pid=12529/tid=12532] ppid=12527 vsize=2308152 CPUtime=208.51 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 18496 0 0 0 20830 21 0 0 25 0 4 0 641533490 2363547648 546783 33554432000 134512640 135305190 4287421440 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2308152 CPUtime=208.66 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 13530 0 0 0 20859 7 0 0 25 0 4 0 641533490 2363547648 546783 33554432000 134512640 135305190 4287421440 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2308152 CPUtime=208.51 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 17079 0 0 0 20836 15 0 0 25 0 4 0 641533490 2363547648 546783 33554432000 134512640 135305190 4287421440 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 847.27

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

/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 624679 0 0 0 276550 168 0 0 20 0 4 0 641532184 2682617856 624628 33554432000 134512640 135305190 4287421440 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 654936 624628 83 194 0 654740 0
[pid=12529/tid=12532] ppid=12527 vsize=2619744 CPUtime=688.49 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 44930 0 0 0 68819 30 0 0 25 0 4 0 641533490 2682617856 624628 33554432000 134512640 135305190 4287421440 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2619744 CPUtime=688.63 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21124 0 0 0 68853 10 0 0 25 0 4 0 641533490 2682617856 624628 33554432000 134512640 135305190 4287421440 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2619744 CPUtime=688.48 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 30647 0 0 0 68830 18 0 0 25 0 4 0 641533490 2682617856 624628 33554432000 134512640 135305190 4287421440 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2767.18
Current children cumulated vsize (KiB) 2628444

[startup+762.311 s]
/proc/loadavg: 4.01 3.94 3.77 5/293 12554
/proc/meminfo: memFree=5708616/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2659604 CPUtime=3007.2 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 634723 0 0 0 300548 172 0 0 18 0 4 0 641532184 2723434496 634672 33554432000 134512640 135305190 4287421440 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 664901 634672 83 194 0 664705 0
[pid=12529/tid=12532] ppid=12527 vsize=2659604 CPUtime=748.49 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47543 0 0 0 74818 31 0 0 25 0 4 0 641533490 2723434496 634672 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2659604 CPUtime=748.65 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21748 0 0 0 74854 11 0 0 25 0 4 0 641533490 2723434496 634672 33554432000 134512640 135305190 4287421440 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2659604 CPUtime=748.48 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34167 0 0 0 74828 20 0 0 25 0 4 0 641533490 2723434496 634672 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3007.2
Current children cumulated vsize (KiB) 2668304

Solver just ended. Dumping a history of the last processes samples

[startup+767.901 s]
/proc/loadavg: 4.00 3.94 3.77 5/293 12554
/proc/meminfo: memFree=5708244/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2659604 CPUtime=3029.56 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 634789 0 0 0 302784 172 0 0 18 0 4 0 641532184 2723434496 634738 33554432000 134512640 135305190 4287421440 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 664901 634738 83 194 0 664705 0
[pid=12529/tid=12532] ppid=12527 vsize=2659604 CPUtime=754.08 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47558 0 0 0 75377 31 0 0 25 0 4 0 641533490 2723434496 634738 33554432000 134512640 135305190 4287421440 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2659604 CPUtime=754.24 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21748 0 0 0 75413 11 0 0 25 0 4 0 641533490 2723434496 634738 33554432000 134512640 135305190 4287421440 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2659604 CPUtime=754.07 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34207 0 0 0 75387 20 0 0 25 0 4 0 641533490 2723434496 634738 33554432000 134512640 135305190 4287421440 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3029.56
Current children cumulated vsize (KiB) 2668304

[startup+780.701 s]
/proc/loadavg: 4.00 3.94 3.77 5/293 12554
/proc/meminfo: memFree=5708120/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2660628 CPUtime=3080.75 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 634852 0 0 0 307903 172 0 0 20 0 4 0 641532184 2724483072 634801 33554432000 134512640 135305190 4287421440 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 665157 634801 83 194 0 664961 0
[pid=12529/tid=12532] ppid=12527 vsize=2660628 CPUtime=766.88 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47573 0 0 0 76657 31 0 0 25 0 4 0 641533490 2724483072 634801 33554432000 134512640 135305190 4287421440 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2660628 CPUtime=767.04 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21749 0 0 0 76693 11 0 0 25 0 4 0 641533490 2724483072 634801 33554432000 134512640 135305190 4287421440 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2660628 CPUtime=766.87 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34230 0 0 0 76667 20 0 0 25 0 4 0 641533490 2724483072 634801 33554432000 134512640 135305190 4287421440 18446744073709551615 134557466 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3080.75
Current children cumulated vsize (KiB) 2669328

[startup+787.101 s]
/proc/loadavg: 4.00 3.95 3.77 5/293 12554
/proc/meminfo: memFree=5707624/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2660628 CPUtime=3106.35 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 634903 0 0 0 310463 172 0 0 20 0 4 0 641532184 2724483072 634852 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 665157 634852 83 194 0 664961 0
[pid=12529/tid=12532] ppid=12527 vsize=2660628 CPUtime=773.28 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47578 0 0 0 77297 31 0 0 21 0 4 0 641533490 2724483072 634852 33554432000 134512640 135305190 4287421440 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2660628 CPUtime=773.44 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21752 0 0 0 77333 11 0 0 25 0 4 0 641533490 2724483072 634852 33554432000 134512640 135305190 4287421440 18446744073709551615 134551782 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2660628 CPUtime=773.27 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34248 0 0 0 77307 20 0 0 25 0 4 0 641533490 2724483072 634852 33554432000 134512640 135305190 4287421440 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3106.35
Current children cumulated vsize (KiB) 2669328

[startup+790.3 s]
/proc/loadavg: 4.00 3.95 3.77 5/293 12554
/proc/meminfo: memFree=5707604/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2660628 CPUtime=3119.14 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 634951 0 0 0 311742 172 0 0 20 0 4 0 641532184 2724483072 634900 33554432000 134512640 135305190 4287421440 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 665157 634900 83 194 0 664961 0
[pid=12529/tid=12532] ppid=12527 vsize=2660628 CPUtime=776.48 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47579 0 0 0 77617 31 0 0 25 0 4 0 641533490 2724483072 634900 33554432000 134512640 135305190 4287421440 18446744073709551615 134558360 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2660628 CPUtime=776.64 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21753 0 0 0 77653 11 0 0 25 0 4 0 641533490 2724483072 634900 33554432000 134512640 135305190 4287421440 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2660628 CPUtime=776.47 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34284 0 0 0 77627 20 0 0 25 0 4 0 641533490 2724483072 634900 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3119.14
Current children cumulated vsize (KiB) 2669328

[startup+793.501 s]
/proc/loadavg: 4.00 3.95 3.77 5/293 12554
/proc/meminfo: memFree=5707356/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2660628 CPUtime=3131.94 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 635002 0 0 0 313022 172 0 0 18 0 4 0 641532184 2724483072 634951 33554432000 134512640 135305190 4287421440 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 665157 634951 83 194 0 664961 0
[pid=12529/tid=12532] ppid=12527 vsize=2660628 CPUtime=779.69 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47585 0 0 0 77937 32 0 0 25 0 4 0 641533490 2724483072 634951 33554432000 134512640 135305190 4287421440 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2660628 CPUtime=779.84 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21753 0 0 0 77973 11 0 0 25 0 4 0 641533490 2724483072 634951 33554432000 134512640 135305190 4287421440 18446744073709551615 134555240 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2660628 CPUtime=779.67 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34324 0 0 0 77947 20 0 0 25 0 4 0 641533490 2724483072 634951 33554432000 134512640 135305190 4287421440 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3131.94
Current children cumulated vsize (KiB) 2669328

[startup+794.301 s]
/proc/loadavg: 4.00 3.95 3.77 5/293 12554
/proc/meminfo: memFree=5707232/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2660628 CPUtime=3135.07 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 635006 0 0 0 313335 172 0 0 18 0 4 0 641532184 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 665157 634955 83 194 0 664961 0
[pid=12529/tid=12532] ppid=12527 vsize=2660628 CPUtime=780.49 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47589 0 0 0 78017 32 0 0 25 0 4 0 641533490 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2660628 CPUtime=780.64 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21753 0 0 0 78053 11 0 0 25 0 4 0 641533490 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134551782 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2660628 CPUtime=780.39 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34324 0 0 0 78019 20 0 0 17 0 4 0 641533490 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3135.07
Current children cumulated vsize (KiB) 2669328

[startup+794.701 s]
/proc/loadavg: 4.00 3.95 3.77 5/293 12554
/proc/meminfo: memFree=5707232/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=2660628 CPUtime=3136.67 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202496 635006 0 0 0 313495 172 0 0 19 0 4 0 641532184 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 665157 634955 83 194 0 664961 0
[pid=12529/tid=12532] ppid=12527 vsize=2660628 CPUtime=780.89 cores=0-7
/proc/12529/task/12532/stat : 12532 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 47589 0 0 0 78057 32 0 0 25 0 4 0 641533490 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=2660628 CPUtime=781.04 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 21753 0 0 0 78093 11 0 0 25 0 4 0 641533490 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=12529/tid=12534] ppid=12527 vsize=2660628 CPUtime=780.79 cores=0-7
/proc/12529/task/12534/stat : 12534 (manysat1.1_stat) R 12527 12527 12378 0 -1 4202560 34324 0 0 0 78059 20 0 0 18 0 4 0 641533490 2724483072 634955 33554432000 134512640 135305190 4287421440 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3136.67
Current children cumulated vsize (KiB) 2669328

[startup+794.901 s]
/proc/loadavg: 4.00 3.95 3.77 5/293 12554
/proc/meminfo: memFree=5707232/32951124 swapFree=63649232/67111528
[pid=12527] ppid=12525 vsize=8700 CPUtime=0 cores=0-7
/proc/12527/stat : 12527 (manysat.sh) S 12525 12527 12378 0 -1 4202496 353 107 0 0 0 0 0 0 23 0 1 0 641532183 8908800 251 33554432000 4194304 4922060 140733698879408 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12527/statm: 2175 251 209 178 0 68 0
[pid=12529] ppid=12527 vsize=0 CPUtime=3137.37 cores=0-7
/proc/12529/stat : 12529 (manysat1.1_stat) Z 12527 12527 12378 0 -1 4202524 635022 0 0 0 313561 176 0 0 19 0 2 0 641532184 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/12529/statm: 0 0 0 0 0 0 0
[pid=12529/tid=12533] ppid=12527 vsize=0 CPUtime=781.23 cores=0-7
/proc/12529/task/12533/stat : 12533 (manysat1.1_stat) R 12527 12527 12378 0 -1 4203588 21753 0 0 0 78109 14 0 0 25 0 2 0 641533490 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3137.37
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 794.966
CPU time (s): 3137.44
CPU user time (s): 3135.61
CPU system time (s): 1.82872
CPU usage (%): 394.664
Max. virtual memory (cumulated for all children) (KiB): 2669328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3135.61
system time used= 1.82872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635494
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= 26164
involuntary context switches= 12164

runsolver used 2.06669 second user time and 5.15222 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-13 17:08:56
IDJOB=3362090
IDBENCH=82399
IDSOLVER=1839
FILE ID=node130/3362090-1305299330
RUNJOBID= node130-1305296392-12392
PBS_JOBID= 13321423
Free space on /tmp= 29948 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362090-1305299330/watcher-3362090-1305299330 -o /tmp/evaluation-result-3362090-1305299330/solver-3362090-1305299330 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362090-1305299330.cnf aimd 1

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1823132659

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8243392 kB
Buffers:        270780 kB
Cached:       22726768 kB
SwapCached:      10360 kB
Active:        5741920 kB
Inactive:     18308608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8243392 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:          187276 kB
Writeback:           0 kB
AnonPages:     1050920 kB
Mapped:          12880 kB
Slab:           569036 kB
PageTables:      24760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51453732 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= 29948 MiB
End job on node130 at 2011-05-13 17:22:12