Trace number 3362067

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) 1893.3 491.576

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 6771840, num vars = 1260306
0.00/0.00	c Exiting...too many clauses
1893.21/491.57	HOME/manysat.sh: line 55:  8301 Segmentation fault      (core dumped) $MS $INPUT "$@"

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-3362067-1305298428/watcher-3362067-1305298428 -o /tmp/evaluation-result-3362067-1305298428/solver-3362067-1305298428 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362067-1305298428.cnf aimd 1 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.88 8.08 7.15 6/359 8299
/proc/meminfo: memFree=7018716/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0

[startup+0.097782 s]
/proc/loadavg: 7.88 8.08 7.15 6/359 8299
/proc/meminfo: memFree=7018716/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100778 s]
/proc/loadavg: 7.88 8.08 7.15 6/359 8299
/proc/meminfo: memFree=7018716/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300744 s]
/proc/loadavg: 7.88 8.08 7.15 6/359 8299
/proc/meminfo: memFree=7018716/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70065 s]
/proc/loadavg: 7.88 8.08 7.15 6/359 8299
/proc/meminfo: memFree=7018716/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.88443 s]
/proc/loadavg: 7.88 8.08 7.15 6/359 8299
/proc/meminfo: memFree=7018716/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10021 s]
/proc/loadavg: 7.65 8.03 7.14 6/361 8302
/proc/meminfo: memFree=6244208/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=790736 CPUtime=3.1 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 192808 0 0 0 285 25 0 0 25 0 1 0 622258745 809713664 192744 33554432000 134512640 135305190 4290857168 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8301/statm: 197684 192744 71 194 0 197488 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 799436

[startup+6.30062 s]
/proc/loadavg: 7.65 8.03 7.14 6/361 8302
/proc/meminfo: memFree=5681708/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=1651632 CPUtime=6.29 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 381459 0 0 0 580 49 0 0 25 0 1 0 622258745 1691271168 381395 33554432000 134512640 135305190 4290857168 18446744073709551615 134529385 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8301/statm: 412908 381395 73 194 0 412712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1660332

[startup+12.7004 s]
/proc/loadavg: 7.68 8.03 7.14 9/364 8305
/proc/meminfo: memFree=5452680/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=1713192 CPUtime=28.31 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 388482 0 0 0 2780 51 0 0 25 0 4 0 622258745 1754308608 388316 33554432000 134512640 135305190 4290857168 18446744073709551615 134557821 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 428298 388316 83 194 0 428102 0
[pid=8301/tid=8303] ppid=8299 vsize=1713192 CPUtime=5.16 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 1679 0 0 0 516 0 0 0 25 0 4 0 622259490 1754308608 388316 33554432000 134512640 135305190 4290857168 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=1713192 CPUtime=5.23 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 1333 0 0 0 523 0 0 0 25 0 4 0 622259490 1754308608 388316 33554432000 134512640 135305190 4290857168 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=1713192 CPUtime=5.21 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 2378 0 0 0 521 0 0 0 25 0 4 0 622259490 1754308608 388316 33554432000 134512640 135305190 4290857168 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 28.31
Current children cumulated vsize (KiB) 1721892

[startup+25.5011 s]
/proc/loadavg: 7.75 8.03 7.16 9/364 8305
/proc/meminfo: memFree=5385556/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=1761928 CPUtime=79.36 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 401080 0 0 0 7882 54 0 0 25 0 4 0 622258745 1804214272 400908 33554432000 134512640 135305190 4290857168 18446744073709551615 134541969 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 440482 400908 83 194 0 440286 0
[pid=8301/tid=8303] ppid=8299 vsize=1761928 CPUtime=17.82 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 4319 0 0 0 1781 1 0 0 25 0 4 0 622259490 1804214272 400908 33554432000 134512640 135305190 4290857168 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=1761928 CPUtime=18.02 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 2777 0 0 0 1802 0 0 0 25 0 4 0 622259490 1804214272 400908 33554432000 134512640 135305190 4290857168 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=1761928 CPUtime=18.02 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 6636 0 0 0 1800 2 0 0 25 0 4 0 622259490 1804214272 400908 33554432000 134512640 135305190 4290857168 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 79.36
Current children cumulated vsize (KiB) 1770628

