Trace number 3361897

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) 2981.62 757.22

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 6069108, num vars = 306095
0.00/0.00	c Exiting...too many clauses
2981.60/757.22	HOME/manysat.sh: line 55:  8145 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-3361897-1305296406/watcher-3361897-1305296406 -o /tmp/evaluation-result-3361897-1305296406/solver-3361897-1305296406 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361897-1305296406.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 1.45 0.33 0.11 5/359 8143
/proc/meminfo: memFree=7412308/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0

[startup+0.0171981 s]
/proc/loadavg: 1.45 0.33 0.11 5/359 8143
/proc/meminfo: memFree=7412308/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100184 s]
/proc/loadavg: 1.45 0.33 0.11 5/359 8143
/proc/meminfo: memFree=7412308/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300148 s]
/proc/loadavg: 1.45 0.33 0.11 5/359 8143
/proc/meminfo: memFree=7412308/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701074 s]
/proc/loadavg: 1.45 0.33 0.11 5/359 8143
/proc/meminfo: memFree=7412308/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 1.90 0.44 0.14 6/361 8146
/proc/meminfo: memFree=7183896/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=347584 CPUtime=1.48 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 84690 0 0 0 139 9 0 0 25 0 1 0 622056477 355926016 84645 33554432000 134512640 135305190 4288125968 18446744073709551615 134526733 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8145/statm: 86896 84646 71 194 0 86700 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 356284

[startup+3.10063 s]
/proc/loadavg: 1.90 0.44 0.14 6/361 8146
/proc/meminfo: memFree=6944700/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=709560 CPUtime=3.08 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 171851 0 0 0 287 21 0 0 25 0 1 0 622056477 726589440 171806 33554432000 134512640 135305190 4288125968 18446744073709551615 134560398 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8145/statm: 177390 171807 71 194 0 177194 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 718260

[startup+6.30105 s]
/proc/loadavg: 1.90 0.44 0.14 6/361 8146
/proc/meminfo: memFree=6213556/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=1349672 CPUtime=6.29 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 325575 0 0 0 587 42 0 0 25 0 1 0 622056477 1382064128 325530 33554432000 134512640 135305190 4288125968 18446744073709551615 134529062 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8145/statm: 337418 325530 73 194 0 337222 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1358372

[startup+12.7008 s]
/proc/loadavg: 2.61 0.64 0.21 9/364 8149
/proc/meminfo: memFree=6059364/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=1432660 CPUtime=30.8 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 337870 0 0 0 3030 50 0 0 25 0 4 0 622056477 1467043840 337819 33554432000 134512640 135305190 4288125968 18446744073709551615 134528636 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 358165 337819 83 194 0 357969 0
[pid=8145/tid=8147] ppid=8143 vsize=1432660 CPUtime=6.05 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 3195 0 0 0 603 2 0 0 25 0 4 0 622057140 1467043840 337819 33554432000 134512640 135305190 4288125968 18446744073709551615 134530721 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=1432660 CPUtime=5.98 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 2994 0 0 0 597 1 0 0 25 0 4 0 622057140 1467043840 337819 33554432000 134512640 135305190 4288125968 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=1432660 CPUtime=6.06 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 3004 0 0 0 605 1 0 0 25 0 4 0 622057140 1467043840 337819 33554432000 134512640 135305190 4288125968 18446744073709551615 134529382 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 30.8
Current children cumulated vsize (KiB) 1441360

[startup+25.5005 s]
/proc/loadavg: 3.44 0.88 0.29 9/364 8149
/proc/meminfo: memFree=6017232/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=1466568 CPUtime=81.84 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 346302 0 0 0 8129 55 0 0 25 0 4 0 622056477 1501765632 346251 33554432000 134512640 135305190 4288125968 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 366642 346251 83 194 0 366446 0
[pid=8145/tid=8147] ppid=8143 vsize=1466568 CPUtime=18.85 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 4095 0 0 0 1882 3 0 0 25 0 4 0 622057140 1501765632 346251 33554432000 134512640 135305190 4288125968 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=1466568 CPUtime=18.63 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 8707 0 0 0 1859 4 0 0 25 0 4 0 622057140 1501765632 346251 33554432000 134512640 135305190 4288125968 18446744073709551615 134529371 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=1466568 CPUtime=18.85 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 3688 0 0 0 1883 2 0 0 25 0 4 0 622057140 1501765632 346251 33554432000 134512640 135305190 4288125968 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81.84
Current children cumulated vsize (KiB) 1475268

