Trace number 3362054

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) 4097.26 1040.22

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark510.889
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 5079060, num vars = 945406
0.00/0.00	c Exiting...too many clauses
4097.23/1040.21	HOME/manysat.sh: line 55:  1621 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-3362054-1305297808/watcher-3362054-1305297808 -o /tmp/evaluation-result-3362054-1305297808/solver-3362054-1305297808 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362054-1305297808.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.73 3.61 2.92 1/231 1619
/proc/meminfo: memFree=17532452/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0

[startup+0.0569561 s]
/proc/loadavg: 3.73 3.61 2.92 1/231 1619
/proc/meminfo: memFree=17532452/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100944 s]
/proc/loadavg: 3.73 3.61 2.92 1/231 1619
/proc/meminfo: memFree=17532452/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300907 s]
/proc/loadavg: 3.73 3.61 2.92 1/231 1619
/proc/meminfo: memFree=17532452/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700836 s]
/proc/loadavg: 3.73 3.61 2.92 1/231 1619
/proc/meminfo: memFree=17532452/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 3.51 3.57 2.91 2/233 1622
/proc/meminfo: memFree=17286732/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=397772 CPUtime=1.49 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 93527 0 0 0 138 11 0 0 25 0 1 0 641381891 407318528 93462 33554432000 134512640 135305190 4290419808 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/1621/statm: 99443 93463 71 194 0 99247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 406472

[startup+3.10039 s]
/proc/loadavg: 3.51 3.57 2.91 2/233 1622
/proc/meminfo: memFree=17011204/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=793908 CPUtime=3.09 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 193671 0 0 0 285 24 0 0 25 0 1 0 641381891 812961792 193606 33554432000 134512640 135305190 4290419808 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/1621/statm: 198477 193607 71 194 0 198281 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 802608

[startup+6.30077 s]
/proc/loadavg: 3.51 3.57 2.91 2/233 1622
/proc/meminfo: memFree=16421500/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=1205760 CPUtime=8.47 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 279859 0 0 0 809 38 0 0 25 0 4 0 641381891 1234698240 279701 33554432000 134512640 135305190 4290419808 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1621/statm: 301440 279701 83 194 0 301244 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1214460

[startup+12.7006 s]
/proc/loadavg: 3.58 3.58 2.92 5/236 1625
/proc/meminfo: memFree=16390880/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=1231192 CPUtime=34.07 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 286291 0 0 0 3365 42 0 0 25 0 4 0 641381891 1260740608 286131 33554432000 134512640 135305190 4290419808 18446744073709551615 134551945 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1621/statm: 307798 286131 83 194 0 307602 0
[pid=1621/tid=1623] ppid=1619 vsize=1231192 CPUtime=7.12 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 1843 0 0 0 712 0 0 0 25 0 4 0 641382446 1260740608 286131 33554432000 134512640 135305190 4290419808 18446744073709551615 134530664 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=1231192 CPUtime=7.11 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 1287 0 0 0 711 0 0 0 19 0 4 0 641382446 1260740608 286131 33554432000 134512640 135305190 4290419808 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=1231192 CPUtime=7.11 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 3304 0 0 0 710 1 0 0 21 0 4 0 641382446 1260740608 286131 33554432000 134512640 135305190 4290419808 18446744073709551615 134557951 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 34.07
Current children cumulated vsize (KiB) 1239892

[startup+25.5003 s]
/proc/loadavg: 3.65 3.60 2.93 5/236 1625
/proc/meminfo: memFree=16322580/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=1301388 CPUtime=85.27 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 303445 0 0 0 8477 50 0 0 25 0 4 0 641381891 1332621312 303284 33554432000 134512640 135305190 4290419808 18446744073709551615 134530711 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1621/statm: 325347 303284 83 194 0 325151 0
[pid=1621/tid=1623] ppid=1619 vsize=1301388 CPUtime=19.92 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 5627 0 0 0 1990 2 0 0 25 0 4 0 641382446 1332621312 303284 33554432000 134512640 135305190 4290419808 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=1301388 CPUtime=19.91 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 6456 0 0 0 1990 1 0 0 25 0 4 0 641382446 1332621312 303284 33554432000 134512640 135305190 4290419808 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=1301388 CPUtime=19.92 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 7537 0 0 0 1988 4 0 0 20 0 4 0 641382446 1332621312 303284 33554432000 134512640 135305190 4290419808 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 85.27
Current children cumulated vsize (KiB) 1310088