[startup+51.1004 s]
/proc/loadavg: 7.89 8.04 7.18 9/364 8306
/proc/meminfo: memFree=5260664/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=1870636 CPUtime=181.48 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 427891 0 0 0 18089 59 0 0 25 0 4 0 622258745 1915531264 427628 33554432000 134512640 135305190 4290857168 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 467659 427628 83 194 0 467463 0
[pid=8301/tid=8303] ppid=8299 vsize=1870636 CPUtime=43.14 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 13969 0 0 0 4311 3 0 0 25 0 4 0 622259490 1915531264 427628 33554432000 134512640 135305190 4290857168 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=1870636 CPUtime=43.63 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 4944 0 0 0 4362 1 0 0 25 0 4 0 622259490 1915531264 427628 33554432000 134512640 135305190 4290857168 18446744073709551615 134551677 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=1870636 CPUtime=43.61 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 14015 0 0 0 4358 3 0 0 25 0 4 0 622259490 1915531264 427628 33554432000 134512640 135305190 4290857168 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 181.48
Current children cumulated vsize (KiB) 1879336

[startup+102.301 s]
/proc/loadavg: 8.02 8.05 7.23 9/364 8307
/proc/meminfo: memFree=5002448/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=2068204 CPUtime=385.71 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 477536 0 0 0 38501 70 0 0 25 0 4 0 622258745 2117840896 477037 33554432000 134512640 135305190 4290857168 18446744073709551615 134551814 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 517051 477037 83 194 0 516855 0
[pid=8301/tid=8303] ppid=8299 vsize=2068204 CPUtime=93.77 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 27372 0 0 0 9371 6 0 0 25 0 4 0 622259490 2117840896 477037 33554432000 134512640 135305190 4290857168 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=2068204 CPUtime=94.83 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 6165 0 0 0 9481 2 0 0 25 0 4 0 622259490 2117840896 477037 33554432000 134512640 135305190 4290857168 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=2068204 CPUtime=94.82 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 30653 0 0 0 9476 6 0 0 25 0 4 0 622259490 2117840896 477037 33554432000 134512640 135305190 4290857168 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 385.71
Current children cumulated vsize (KiB) 2076904

[startup+162.301 s]
/proc/loadavg: 8.12 8.07 7.29 5/358 8310
/proc/meminfo: memFree=6325592/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=2389352 CPUtime=625.04 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 557695 0 0 0 62417 87 0 0 25 0 4 0 622258745 2446696448 557050 33554432000 134512640 135305190 4290857168 18446744073709551615 134551733 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 597338 557050 83 194 0 597142 0
[pid=8301/tid=8303] ppid=8299 vsize=2389352 CPUtime=153.11 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 41317 0 0 0 15303 8 0 0 25 0 4 0 622259490 2446696448 557050 33554432000 134512640 135305190 4290857168 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=2389352 CPUtime=154.83 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 34083 0 0 0 15476 7 0 0 25 0 4 0 622259490 2446696448 557050 33554432000 134512640 135305190 4290857168 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=2389352 CPUtime=154.82 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 49477 0 0 0 15471 11 0 0 25 0 4 0 622259490 2446696448 557050 33554432000 134512640 135305190 4290857168 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 625.04
Current children cumulated vsize (KiB) 2398052