[startup+51.1008 s]
/proc/loadavg: 4.99 1.45 0.50 9/364 8150
/proc/meminfo: memFree=5920100/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=1558984 CPUtime=183.93 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 369327 0 0 0 18327 66 0 0 25 0 4 0 622056477 1596399616 369276 33554432000 134512640 135305190 4288125968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 389746 369276 83 194 0 389550 0
[pid=8145/tid=8147] ppid=8143 vsize=1558984 CPUtime=44.45 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 6195 0 0 0 4440 5 0 0 25 0 4 0 622057140 1596399616 369276 33554432000 134512640 135305190 4288125968 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=1558984 CPUtime=43.93 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 26528 0 0 0 4382 11 0 0 25 0 4 0 622057140 1596399616 369276 33554432000 134512640 135305190 4288125968 18446744073709551615 134552695 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=1558984 CPUtime=44.45 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 5066 0 0 0 4442 3 0 0 25 0 4 0 622057140 1596399616 369276 33554432000 134512640 135305190 4288125968 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 183.93
Current children cumulated vsize (KiB) 1567684

[startup+102.313 s]
/proc/loadavg: 6.80 2.55 0.93 9/364 8152
/proc/meminfo: memFree=5783496/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=1680908 CPUtime=388.16 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 399443 0 0 0 38728 88 0 0 25 0 4 0 622056477 1721249792 399392 33554432000 134512640 135305190 4288125968 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 420227 399392 83 194 0 420031 0
[pid=8145/tid=8147] ppid=8143 vsize=1680908 CPUtime=95.65 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 10750 0 0 0 9556 9 0 0 25 0 4 0 622057140 1721249792 399392 33554432000 134512640 135305190 4288125968 18446744073709551615 134528203 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=1680908 CPUtime=94.54 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 46359 0 0 0 9430 24 0 0 25 0 4 0 622057140 1721249792 399392 33554432000 134512640 135305190 4288125968 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=1680908 CPUtime=95.65 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 7605 0 0 0 9560 5 0 0 25 0 4 0 622057140 1721249792 399392 33554432000 134512640 135305190 4288125968 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 388.16
Current children cumulated vsize (KiB) 1689608

[startup+162.3 s]
/proc/loadavg: 7.61 3.55 1.37 9/364 8153
/proc/meminfo: memFree=5642504/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=1805356 CPUtime=627.37 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 430397 0 0 0 62628 109 0 0 25 0 4 0 622056477 1848684544 430346 33554432000 134512640 135305190 4288125968 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 451339 430346 83 194 0 451143 0
[pid=8145/tid=8147] ppid=8143 vsize=1805356 CPUtime=155.64 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 15366 0 0 0 15551 13 0 0 25 0 4 0 622057140 1848684544 430346 33554432000 134512640 135305190 4288125968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=1805356 CPUtime=153.82 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 66962 0 0 0 15345 37 0 0 25 0 4 0 622057140 1848684544 430346 33554432000 134512640 135305190 4288125968 18446744073709551615 134552855 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=1805356 CPUtime=155.59 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 9465 0 0 0 15553 6 0 0 25 0 4 0 622057140 1848684544 430346 33554432000 134512640 135305190 4288125968 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 627.37
Current children cumulated vsize (KiB) 1814056

[startup+222.3 s]
/proc/loadavg: 7.85 4.36 1.78 9/364 8155
/proc/meminfo: memFree=5426860/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=2014436 CPUtime=866.63 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 482268 0 0 0 86526 137 0 0 25 0 4 0 622056477 2062782464 482217 33554432000 134512640 135305190 4288125968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 503609 482217 83 194 0 503413 0
[pid=8145/tid=8147] ppid=8143 vsize=2014436 CPUtime=215.63 cores=0,2,4,6

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

