Trace number 3362068

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) 2075.59 538.131

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 benchmark363.759
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
2075.55/538.13	HOME/manysat.sh: line 55: 17357 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-3362068-1305298182/watcher-3362068-1305298182 -o /tmp/evaluation-result-3362068-1305298182/solver-3362068-1305298182 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362068-1305298182.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 3.40 3.78 3.30 1/317 17355
/proc/meminfo: memFree=25423704/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0

[startup+0.0336939 s]
/proc/loadavg: 3.40 3.78 3.30 1/317 17355
/proc/meminfo: memFree=25423704/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100662 s]
/proc/loadavg: 3.40 3.78 3.30 1/317 17355
/proc/meminfo: memFree=25423704/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300621 s]
/proc/loadavg: 3.40 3.78 3.30 1/317 17355
/proc/meminfo: memFree=25423704/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700565 s]
/proc/loadavg: 3.40 3.78 3.30 1/317 17355
/proc/meminfo: memFree=25423704/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.81834 s]
/proc/loadavg: 3.40 3.78 3.30 1/317 17355
/proc/meminfo: memFree=25423704/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1011 s]
/proc/loadavg: 3.21 3.73 3.29 2/319 17358
/proc/meminfo: memFree=24649228/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=828860 CPUtime=3.1 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 194834 0 0 0 286 24 0 0 25 0 1 0 641419110 848752640 194770 33554432000 134512640 135305190 4287840624 18446744073709551615 134873150 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/17357/statm: 207898 194770 71 194 0 207702 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 837560

[startup+6.30051 s]
/proc/loadavg: 3.03 3.69 3.28 2/319 17358
/proc/meminfo: memFree=24087012/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=1651632 CPUtime=6.29 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 381459 0 0 0 580 49 0 0 25 0 1 0 641419110 1691271168 381395 33554432000 134512640 135305190 4287840624 18446744073709551615 134529371 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/17357/statm: 412908 381395 73 194 0 412712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1660332

[startup+12.7003 s]
/proc/loadavg: 3.11 3.69 3.28 5/322 17361
/proc/meminfo: memFree=23877960/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=1709392 CPUtime=28.51 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 387653 0 0 0 2799 52 0 0 25 0 4 0 641419110 1750417408 387437 33554432000 134512640 135305190 4287840624 18446744073709551615 134542034 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 427348 387437 83 194 0 427152 0
[pid=17357/tid=17359] ppid=17355 vsize=1709392 CPUtime=5.28 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 733 0 0 0 528 0 0 0 25 0 4 0 641419851 1750417408 387437 33554432000 134512640 135305190 4287840624 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=1709392 CPUtime=5.27 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 1373 0 0 0 527 0 0 0 25 0 4 0 641419851 1750417408 387437 33554432000 134512640 135305190 4287840624 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=1709392 CPUtime=5.26 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 2306 0 0 0 525 1 0 0 25 0 4 0 641419851 1750417408 387437 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.51
Current children cumulated vsize (KiB) 1718092

[startup+25.5009 s]
/proc/loadavg: 3.24 3.70 3.29 5/322 17362
/proc/meminfo: memFree=23826380/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=1762168 CPUtime=79.71 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 400556 0 0 0 7913 58 0 0 25 0 4 0 641419110 1804460032 400336 33554432000 134512640 135305190 4287840624 18446744073709551615 134551930 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 440542 400336 83 194 0 440346 0
[pid=17357/tid=17359] ppid=17355 vsize=1762168 CPUtime=18.08 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 2677 0 0 0 1807 1 0 0 20 0 4 0 641419851 1804460032 400336 33554432000 134512640 135305190 4287840624 18446744073709551615 134528630 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=1762168 CPUtime=18.07 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 3115 0 0 0 1806 1 0 0 25 0 4 0 641419851 1804460032 400336 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=1762168 CPUtime=18.06 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 6068 0 0 0 1804 2 0 0 25 0 4 0 641419851 1804460032 400336 33554432000 134512640 135305190 4287840624 18446744073709551615 134531155 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 79.71
Current children cumulated vsize (KiB) 1770868

[startup+51.1012 s]
/proc/loadavg: 3.54 3.73 3.31 5/322 17362
/proc/meminfo: memFree=23672412/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=1915320 CPUtime=182.11 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 438840 0 0 0 18136 75 0 0 21 0 4 0 641419110 1961287680 438576 33554432000 134512640 135305190 4287840624 18446744073709551615 134541947 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 478830 438576 83 194 0 478634 0
[pid=17357/tid=17359] ppid=17355 vsize=1915320 CPUtime=43.67 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 11918 0 0 0 4364 3 0 0 25 0 4 0 641419851 1961287680 438576 33554432000 134512640 135305190 4287840624 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=1915320 CPUtime=43.67 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 16587 0 0 0 4358 9 0 0 25 0 4 0 641419851 1961287680 438576 33554432000 134512640 135305190 4287840624 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=1915320 CPUtime=43.66 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 11967 0 0 0 4361 5 0 0 25 0 4 0 641419851 1961287680 438576 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 182.11
Current children cumulated vsize (KiB) 1924020