[startup+222.301 s]
/proc/loadavg: 7.97 8.01 7.31 9/364 8344
/proc/meminfo: memFree=5797660/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=2671724 CPUtime=864.34 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 627817 0 0 0 86332 102 0 0 25 0 4 0 622258745 2735845376 627096 33554432000 134512640 135305190 4290857168 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 667931 627096 83 194 0 667735 0
[pid=8301/tid=8303] ppid=8299 vsize=2671724 CPUtime=212.43 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 60795 0 0 0 21231 12 0 0 25 0 4 0 622259490 2735845376 627096 33554432000 134512640 135305190 4290857168 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=2671724 CPUtime=214.83 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 47569 0 0 0 21473 10 0 0 25 0 4 0 622259490 2735845376 627096 33554432000 134512640 135305190 4290857168 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0 0

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

/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 824659 0 0 0 134160 135 0 0 25 0 4 0 622258745 3552870400 823739 33554432000 134512640 135305190 4290857168 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 867400 823739 83 194 0 867204 0
[pid=8301/tid=8303] ppid=8299 vsize=3469600 CPUtime=331.09 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 89273 0 0 0 33091 18 0 0 25 0 4 0 622259490 3552870400 823739 33554432000 134512640 135305190 4290857168 18446744073709551615 134551983 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=3469600 CPUtime=334.83 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 151330 0 0 0 33459 24 0 0 25 0 4 0 622259490 3552870400 823739 33554432000 134512640 135305190 4290857168 18446744073709551615 134552926 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=3469600 CPUtime=334.81 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 102838 0 0 0 33458 23 0 0 25 0 4 0 622259490 3552870400 823739 33554432000 134512640 135305190 4290857168 18446744073709551615 134551848 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1342.95
Current children cumulated vsize (KiB) 3478300

[startup+402.301 s]
/proc/loadavg: 8.14 8.08 7.45 9/364 8348
/proc/meminfo: memFree=4259812/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=3754132 CPUtime=1582.26 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 895474 0 0 0 158074 152 0 0 25 0 4 0 622258745 3844231168 894552 33554432000 134512640 135305190 4290857168 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 938533 894552 83 194 0 938337 0
[pid=8301/tid=8303] ppid=8299 vsize=3754132 CPUtime=390.41 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 108747 0 0 0 39018 23 0 0 25 0 4 0 622259490 3844231168 894552 33554432000 134512640 135305190 4290857168 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=3754132 CPUtime=394.83 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 166861 0 0 0 39456 27 0 0 25 0 4 0 622259490 3844231168 894552 33554432000 134512640 135305190 4290857168 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=3754132 CPUtime=394.81 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 121881 0 0 0 39453 28 0 0 25 0 4 0 622259490 3844231168 894552 33554432000 134512640 135305190 4290857168 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1582.26
Current children cumulated vsize (KiB) 3762832

[startup+462.301 s]
/proc/loadavg: 8.11 8.07 7.49 9/364 8359
/proc/meminfo: memFree=3828700/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=4073240 CPUtime=1821.54 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 974616 0 0 0 181984 170 0 0 25 0 4 0 622258745 4170997760 973667 33554432000 134512640 135305190 4290857168 18446744073709551615 134557963 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 1018310 973667 83 194 0 1018114 0
[pid=8301/tid=8303] ppid=8299 vsize=4073240 CPUtime=449.71 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 123967 0 0 0 44945 26 0 0 25 0 4 0 622259490 4170997760 973667 33554432000 134512640 135305190 4290857168 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=4073240 CPUtime=454.82 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 192187 0 0 0 45450 32 0 0 25 0 4 0 622259490 4170997760 973667 33554432000 134512640 135305190 4290857168 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=4073240 CPUtime=454.81 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 141528 0 0 0 45448 33 0 0 25 0 4 0 622259490 4170997760 973667 33554432000 134512640 135305190 4290857168 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1821.54
Current children cumulated vsize (KiB) 4081940

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