[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=3965808 CPUtime=2779.89 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 967898 0 0 0 277584 405 0 0 25 0 4 0 622056477 4060987392 967826 33554432000 134512640 135305190 4288125968 18446744073709551615 134541974 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 991452 967826 83 194 0 991256 0
[pid=8145/tid=8147] ppid=8143 vsize=3965808 CPUtime=695.21 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 34240 0 0 0 69491 30 0 0 25 0 4 0 622057140 4060987392 967826 33554432000 134512640 135305190 4288125968 18446744073709551615 134542046 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=3965808 CPUtime=691.22 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 554510 0 0 0 68835 287 0 0 25 0 4 0 622057140 4060987392 967826 33554432000 134512640 135305190 4288125968 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=3965808 CPUtime=691.2 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 22825 0 0 0 69101 19 0 0 25 0 4 0 622057140 4060987392 967826 33554432000 134512640 135305190 4288125968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2779.89
Current children cumulated vsize (KiB) 3974508

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

[startup+716.701 s]
/proc/loadavg: 8.05 7.37 4.38 9/364 8171
/proc/meminfo: memFree=3352608/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=4029296 CPUtime=2837.32 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 983757 0 0 0 283318 414 0 0 25 0 4 0 622056477 4125999104 983685 33554432000 134512640 135305190 4288125968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 1007324 983685 83 194 0 1007128 0
[pid=8145/tid=8147] ppid=8143 vsize=4029296 CPUtime=709.61 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 35347 0 0 0 70930 31 0 0 25 0 4 0 622057140 4125999104 983685 33554432000 134512640 135305190 4288125968 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=4029296 CPUtime=705.62 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 568883 0 0 0 70267 295 0 0 25 0 4 0 622057140 4125999104 983685 33554432000 134512640 135305190 4288125968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=4029296 CPUtime=705.43 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 22923 0 0 0 70524 19 0 0 25 0 4 0 622057140 4125999104 983685 33554432000 134512640 135305190 4288125968 18446744073709551615 134547918 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2837.32
Current children cumulated vsize (KiB) 4037996

[startup+742.301 s]
/proc/loadavg: 8.03 7.42 4.48 9/364 8172
/proc/meminfo: memFree=3240676/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=4144128 CPUtime=2939.41 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 1012384 0 0 0 293511 430 0 0 25 0 4 0 622056477 4243587072 1012312 33554432000 134512640 135305190 4288125968 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 1036032 1012312 83 194 0 1035836 0
[pid=8145/tid=8147] ppid=8143 vsize=4144128 CPUtime=735.2 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 36515 0 0 0 73488 32 0 0 25 0 4 0 622057140 4243587072 1012312 33554432000 134512640 135305190 4288125968 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=4144128 CPUtime=731.21 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 594873 0 0 0 72814 307 0 0 25 0 4 0 622057140 4243587072 1012312 33554432000 134512640 135305190 4288125968 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=4144128 CPUtime=730.73 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 23652 0 0 0 73053 20 0 0 25 0 4 0 622057140 4243587072 1012312 33554432000 134512640 135305190 4288125968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2939.41
Current children cumulated vsize (KiB) 4152828

[startup+748.701 s]
/proc/loadavg: 8.11 7.45 4.50 9/364 8172
/proc/meminfo: memFree=3204880/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=4176896 CPUtime=2964.94 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202496 1021050 0 0 0 296059 435 0 0 25 0 4 0 622056477 4277141504 1020978 33554432000 134512640 135305190 4288125968 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 1044224 1020978 83 194 0 1044028 0
[pid=8145/tid=8147] ppid=8143 vsize=4176896 CPUtime=741.6 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 36599 0 0 0 74128 32 0 0 25 0 4 0 622057140 4277141504 1020978 33554432000 134512640 135305190 4288125968 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=4176896 CPUtime=737.61 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 603151 0 0 0 73449 312 0 0 25 0 4 0 622057140 4277141504 1020978 33554432000 134512640 135305190 4288125968 18446744073709551615 134563883 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=4176896 CPUtime=737.06 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) R 8143 8143 8066 0 -1 4202560 23827 0 0 0 73685 21 0 0 25 0 4 0 622057140 4277141504 1020978 33554432000 134512640 135305190 4288125968 18446744073709551615 134530241 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2964.94
Current children cumulated vsize (KiB) 4185596

[startup+751.9 s]
/proc/loadavg: 8.10 7.46 4.52 9/364 8172
/proc/meminfo: memFree=3184324/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=4194296 CPUtime=2976.32 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203524 1025687 0 0 0 297083 549 0 0 18 0 4 0 622056477 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 1048574 1025504 83 194 0 1048378 0
[pid=8145/tid=8147] ppid=8143 vsize=4194296 CPUtime=744.36 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 36647 0 0 0 74403 33 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528229 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=4194296 CPUtime=740.79 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4204096 607392 0 0 0 73663 416 0 0 18 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=8145/tid=8149] ppid=8143 vsize=4194296 CPUtime=739.77 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 23848 0 0 0 73956 21 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528319 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2976.32
Current children cumulated vsize (KiB) 4202996

[startup+755.101 s]
/proc/loadavg: 8.10 7.46 4.52 6/364 8172
/proc/meminfo: memFree=825568/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=4194296 CPUtime=2979.5 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203524 1025687 0 0 0 297083 867 0 0 18 0 4 0 622056477 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 1048574 1025504 83 194 0 1048378 0
[pid=8145/tid=8147] ppid=8143 vsize=4194296 CPUtime=744.36 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 36647 0 0 0 74403 33 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528229 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=4194296 CPUtime=743.97 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4204096 607392 0 0 0 73663 734 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 4 0 0 1
[pid=8145/tid=8149] ppid=8143 vsize=4194296 CPUtime=739.77 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 23848 0 0 0 73956 21 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528319 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2979.5
Current children cumulated vsize (KiB) 4202996