[startup+51.1006 s]
/proc/loadavg: 3.77 3.63 2.96 5/236 1626
/proc/meminfo: memFree=16218500/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=1404620 CPUtime=187.66 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 329391 0 0 0 18705 61 0 0 25 0 4 0 641381891 1438330880 329214 33554432000 134512640 135305190 4290419808 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1621/statm: 351155 329214 83 194 0 350959 0
[pid=1621/tid=1623] ppid=1619 vsize=1404620 CPUtime=45.52 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 10389 0 0 0 4548 4 0 0 21 0 4 0 641382446 1438330880 329214 33554432000 134512640 135305190 4290419808 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=1404620 CPUtime=45.51 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 14530 0 0 0 4547 4 0 0 25 0 4 0 641382446 1438330880 329214 33554432000 134512640 135305190 4290419808 18446744073709551615 134551684 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=1404620 CPUtime=45.52 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 15284 0 0 0 4544 8 0 0 25 0 4 0 641382446 1438330880 329214 33554432000 134512640 135305190 4290419808 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 187.66
Current children cumulated vsize (KiB) 1413320

[startup+102.309 s]
/proc/loadavg: 3.91 3.69 3.02 5/236 1627
/proc/meminfo: memFree=15975748/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=1648100 CPUtime=392.5 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 389949 0 0 0 39165 85 0 0 25 0 4 0 641381891 1687654400 389661 33554432000 134512640 135305190 4290419808 18446744073709551615 134843311 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1621/statm: 412025 389661 83 194 0 411829 0
[pid=1621/tid=1623] ppid=1619 vsize=1648100 CPUtime=96.73 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 22518 0 0 0 9665 8 0 0 25 0 4 0 641382446 1687654400 389661 33554432000 134512640 135305190 4290419808 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=1648100 CPUtime=96.72 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 30002 0 0 0 9663 9 0 0 25 0 4 0 641382446 1687654400 389661 33554432000 134512640 135305190 4290419808 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=1648100 CPUtime=96.73 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 32740 0 0 0 9658 15 0 0 25 0 4 0 641382446 1687654400 389661 33554432000 134512640 135305190 4290419808 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 392.5
Current children cumulated vsize (KiB) 1656800

[startup+162.301 s]
/proc/loadavg: 3.96 3.74 3.07 5/236 1629
/proc/meminfo: memFree=15690152/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=1938828 CPUtime=632.47 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 462418 0 0 0 63133 114 0 0 25 0 4 0 641381891 1985359872 461982 33554432000 134512640 135305190 4290419808 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1621/statm: 484707 461982 83 194 0 484511 0
[pid=1621/tid=1623] ppid=1619 vsize=1938828 CPUtime=156.72 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 37585 0 0 0 15657 15 0 0 19 0 4 0 641382446 1985359872 461982 33554432000 134512640 135305190 4290419808 18446744073709551615 134541918 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=1938828 CPUtime=156.72 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 46661 0 0 0 15659 13 0 0 25 0 4 0 641382446 1985359872 461982 33554432000 134512640 135305190 4290419808 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=1938828 CPUtime=156.72 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 55330 0 0 0 15648 24 0 0 25 0 4 0 641382446 1985359872 461982 33554432000 134512640 135305190 4290419808 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 632.47
Current children cumulated vsize (KiB) 1947528

[startup+222.301 s]
/proc/loadavg: 3.98 3.79 3.13 5/236 1630
/proc/meminfo: memFree=15498684/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=2126616 CPUtime=872.46 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 509420 0 0 0 87114 132 0 0 25 0 4 0 641381891 2177654784 508915 33554432000 134512640 135305190 4290419808 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/1621/statm: 531654 508915 83 194 0 531458 0
[pid=1621/tid=1623] ppid=1619 vsize=2126616 CPUtime=216.72 cores=0-7

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