[startup+474.501 s]
/proc/loadavg: 8.09 8.07 7.50 9/364 8359
/proc/meminfo: memFree=3746764/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=4153112 CPUtime=1870.2 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202496 994839 0 0 0 186843 177 0 0 25 0 4 0 622258745 4252786688 993887 33554432000 134512640 135305190 4290857168 18446744073709551615 134556770 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8301/statm: 1038278 993887 83 194 0 1038082 0
[pid=8301/tid=8303] ppid=8299 vsize=4153112 CPUtime=461.77 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 125752 0 0 0 46150 27 0 0 25 0 4 0 622259490 4252786688 993887 33554432000 134512640 135305190 4290857168 18446744073709551615 134530664 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8301/tid=8304] ppid=8299 vsize=4153112 CPUtime=467.03 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 202037 0 0 0 46667 36 0 0 25 0 4 0 622259490 4252786688 993887 33554432000 134512640 135305190 4290857168 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=4153112 CPUtime=467.01 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4202560 145183 0 0 0 46666 35 0 0 25 0 4 0 622259490 4252786688 993887 33554432000 134512640 135305190 4290857168 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1870.2
Current children cumulated vsize (KiB) 4161812

[startup+480.901 s]
/proc/loadavg: 8.08 8.07 7.50 6/364 8360
/proc/meminfo: memFree=2497916/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=4189200 CPUtime=1889.75 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203524 1005269 0 0 0 188569 406 0 0 25 0 4 0 622258745 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134868979 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8301/statm: 1047300 1003162 83 194 0 1047104 0
[pid=8301/tid=8303] ppid=8299 vsize=4189200 CPUtime=468.08 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) R 8299 8299 8066 0 -1 4204096 127423 0 0 0 46585 223 0 0 20 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 3
[pid=8301/tid=8304] ppid=8299 vsize=4189200 CPUtime=471.46 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 205820 0 0 0 47103 43 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134551746 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=4189200 CPUtime=471.42 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 147587 0 0 0 47095 47 0 0 25 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1889.75
Current children cumulated vsize (KiB) 4197900

[startup+487.3 s]
/proc/loadavg: 8.07 8.07 7.50 5/364 8360
/proc/meminfo: memFree=94136/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=4189200 CPUtime=1892.73 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203524 1005269 0 0 0 188569 704 0 0 25 0 4 0 622258745 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134868979 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8301/statm: 1047300 1003162 83 194 0 1047104 0
[pid=8301/tid=8303] ppid=8299 vsize=4189200 CPUtime=471.05 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) D 8299 8299 8066 0 -1 4204096 127423 0 0 0 46585 520 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 246
[pid=8301/tid=8304] ppid=8299 vsize=4189200 CPUtime=471.46 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 205820 0 0 0 47103 43 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134551746 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=4189200 CPUtime=471.42 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 147587 0 0 0 47095 47 0 0 25 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1892.73
Current children cumulated vsize (KiB) 4197900

[startup+488.901 s]
/proc/loadavg: 8.31 8.12 7.52 5/364 8360
/proc/meminfo: memFree=93068/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=4189200 CPUtime=1892.89 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203524 1005269 0 0 0 188569 720 0 0 25 0 4 0 622258745 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134868979 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8301/statm: 1047300 1003162 83 194 0 1047104 0
[pid=8301/tid=8303] ppid=8299 vsize=4189200 CPUtime=471.22 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) D 8299 8299 8066 0 -1 4204096 127423 0 0 0 46585 537 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 402
[pid=8301/tid=8304] ppid=8299 vsize=4189200 CPUtime=471.46 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 205820 0 0 0 47103 43 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134551746 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=4189200 CPUtime=471.42 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 147587 0 0 0 47095 47 0 0 25 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1892.89
Current children cumulated vsize (KiB) 4197900

[startup+490.513 s]
/proc/loadavg: 8.31 8.12 7.52 5/364 8360
/proc/meminfo: memFree=98016/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=4189200 CPUtime=1893.06 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203524 1005269 0 0 0 188569 737 0 0 25 0 4 0 622258745 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134868979 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8301/statm: 1047300 1003162 83 194 0 1047104 0
[pid=8301/tid=8303] ppid=8299 vsize=4189200 CPUtime=471.39 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) D 8299 8299 8066 0 -1 4204096 127423 0 0 0 46585 554 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 557
[pid=8301/tid=8304] ppid=8299 vsize=4189200 CPUtime=471.46 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 205820 0 0 0 47103 43 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134551746 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=4189200 CPUtime=471.42 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 147587 0 0 0 47095 47 0 0 25 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1893.06
Current children cumulated vsize (KiB) 4197900