[startup+102.301 s]
/proc/loadavg: 3.80 3.77 3.34 5/322 17364
/proc/meminfo: memFree=23490480/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=2097336 CPUtime=386.91 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 484139 0 0 0 38604 87 0 0 18 0 4 0 641419110 2147672064 483871 33554432000 134512640 135305190 4287840624 18446744073709551615 134551848 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 524334 483871 83 194 0 524138 0
[pid=17357/tid=17359] ppid=17355 vsize=2097336 CPUtime=94.87 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 23000 0 0 0 9482 5 0 0 25 0 4 0 641419851 2147672064 483871 33554432000 134512640 135305190 4287840624 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=2097336 CPUtime=94.87 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 20885 0 0 0 9477 10 0 0 25 0 4 0 641419851 2147672064 483871 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=2097336 CPUtime=94.86 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 26014 0 0 0 9478 8 0 0 18 0 4 0 641419851 2147672064 483871 33554432000 134512640 135305190 4287840624 18446744073709551615 134551733 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 386.91
Current children cumulated vsize (KiB) 2106036

[startup+162.301 s]
/proc/loadavg: 3.92 3.81 3.38 5/322 17365
/proc/meminfo: memFree=23278000/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=2312612 CPUtime=626.91 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 537934 0 0 0 62591 100 0 0 25 0 4 0 641419110 2368114688 537523 33554432000 134512640 135305190 4287840624 18446744073709551615 134551694 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 578153 537523 83 194 0 577957 0
[pid=17357/tid=17359] ppid=17355 vsize=2312612 CPUtime=154.87 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 28216 0 0 0 15481 6 0 0 25 0 4 0 641419851 2368114688 537523 33554432000 134512640 135305190 4287840624 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=2312612 CPUtime=154.87 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 29347 0 0 0 15475 12 0 0 25 0 4 0 641419851 2368114688 537523 33554432000 134512640 135305190 4287840624 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=2312612 CPUtime=154.86 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 44764 0 0 0 15473 13 0 0 18 0 4 0 641419851 2368114688 537523 33554432000 134512640 135305190 4287840624 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 626.91
Current children cumulated vsize (KiB) 2321312

[startup+222.3 s]
/proc/loadavg: 4.01 3.86 3.42 5/322 17367
/proc/meminfo: memFree=22927892/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=2663512 CPUtime=866.92 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 625384 0 0 0 86572 120 0 0 19 0 4 0 641419110 2727436288 624833 33554432000 134512640 135305190 4287840624 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 665878 624833 83 194 0 665682 0
[pid=17357/tid=17359] ppid=17355 vsize=2663512 CPUtime=214.88 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 40968 0 0 0 21478 10 0 0 25 0 4 0 641419851 2727436288 624833 33554432000 134512640 135305190 4287840624 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=2663512 CPUtime=214.87 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 61713 0 0 0 21470 17 0 0 25 0 4 0 641419851 2727436288 624833 33554432000 134512640 135305190 4287840624 18446744073709551615 134554549 0 0 4096 3 0 0 0 -1 0 0 0 0

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

/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 792068 0 0 0 134538 153 0 0 18 0 4 0 641419110 3411193856 791445 33554432000 134512640 135305190 4287840624 18446744073709551615 134551782 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 832811 791445 83 194 0 832615 0
[pid=17357/tid=17359] ppid=17355 vsize=3331244 CPUtime=334.88 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 67568 0 0 0 33473 15 0 0 18 0 4 0 641419851 3411193856 791445 33554432000 134512640 135305190 4287840624 18446744073709551615 134551814 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=3331244 CPUtime=334.87 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 129572 0 0 0 33459 28 0 0 25 0 4 0 641419851 3411193856 791445 33554432000 134512640 135305190 4287840624 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=3331244 CPUtime=334.86 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 96194 0 0 0 33463 23 0 0 18 0 4 0 641419851 3411193856 791445 33554432000 134512640 135305190 4287840624 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1346.91
Current children cumulated vsize (KiB) 3339944