[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4088172 CPUtime=3752.08 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 998271 0 0 0 374891 317 0 0 19 0 4 0 641381891 4186288128 997257 33554432000 134512640 135305190 4290419808 18446744073709551615 134551924 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1022043 997257 83 194 0 1021847 0
[pid=1621/tid=1623] ppid=1619 vsize=4088172 CPUtime=936.56 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 158848 0 0 0 93601 55 0 0 18 0 4 0 641382446 4186288128 997257 33554432000 134512640 135305190 4290419808 18446744073709551615 134551694 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=4088172 CPUtime=936.67 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 139885 0 0 0 93629 38 0 0 19 0 4 0 641382446 4186288128 997257 33554432000 134512640 135305190 4290419808 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4088172 CPUtime=936.63 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 213281 0 0 0 93578 85 0 0 18 0 4 0 641382446 4186288128 997257 33554432000 134512640 135305190 4290419808 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3752.08
Current children cumulated vsize (KiB) 4096872

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.60 5/236 1651
/proc/meminfo: memFree=13527636/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4101484 CPUtime=3992.08 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 1001861 0 0 0 398890 318 0 0 19 0 4 0 641381891 4199919616 1000688 33554432000 134512640 135305190 4290419808 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1025371 1000688 83 194 0 1025175 0
[pid=1621/tid=1623] ppid=1619 vsize=4101484 CPUtime=996.55 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 159812 0 0 0 99600 55 0 0 25 0 4 0 641382446 4199919616 1000688 33554432000 134512640 135305190 4290419808 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=4101484 CPUtime=996.68 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 141108 0 0 0 99629 39 0 0 21 0 4 0 641382446 4199919616 1000688 33554432000 134512640 135305190 4290419808 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4101484 CPUtime=996.63 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 214114 0 0 0 99578 85 0 0 25 0 4 0 641382446 4199919616 1000688 33554432000 134512640 135305190 4290419808 18446744073709551615 134551691 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3992.08
Current children cumulated vsize (KiB) 4110184

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

[startup+1023.9 s]
/proc/loadavg: 4.00 3.97 3.61 5/236 1652
/proc/meminfo: memFree=13449128/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4181568 CPUtime=4078.47 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202496 1022457 0 0 0 407508 339 0 0 18 0 4 0 641381891 4281925632 1020862 33554432000 134512640 135305190 4290419808 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1045392 1020862 83 194 0 1045196 0
[pid=1621/tid=1623] ppid=1619 vsize=4181568 CPUtime=1018.16 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 163551 0 0 0 101757 59 0 0 20 0 4 0 641382446 4281925632 1020862 33554432000 134512640 135305190 4290419808 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1621/tid=1624] ppid=1619 vsize=4181568 CPUtime=1018.27 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 151778 0 0 0 101781 46 0 0 19 0 4 0 641382446 4281925632 1020862 33554432000 134512640 135305190 4290419808 18446744073709551615 134551992 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4181568 CPUtime=1018.23 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4202560 217621 0 0 0 101733 90 0 0 20 0 4 0 641382446 4281925632 1020862 33554432000 134512640 135305190 4290419808 18446744073709551615 134557486 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4078.47
Current children cumulated vsize (KiB) 4190268

[startup+1030.3 s]
/proc/loadavg: 4.00 3.97 3.61 2/236 1652
/proc/meminfo: memFree=11596444/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4194260 CPUtime=4094.87 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203524 1026526 0 0 0 408840 647 0 0 19 0 4 0 641381891 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1048565 1024028 83 194 0 1048369 0
[pid=1621/tid=1623] ppid=1619 vsize=4194260 CPUtime=1024.45 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4204096 163871 0 0 0 102090 355 0 0 25 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 6 0 0 10
[pid=1621/tid=1624] ppid=1619 vsize=4194260 CPUtime=1021.64 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 153312 0 0 0 102115 49 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4194260 CPUtime=1021.59 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 218539 0 0 0 102066 93 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551733 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4094.87
Current children cumulated vsize (KiB) 4202960

[startup+1036.7 s]
/proc/loadavg: 4.24 4.02 3.63 1/236 1652
/proc/meminfo: memFree=9591492/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4194260 CPUtime=4096.79 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203524 1026526 0 0 0 408840 839 0 0 19 0 4 0 641381891 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1048565 1024028 83 194 0 1048369 0
[pid=1621/tid=1623] ppid=1619 vsize=4194260 CPUtime=1026.37 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) D 1619 1619 1393 0 -1 4204096 163871 0 0 0 102090 547 0 0 18 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 445
[pid=1621/tid=1624] ppid=1619 vsize=4194260 CPUtime=1021.64 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 153312 0 0 0 102115 49 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4194260 CPUtime=1021.59 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 218539 0 0 0 102066 93 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551733 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4096.79
Current children cumulated vsize (KiB) 4202960

[startup+1038.3 s]
/proc/loadavg: 4.24 4.02 3.63 2/236 1652
/proc/meminfo: memFree=9273060/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4194260 CPUtime=4096.88 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203524 1026526 0 0 0 408840 848 0 0 19 0 4 0 641381891 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1048565 1024028 83 194 0 1048369 0
[pid=1621/tid=1623] ppid=1619 vsize=4194260 CPUtime=1026.47 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) R 1619 1619 1393 0 -1 4204096 163871 0 0 0 102090 557 0 0 18 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 6 0 0 608
[pid=1621/tid=1624] ppid=1619 vsize=4194260 CPUtime=1021.64 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 153312 0 0 0 102115 49 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4194260 CPUtime=1021.59 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 218539 0 0 0 102066 93 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551733 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4096.88
Current children cumulated vsize (KiB) 4202960