[startup+491.301 s]
/proc/loadavg: 8.31 8.12 7.52 5/364 8360
/proc/meminfo: memFree=98016/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=4189200 CPUtime=1893.06 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203524 1005269 0 0 0 188569 737 0 0 25 0 4 0 622258745 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134868979 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8301/statm: 1047300 1003162 83 194 0 1047104 0
[pid=8301/tid=8303] ppid=8299 vsize=4189200 CPUtime=471.39 cores=0,2,4,6
/proc/8301/task/8303/stat : 8303 (manysat1.1_stat) D 8299 8299 8066 0 -1 4204096 127423 0 0 0 46585 554 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 557
[pid=8301/tid=8304] ppid=8299 vsize=4189200 CPUtime=471.46 cores=0,2,4,6
/proc/8301/task/8304/stat : 8304 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 205820 0 0 0 47103 43 0 0 18 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134551746 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=4189200 CPUtime=471.42 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) D 8299 8299 8066 0 -1 4203588 147587 0 0 0 47095 47 0 0 25 0 4 0 622259490 4289740800 1003162 33554432000 134512640 135305190 4290857168 18446744073709551615 134528298 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1893.06
Current children cumulated vsize (KiB) 4197900

[startup+491.501 s]
/proc/loadavg: 8.31 8.12 7.52 6/362 8360
/proc/meminfo: memFree=2571844/32951124 swapFree=65980216/67111528
[pid=8299] ppid=8297 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8299/stat : 8299 (manysat.sh) S 8297 8299 8066 0 -1 4202496 356 109 0 0 0 0 0 0 24 0 1 0 622258745 8908800 252 33554432000 4194304 4922060 140736659760832 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8299/statm: 2175 252 209 178 0 68 0
[pid=8301] ppid=8299 vsize=0 CPUtime=1893.21 cores=0,2,4,6
/proc/8301/stat : 8301 (manysat1.1_stat) Z 8299 8299 8066 0 -1 4203548 1005270 0 0 0 188569 752 0 0 18 0 2 0 622258745 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/8301/statm: 0 0 0 0 0 0 0
[pid=8301/tid=8305] ppid=8299 vsize=0 CPUtime=471.52 cores=0,2,4,6
/proc/8301/task/8305/stat : 8305 (manysat1.1_stat) R 8299 8299 8066 0 -1 4203588 147587 0 0 0 47095 57 0 0 18 0 2 0 622259490 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1893.21
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 491.576
CPU time (s): 1893.3
CPU user time (s): 1885.7
CPU system time (s): 7.59784
CPU usage (%): 385.149
Max. virtual memory (cumulated for all children) (KiB): 4197900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1885.7
system time used= 7.59784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1005750
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= 4038
involuntary context switches= 8679

runsolver used 1.61675 second user time and 3.9174 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 16:53:53
IDJOB=3362067
IDBENCH=82374
IDSOLVER=1838
FILE ID=node142/3362067-1305298428
RUNJOBID= node142-1305296391-8084
PBS_JOBID= 13321411
Free space on /tmp= 46920 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362067-1305298428/watcher-3362067-1305298428 -o /tmp/evaluation-result-3362067-1305298428/solver-3362067-1305298428 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362067-1305298428.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=1572239992

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7018740 kB
Buffers:        270628 kB
Cached:       19170560 kB
SwapCached:      11520 kB
Active:       12432396 kB
Inactive:     12755072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7018740 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          135332 kB
Writeback:           0 kB
AnonPages:     5743260 kB
Mapped:          20764 kB
Slab:           645820 kB
PageTables:      35012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78612348 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= 43024 MiB
End job on node142 at 2011-05-13 17:02:04