[startup+402.301 s]
/proc/loadavg: 4.00 3.91 3.51 5/322 17372
/proc/meminfo: memFree=22114664/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=3478132 CPUtime=1586.92 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 828588 0 0 0 158531 161 0 0 25 0 4 0 641419110 3561607168 827962 33554432000 134512640 135305190 4287840624 18446744073709551615 134551939 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 869533 827962 83 194 0 869337 0
[pid=17357/tid=17359] ppid=17355 vsize=3478132 CPUtime=394.87 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 75577 0 0 0 39471 16 0 0 25 0 4 0 641419851 3561607168 827962 33554432000 134512640 135305190 4287840624 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=3478132 CPUtime=394.87 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 139237 0 0 0 39457 30 0 0 25 0 4 0 641419851 3561607168 827962 33554432000 134512640 135305190 4287840624 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=3478132 CPUtime=394.86 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 104324 0 0 0 39461 25 0 0 25 0 4 0 641419851 3561607168 827962 33554432000 134512640 135305190 4287840624 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1586.92
Current children cumulated vsize (KiB) 3486832

[startup+462.301 s]
/proc/loadavg: 4.00 3.93 3.54 5/322 17373
/proc/meminfo: memFree=21774960/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=3816264 CPUtime=1826.93 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 912900 0 0 0 182514 179 0 0 18 0 4 0 641419110 3907854336 912270 33554432000 134512640 135305190 4287840624 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 954066 912270 83 194 0 953870 0
[pid=17357/tid=17359] ppid=17355 vsize=3816264 CPUtime=454.87 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 91103 0 0 0 45468 19 0 0 18 0 4 0 641419851 3907854336 912270 33554432000 134512640 135305190 4287840624 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=3816264 CPUtime=454.88 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 171960 0 0 0 45453 35 0 0 25 0 4 0 641419851 3907854336 912270 33554432000 134512640 135305190 4287840624 18446744073709551615 134552911 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=3816264 CPUtime=454.86 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 119929 0 0 0 45457 29 0 0 20 0 4 0 641419851 3907854336 912270 33554432000 134512640 135305190 4287840624 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1826.93
Current children cumulated vsize (KiB) 3824964

[startup+522.301 s]
/proc/loadavg: 4.00 3.94 3.57 5/322 17375
/proc/meminfo: memFree=21399688/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=4188184 CPUtime=2066.96 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202496 1007805 0 0 0 206476 220 0 0 19 0 4 0 641419110 4288700416 1005266 33554432000 134512640 135305190 4287840624 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 1047046 1005266 83 194 0 1046850 0
[pid=17357/tid=17359] ppid=17355 vsize=4188184 CPUtime=514.89 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 114367 0 0 0 51460 29 0 0 18 0 4 0 641419851 4288700416 1005266 33554432000 134512640 135305190 4287840624 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=4188184 CPUtime=514.89 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 200627 0 0 0 51444 45 0 0 21 0 4 0 641419851 4288700416 1005266 33554432000 134512640 135305190 4287840624 18446744073709551615 134564102 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=4188184 CPUtime=514.87 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4202560 141597 0 0 0 51446 41 0 0 18 0 4 0 641419851 4288700416 1005266 33554432000 134512640 135305190 4287840624 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2066.96
Current children cumulated vsize (KiB) 4196884

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

[startup+525.711 s]
/proc/loadavg: 4.00 3.94 3.57 2/322 17375
/proc/meminfo: memFree=19415308/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=4194292 CPUtime=2072.83 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203524 1009808 0 0 0 206810 473 0 0 18 0 4 0 641419110 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 1048573 1006792 83 194 0 1048377 0
[pid=17357/tid=17359] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 114681 0 0 0 51544 30 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 200988 0 0 0 51529 45 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551860 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=4194292 CPUtime=518.17 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4204096 142351 0 0 0 51525 292 0 0 20 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 10
Current children cumulated CPU time (s) 2072.83
Current children cumulated vsize (KiB) 4202992

[startup+532.101 s]
/proc/loadavg: 4.32 4.01 3.59 1/322 17375
/proc/meminfo: memFree=17692784/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=4194292 CPUtime=2074.76 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203524 1009808 0 0 0 206810 666 0 0 18 0 4 0 641419110 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 1048573 1006792 83 194 0 1048377 0
[pid=17357/tid=17359] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 114681 0 0 0 51544 30 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 200988 0 0 0 51529 45 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551860 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=4194292 CPUtime=520.1 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) D 17355 17355 17215 0 -1 4204096 142351 0 0 0 51525 485 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 337
Current children cumulated CPU time (s) 2074.76
Current children cumulated vsize (KiB) 4202992