[startup+1039.1 s]
/proc/loadavg: 4.24 4.02 3.63 2/236 1652
/proc/meminfo: memFree=9273060/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4194260 CPUtime=4096.95 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203524 1026526 0 0 0 408840 855 0 0 19 0 4 0 641381891 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1048565 1024028 83 194 0 1048369 0
[pid=1621/tid=1623] ppid=1619 vsize=4194260 CPUtime=1026.54 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) D 1619 1619 1393 0 -1 4204096 163871 0 0 0 102090 564 0 0 18 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 608
[pid=1621/tid=1624] ppid=1619 vsize=4194260 CPUtime=1021.64 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 153312 0 0 0 102115 49 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4194260 CPUtime=1021.59 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 218539 0 0 0 102066 93 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551733 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4096.95
Current children cumulated vsize (KiB) 4202960

[startup+1039.9 s]
/proc/loadavg: 4.24 4.02 3.63 1/236 1652
/proc/meminfo: memFree=9215152/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=4194260 CPUtime=4096.95 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203524 1026526 0 0 0 408840 855 0 0 19 0 4 0 641381891 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 1048565 1024028 83 194 0 1048369 0
[pid=1621/tid=1623] ppid=1619 vsize=4194260 CPUtime=1026.54 cores=0-7
/proc/1621/task/1623/stat : 1623 (manysat1.1_stat) D 1619 1619 1393 0 -1 4204096 163871 0 0 0 102090 564 0 0 18 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 6 0 0 608
[pid=1621/tid=1624] ppid=1619 vsize=4194260 CPUtime=1021.64 cores=0-7
/proc/1621/task/1624/stat : 1624 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 153312 0 0 0 102115 49 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551709 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=4194260 CPUtime=1021.59 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) D 1619 1619 1393 0 -1 4203588 218539 0 0 0 102066 93 0 0 19 0 4 0 641382446 4294922240 1024028 33554432000 134512640 135305190 4290419808 18446744073709551615 134551733 0 0 4096 3 18446744071562337734 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4096.95
Current children cumulated vsize (KiB) 4202960

[startup+1040.1 s]
/proc/loadavg: 4.24 4.02 3.63 1/236 1652
/proc/meminfo: memFree=9215152/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=0 CPUtime=4097.13 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) Z 1619 1619 1393 0 -1 4203548 1026527 0 0 0 408840 873 0 0 18 0 2 0 641381891 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 0 0 0 0 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=0 CPUtime=1021.65 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4203588 218539 0 0 0 102066 99 0 0 18 0 2 0 641382446 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4097.13
Current children cumulated vsize (KiB) 8700

[startup+1040.2 s]
/proc/loadavg: 4.24 4.02 3.63 1/236 1652
/proc/meminfo: memFree=9215152/32951124 swapFree=66522240/67111528
[pid=1619] ppid=1617 vsize=8700 CPUtime=0 cores=0-7
/proc/1619/stat : 1619 (manysat.sh) S 1617 1619 1393 0 -1 4202496 356 107 0 0 0 0 0 0 23 0 1 0 641381890 8908800 252 33554432000 4194304 4922060 140734699079744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1619/statm: 2175 252 209 178 0 68 0
[pid=1621] ppid=1619 vsize=0 CPUtime=4097.23 cores=0-7
/proc/1621/stat : 1621 (manysat1.1_stat) Z 1619 1619 1393 0 -1 4203548 1026527 0 0 0 408840 883 0 0 18 0 2 0 641381891 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1621/statm: 0 0 0 0 0 0 0
[pid=1621/tid=1625] ppid=1619 vsize=0 CPUtime=1021.75 cores=0-7
/proc/1621/task/1625/stat : 1625 (manysat1.1_stat) R 1619 1619 1393 0 -1 4203588 218539 0 0 0 102066 109 0 0 18 0 2 0 641382446 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4097.23
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 1040.22
CPU time (s): 4097.26
CPU user time (s): 4088.41
CPU system time (s): 8.85265
CPU usage (%): 393.884
Max. virtual memory (cumulated for all children) (KiB): 4202960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4088.41
system time used= 8.85265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1027005
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= 6752
involuntary context switches= 5085

runsolver used 2.17467 second user time and 5.37718 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 16:43:31
IDJOB=3362054
IDBENCH=82367
IDSOLVER=1839
FILE ID=node109/3362054-1305297808
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36400 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.030-NOTKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362054-1305297808/watcher-3362054-1305297808 -o /tmp/evaluation-result-3362054-1305297808/solver-3362054-1305297808 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362054-1305297808.cnf aimd 1

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=865689368

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17533096 kB
Buffers:        211124 kB
Cached:        4075412 kB
SwapCached:      19036 kB
Active:        6392300 kB
Inactive:      8780252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17533096 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           99120 kB
Writeback:           0 kB
AnonPages:    10873944 kB
Mapped:          17756 kB
Slab:           153928 kB
PageTables:      30312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17844644 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= 32396 MiB
End job on node109 at 2011-05-13 17:00:52