[startup+755.901 s]
/proc/loadavg: 8.10 7.46 4.52 6/364 8172
/proc/meminfo: memFree=96076/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=4194296 CPUtime=2980.3 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203524 1025687 0 0 0 297083 947 0 0 18 0 4 0 622056477 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 1048574 1025504 83 194 0 1048378 0
[pid=8145/tid=8147] ppid=8143 vsize=4194296 CPUtime=744.36 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 36647 0 0 0 74403 33 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528229 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=4194296 CPUtime=744.77 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4204096 607392 0 0 0 73663 814 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 0 0 0 1
[pid=8145/tid=8149] ppid=8143 vsize=4194296 CPUtime=739.77 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 23848 0 0 0 73956 21 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528319 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2980.3
Current children cumulated vsize (KiB) 4202996

[startup+756.701 s]
/proc/loadavg: 8.09 7.47 4.54 7/364 8172
/proc/meminfo: memFree=94492/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=4194296 CPUtime=2981.11 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203524 1025687 0 0 0 297083 1028 0 0 18 0 4 0 622056477 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 1048574 1025504 83 194 0 1048378 0
[pid=8145/tid=8147] ppid=8143 vsize=4194296 CPUtime=744.36 cores=0,2,4,6
/proc/8145/task/8147/stat : 8147 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 36647 0 0 0 74403 33 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528229 0 0 4096 3 18446744071562337734 0 0 -1 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=4194296 CPUtime=745.58 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4204096 607392 0 0 0 73663 895 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 0 0 0 1
[pid=8145/tid=8149] ppid=8143 vsize=4194296 CPUtime=739.77 cores=0,2,4,6
/proc/8145/task/8149/stat : 8149 (manysat1.1_stat) D 8143 8143 8066 0 -1 4203588 23848 0 0 0 73956 21 0 0 25 0 4 0 622057140 4294959104 1025504 33554432000 134512640 135305190 4288125968 18446744073709551615 134528319 0 0 4096 3 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2981.11
Current children cumulated vsize (KiB) 4202996

[startup+757.1 s]
/proc/loadavg: 8.09 7.47 4.54 7/364 8172
/proc/meminfo: memFree=94492/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=0 CPUtime=2981.5 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) Z 8143 8143 8066 0 -1 4203548 1025688 0 0 0 297083 1067 0 0 18 0 2 0 622056477 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 0 0 0 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=0 CPUtime=745.97 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4204100 607393 0 0 0 73663 934 0 0 25 0 2 0 622057140 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 1
Current children cumulated CPU time (s) 2981.5
Current children cumulated vsize (KiB) 8700

[startup+757.2 s]
/proc/loadavg: 8.09 7.47 4.54 7/364 8172
/proc/meminfo: memFree=94492/32951124 swapFree=65980216/67111528
[pid=8143] ppid=8141 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8143/stat : 8143 (manysat.sh) S 8141 8143 8066 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622056477 8908800 252 33554432000 4194304 4922060 140737453145392 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8143/statm: 2175 252 209 178 0 68 0
[pid=8145] ppid=8143 vsize=0 CPUtime=2981.6 cores=0,2,4,6
/proc/8145/stat : 8145 (manysat1.1_stat) Z 8143 8143 8066 0 -1 4203548 1025688 0 0 0 297083 1077 0 0 18 0 2 0 622056477 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/8145/statm: 0 0 0 0 0 0 0
[pid=8145/tid=8148] ppid=8143 vsize=0 CPUtime=746.07 cores=0,2,4,6
/proc/8145/task/8148/stat : 8148 (manysat1.1_stat) R 8143 8143 8066 0 -1 4204100 607393 0 0 0 73663 944 0 0 25 0 2 0 622057140 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 1
Current children cumulated CPU time (s) 2981.6
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 757.22
CPU time (s): 2981.62
CPU user time (s): 2970.83
CPU system time (s): 10.7924
CPU usage (%): 393.759
Max. virtual memory (cumulated for all children) (KiB): 4202996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2970.83
system time used= 10.7924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1026165
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= 16017
involuntary context switches= 14615

runsolver used 2.48262 second user time and 6.45902 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-13 16:20:10
IDJOB=3361897
IDBENCH=20580
IDSOLVER=1838
FILE ID=node142/3361897-1305296406
RUNJOBID= node142-1305296391-8084
PBS_JOBID= 13321411
Free space on /tmp= 46964 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361897-1305296406/watcher-3361897-1305296406 -o /tmp/evaluation-result-3361897-1305296406/solver-3361897-1305296406 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361897-1305296406.cnf aimd 1

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=2004796002

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7412580 kB
Buffers:        265732 kB
Cached:       20257468 kB
SwapCached:      11520 kB
Active:       11488948 kB
Inactive:     13289276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7412580 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          135016 kB
Writeback:           0 kB
AnonPages:     4251668 kB
Mapped:          20764 kB
Slab:           664888 kB
PageTables:      32056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77110576 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= 42952 MiB
End job on node142 at 2011-05-13 16:32:47