[startup+535.3 s]
/proc/loadavg: 4.32 4.01 3.59 1/322 17375
/proc/meminfo: memFree=17443872/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=4194292 CPUtime=2075.07 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203524 1009808 0 0 0 206810 697 0 0 18 0 4 0 641419110 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 1048573 1006792 83 194 0 1048377 0
[pid=17357/tid=17359] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 114681 0 0 0 51544 30 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 200988 0 0 0 51529 45 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551860 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=4194292 CPUtime=520.41 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) D 17355 17355 17215 0 -1 4204096 142351 0 0 0 51525 516 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 652
Current children cumulated CPU time (s) 2075.07
Current children cumulated vsize (KiB) 4202992

[startup+536.901 s]
/proc/loadavg: 4.53 4.06 3.61 1/322 17375
/proc/meminfo: memFree=17333016/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=4194292 CPUtime=2075.2 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203524 1009808 0 0 0 206810 710 0 0 18 0 4 0 641419110 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 1048573 1006792 83 194 0 1048377 0
[pid=17357/tid=17359] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 114681 0 0 0 51544 30 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 200988 0 0 0 51529 45 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551860 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=4194292 CPUtime=520.54 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) D 17355 17355 17215 0 -1 4204096 142351 0 0 0 51525 529 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 814
Current children cumulated CPU time (s) 2075.2
Current children cumulated vsize (KiB) 4202992

[startup+537.701 s]
/proc/loadavg: 4.53 4.06 3.61 1/322 17375
/proc/meminfo: memFree=17332916/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=4194292 CPUtime=2075.2 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203524 1009808 0 0 0 206810 710 0 0 18 0 4 0 641419110 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 1048573 1006792 83 194 0 1048377 0
[pid=17357/tid=17359] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17359/stat : 17359 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 114681 0 0 0 51544 30 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551697 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=17357/tid=17360] ppid=17355 vsize=4194292 CPUtime=515.74 cores=0-7
/proc/17357/task/17360/stat : 17360 (manysat1.1_stat) D 17355 17355 17215 0 -1 4203588 200988 0 0 0 51529 45 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134551860 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=4194292 CPUtime=520.54 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) D 17355 17355 17215 0 -1 4204096 142351 0 0 0 51525 529 0 0 18 0 4 0 641419851 4294955008 1006792 33554432000 134512640 135305190 4287840624 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 814
Current children cumulated CPU time (s) 2075.2
Current children cumulated vsize (KiB) 4202992

[startup+538.101 s]
/proc/loadavg: 4.53 4.06 3.61 1/322 17375
/proc/meminfo: memFree=17332916/32951124 swapFree=44485764/67111528
[pid=17355] ppid=17353 vsize=8700 CPUtime=0 cores=0-7
/proc/17355/stat : 17355 (manysat.sh) S 17353 17355 17215 0 -1 4202496 353 107 0 0 0 0 0 0 21 0 1 0 641419110 8908800 251 33554432000 4194304 4922060 140736382824112 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17355/statm: 2175 251 209 178 0 68 0
[pid=17357] ppid=17355 vsize=0 CPUtime=2075.55 cores=0-7
/proc/17357/stat : 17357 (manysat1.1_stat) Z 17355 17355 17215 0 -1 4203548 1009809 0 0 0 206810 745 0 0 18 0 2 0 641419110 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/17357/statm: 0 0 0 0 0 0 0
[pid=17357/tid=17361] ppid=17355 vsize=0 CPUtime=520.9 cores=0-7
/proc/17357/task/17361/stat : 17361 (manysat1.1_stat) R 17355 17355 17215 0 -1 4204100 142352 0 0 0 51525 565 0 0 18 0 2 0 641419851 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 4 0 0 976
Current children cumulated CPU time (s) 2075.55
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 538.131
CPU time (s): 2075.59
CPU user time (s): 2068.1
CPU system time (s): 7.49086
CPU usage (%): 385.704
Max. virtual memory (cumulated for all children) (KiB): 4202992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2068.1
system time used= 7.49086
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1010285
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= 2742
involuntary context switches= 3238

runsolver used 1.60575 second user time and 3.75643 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-13 16:49:47
IDJOB=3362068
IDBENCH=82374
IDSOLVER=1839
FILE ID=node105/3362068-1305298182
RUNJOBID= node105-1305296396-17229
PBS_JOBID= 13321448
Free space on /tmp= 48516 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-3362068-1305298182/watcher-3362068-1305298182 -o /tmp/evaluation-result-3362068-1305298182/solver-3362068-1305298182 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362068-1305298182.cnf aimd 1

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=502661826

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      25423984 kB
Buffers:        208444 kB
Cached:        5860116 kB
SwapCached:      39656 kB
Active:         623524 kB
Inactive:      6653116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25423984 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:          135708 kB
Writeback:           0 kB
AnonPages:     1176184 kB
Mapped:          10012 kB
Slab:           119088 kB
PageTables:      65828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65315048 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= 44576 MiB
End job on node105 at 2011-05-13 16:58:45