Trace number 3371037

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
Plingeling 587f (fixed)UNSAT 4306.81 1083.39

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

Solver Data

4306.71/1083.38	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3371037-1305429737/watcher-3371037-1305429737 -o /tmp/evaluation-result-3371037-1305429737/solver-3371037-1305429737 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371037-1305429737.cnf 

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: 8.14 8.01 7.29 5/242 17414
/proc/meminfo: memFree=24192648/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=9144 CPUtime=0 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) R 17412 17414 17257 0 -1 4202496 354 1253 0 0 0 0 0 0 25 0 1 0 654574417 9363456 284 33554432000 4194304 4417452 140733555290896 18446744073709551615 222921470952 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17414/statm: 2286 284 147 55 0 172 0

[startup+0.0266089 s]
/proc/loadavg: 8.14 8.01 7.29 5/242 17414
/proc/meminfo: memFree=24192648/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=13000 CPUtime=0.02 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) R 17412 17414 17257 0 -1 4202496 1451 1253 0 0 2 0 0 0 25 0 1 0 654574417 13312000 1273 33554432000 4194304 4417452 140733555290896 18446744073709551615 222921776896 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17414/statm: 3250 1273 148 55 0 1136 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13000

[startup+0.100621 s]
/proc/loadavg: 8.14 8.01 7.29 5/242 17414
/proc/meminfo: memFree=24192648/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=25288 CPUtime=0.09 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) R 17412 17414 17257 0 -1 4202496 4523 1253 0 0 9 0 0 0 25 0 1 0 654574417 25894912 4345 33554432000 4194304 4417452 140733555290896 18446744073709551615 4323176 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/17414/statm: 6322 4345 148 55 0 4208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25288

[startup+0.300519 s]
/proc/loadavg: 8.14 8.01 7.29 5/242 17414
/proc/meminfo: memFree=24192648/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=154432 CPUtime=0.77 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 11957 1253 0 0 76 1 0 0 25 0 5 0 654574417 158138368 10042 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 38608 10042 178 55 0 36494 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 154432

[startup+0.700445 s]
/proc/loadavg: 8.14 8.01 7.29 5/242 17414
/proc/meminfo: memFree=24192648/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=150556 CPUtime=2.37 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 12487 1253 0 0 235 2 0 0 25 0 5 0 654574417 154169344 9057 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 37639 9057 179 55 0 35525 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 150556

[startup+1.5003 s]
/proc/loadavg: 8.14 8.01 7.29 9/247 17424
/proc/meminfo: memFree=24163228/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=146336 CPUtime=5.56 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 15050 1253 0 0 554 2 0 0 25 0 5 0 654574417 149848064 8021 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 36584 8021 179 55 0 34470 0
[pid=17414/tid=17421] ppid=17412 vsize=146336 CPUtime=1.35 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 2047 1253 0 0 135 0 0 0 25 0 5 0 654574431 149848064 8021 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=146336 CPUtime=1.34 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 1903 1253 0 0 134 0 0 0 25 0 5 0 654574431 149848064 8021 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366385 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=146336 CPUtime=1.35 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 2532 1253 0 0 135 0 0 0 25 0 5 0 654574431 149848064 8021 33554432000 4194304 4417452 140733555290896 18446744073709551615 4232787 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=146336 CPUtime=1.35 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 1985 1253 0 0 135 0 0 0 25 0 5 0 654574431 149848064 8021 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 146336

[startup+3.10101 s]
/proc/loadavg: 8.13 8.01 7.30 9/247 17424
/proc/meminfo: memFree=24152136/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=149960 CPUtime=11.96 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 21666 1253 0 0 1193 3 0 0 25 0 5 0 654574417 153559040 8927 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 37490 8927 179 55 0 35376 0
[pid=17414/tid=17421] ppid=17412 vsize=149960 CPUtime=2.95 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 3534 1253 0 0 295 0 0 0 25 0 5 0 654574431 153559040 8927 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=149960 CPUtime=2.93 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 3809 1253 0 0 293 0 0 0 25 0 5 0 654574431 153559040 8927 33554432000 4194304 4417452 140733555290896 18446744073709551615 4232726 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=149960 CPUtime=2.95 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 4181 1253 0 0 295 0 0 0 25 0 5 0 654574431 153559040 8927 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=149960 CPUtime=2.95 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 3559 1253 0 0 295 0 0 0 25 0 5 0 654574431 153559040 8927 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 149960

[startup+6.30042 s]
/proc/loadavg: 8.13 8.01 7.30 9/247 17424
/proc/meminfo: memFree=24130632/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=152864 CPUtime=24.73 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 33617 1253 0 0 2467 6 0 0 25 0 5 0 654574417 156532736 9621 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 38216 9621 179 55 0 36102 0
[pid=17414/tid=17421] ppid=17412 vsize=152864 CPUtime=6.15 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 5887 1253 0 0 614 1 0 0 25 0 5 0 654574431 156532736 9621 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=152864 CPUtime=6.11 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 6789 1253 0 0 610 1 0 0 25 0 5 0 654574431 156532736 9621 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=152864 CPUtime=6.15 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 7791 1253 0 0 614 1 0 0 25 0 5 0 654574431 156532736 9621 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=152864 CPUtime=6.16 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 6567 1253 0 0 615 1 0 0 25 0 5 0 654574431 156532736 9621 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 152864

[startup+12.7003 s]
/proc/loadavg: 8.18 8.02 7.31 9/247 17424
/proc/meminfo: memFree=24111464/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=160380 CPUtime=50.27 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 53913 1253 0 0 5018 9 0 0 25 0 5 0 654574417 164229120 11458 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 40095 11458 179 55 0 37981 0
[pid=17414/tid=17421] ppid=17412 vsize=160380 CPUtime=12.55 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 10051 1253 0 0 1253 2 0 0 25 0 5 0 654574431 164229120 11458 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=160380 CPUtime=12.46 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 12067 1253 0 0 1244 2 0 0 25 0 5 0 654574431 164229120 11458 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=160380 CPUtime=12.56 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 12278 1253 0 0 1254 2 0 0 25 0 5 0 654574431 164229120 11458 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=160380 CPUtime=12.56 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 12934 1253 0 0 1254 2 0 0 25 0 5 0 654574431 164229120 11458 33554432000 4194304 4417452 140733555290896 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 160380

[startup+25.5009 s]
/proc/loadavg: 8.16 8.02 7.32 9/247 17424
/proc/meminfo: memFree=24063584/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=169228 CPUtime=101.38 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 89596 1253 0 0 10123 15 0 0 25 0 5 0 654574417 173289472 13724 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 42307 13724 179 55 0 40193 0
[pid=17414/tid=17421] ppid=17412 vsize=169228 CPUtime=25.35 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 17449 1253 0 0 2532 3 0 0 25 0 5 0 654574431 173289472 13724 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=169228 CPUtime=25.16 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 21373 1253 0 0 2513 3 0 0 25 0 5 0 654574431 173289472 13724 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=169228 CPUtime=25.35 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 19229 1253 0 0 2532 3 0 0 25 0 5 0 654574431 173289472 13724 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=169228 CPUtime=25.36 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 24962 1253 0 0 2532 4 0 0 25 0 5 0 654574431 173289472 13724 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 169228

[startup+51.1002 s]
/proc/loadavg: 8.10 8.02 7.33 9/247 17425
/proc/meminfo: memFree=24008876/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=192440 CPUtime=203.59 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 152227 1253 0 0 20335 24 0 0 25 0 5 0 654574417 197058560 19532 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 48110 19532 179 55 0 45996 0
[pid=17414/tid=17421] ppid=17412 vsize=192440 CPUtime=50.94 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 32127 1253 0 0 5089 5 0 0 25 0 5 0 654574431 197058560 19532 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=192440 CPUtime=50.58 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 38555 1253 0 0 5052 6 0 0 25 0 5 0 654574431 197058560 19532 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=192440 CPUtime=50.95 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 34115 1253 0 0 5090 5 0 0 25 0 5 0 654574431 197058560 19532 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=192440 CPUtime=50.96 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 40847 1253 0 0 5090 6 0 0 25 0 5 0 654574431 197058560 19532 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.59
Current children cumulated vsize (KiB) 192440

[startup+102.309 s]
/proc/loadavg: 8.04 8.02 7.37 9/247 17426
/proc/meminfo: memFree=23902212/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=197248 CPUtime=408.05 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 246484 1253 0 0 40767 38 0 0 25 0 5 0 654574417 201981952 20743 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 49312 20743 179 55 0 47198 0
[pid=17414/tid=17421] ppid=17412 vsize=197248 CPUtime=102.15 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 53972 1253 0 0 10207 8 0 0 25 0 5 0 654574431 201981952 20743 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=197248 CPUtime=101.41 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 64559 1253 0 0 10132 9 0 0 25 0 5 0 654574431 201981952 20743 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=197248 CPUtime=102.16 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 56856 1253 0 0 10207 9 0 0 25 0 5 0 654574431 201981952 20743 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=197248 CPUtime=102.17 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 64514 1253 0 0 10207 10 0 0 25 0 5 0 654574431 201981952 20743 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.05
Current children cumulated vsize (KiB) 197248

[startup+162.301 s]
/proc/loadavg: 8.01 8.01 7.41 9/247 17428
/proc/meminfo: memFree=23805460/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=207140 CPUtime=647.59 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 335411 1253 0 0 64710 49 0 0 25 0 5 0 654574417 212111360 23190 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 51785 23190 179 55 0 49671 0
[pid=17414/tid=17421] ppid=17412 vsize=207140 CPUtime=162.13 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 77273 1253 0 0 16202 11 0 0 25 0 5 0 654574431 212111360 23190 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=207140 CPUtime=160.97 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 86368 1253 0 0 16086 11 0 0 25 0 5 0 654574431 212111360 23190 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=207140 CPUtime=162.16 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 76347 1253 0 0 16205 11 0 0 25 0 5 0 654574431 212111360 23190 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=207140 CPUtime=162.16 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 88840 1253 0 0 16203 13 0 0 25 0 5 0 654574431 212111360 23190 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.59
Current children cumulated vsize (KiB) 207140


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

/proc/17414/statm: 96155 67579 179 55 0 94041 0
[pid=17414/tid=17421] ppid=17412 vsize=384620 CPUtime=762.06 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 269115 1253 0 0 76169 37 0 0 25 0 5 0 654574431 393850880 67579 33554432000 4194304 4417452 140733555290896 18446744073709551615 4353830 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=384620 CPUtime=756.64 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 238755 1253 0 0 75629 35 0 0 25 0 5 0 654574431 393850880 67579 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=384620 CPUtime=762.18 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 235165 1253 0 0 76185 33 0 0 25 0 5 0 654574431 393850880 67579 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=384620 CPUtime=762.19 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 183982 1253 0 0 76189 30 0 0 25 0 5 0 654574431 393850880 67579 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3043.23
Current children cumulated vsize (KiB) 384620

[startup+822.301 s]
/proc/loadavg: 8.11 8.06 7.72 9/247 17445
/proc/meminfo: memFree=23316748/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=334344 CPUtime=3282.76 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 987977 1253 0 0 328132 144 0 0 25 0 5 0 654574417 342368256 54991 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 83586 54991 179 55 0 81472 0
[pid=17414/tid=17421] ppid=17412 vsize=334344 CPUtime=822.05 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 284538 1253 0 0 82166 39 0 0 25 0 5 0 654574431 342368256 54991 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=334344 CPUtime=816.19 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 254066 1253 0 0 81583 36 0 0 25 0 5 0 654574431 342368256 54991 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=334344 CPUtime=822.18 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 246561 1253 0 0 82183 35 0 0 25 0 5 0 654574431 342368256 54991 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=334344 CPUtime=822.18 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 196229 1253 0 0 82186 32 0 0 25 0 5 0 654574431 342368256 54991 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3282.76
Current children cumulated vsize (KiB) 334344

[startup+882.301 s]
/proc/loadavg: 8.16 8.08 7.75 9/247 17447
/proc/meminfo: memFree=23177224/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=343276 CPUtime=3522.32 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1035339 1253 0 0 352082 150 0 0 25 0 5 0 654574417 351514624 57224 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 85819 57224 179 55 0 83705 0
[pid=17414/tid=17421] ppid=17412 vsize=343276 CPUtime=882.04 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 301822 1253 0 0 88164 40 0 0 25 0 5 0 654574431 351514624 57224 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=343276 CPUtime=875.76 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 268573 1253 0 0 87538 38 0 0 25 0 5 0 654574431 351514624 57224 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=343276 CPUtime=882.18 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 262132 1253 0 0 88181 37 0 0 25 0 5 0 654574431 351514624 57224 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=343276 CPUtime=882.18 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 196229 1253 0 0 88186 32 0 0 25 0 5 0 654574431 351514624 57224 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.32
Current children cumulated vsize (KiB) 343276

[startup+942.3 s]
/proc/loadavg: 8.16 8.09 7.77 9/247 17449
/proc/meminfo: memFree=23292512/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=351828 CPUtime=3761.89 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1065421 1253 0 0 376034 155 0 0 25 0 5 0 654574417 360271872 59389 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 87957 59389 179 55 0 85843 0
[pid=17414/tid=17421] ppid=17412 vsize=351828 CPUtime=942.03 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 313524 1253 0 0 94161 42 0 0 25 0 5 0 654574431 360271872 59389 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=351828 CPUtime=935.32 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 278503 1253 0 0 93493 39 0 0 25 0 5 0 654574431 360271872 59389 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=351828 CPUtime=942.18 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 269580 1253 0 0 94180 38 0 0 25 0 5 0 654574431 360271872 59389 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366099 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=351828 CPUtime=942.18 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 197231 1253 0 0 94186 32 0 0 25 0 5 0 654574431 360271872 59389 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3761.89
Current children cumulated vsize (KiB) 351828

[startup+1002.3 s]
/proc/loadavg: 8.16 8.10 7.79 9/247 17450
/proc/meminfo: memFree=23201836/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=446872 CPUtime=4001.44 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1126351 1253 0 0 399978 166 0 0 25 0 5 0 654574417 457596928 83123 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 111718 83123 179 55 0 109604 0
[pid=17414/tid=17421] ppid=17412 vsize=446872 CPUtime=1002.03 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 325166 1253 0 0 100159 44 0 0 25 0 5 0 654574431 457596928 83123 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=446872 CPUtime=994.89 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 290268 1253 0 0 99448 41 0 0 25 0 5 0 654574431 457596928 83123 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=446872 CPUtime=1002.18 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 284246 1253 0 0 100177 41 0 0 25 0 5 0 654574431 457596928 83123 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=446872 CPUtime=1002.18 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 220088 1253 0 0 100181 37 0 0 25 0 5 0 654574431 457596928 83123 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4001.44
Current children cumulated vsize (KiB) 446872

[startup+1062.3 s]
/proc/loadavg: 8.16 8.11 7.81 9/247 17452
/proc/meminfo: memFree=23224248/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=423496 CPUtime=4241.01 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1162266 1253 0 0 423930 171 0 0 25 0 5 0 654574417 433659904 77280 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 105874 77280 180 55 0 103760 0
[pid=17414/tid=17421] ppid=17412 vsize=423496 CPUtime=1062.02 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 342106 1253 0 0 106156 46 0 0 25 0 5 0 654574431 433659904 77280 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=423496 CPUtime=1054.46 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 296998 1253 0 0 105404 42 0 0 25 0 5 0 654574431 433659904 77280 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=423496 CPUtime=1062.19 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 295498 1253 0 0 106176 43 0 0 25 0 5 0 654574431 433659904 77280 33554432000 4194304 4417452 140733555290896 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=423496 CPUtime=1062.19 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 221081 1253 0 0 106181 38 0 0 25 0 5 0 654574431 433659904 77280 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4241.01
Current children cumulated vsize (KiB) 423496

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

[startup+1075.1 s]
/proc/loadavg: 8.13 8.11 7.82 9/247 17452
/proc/meminfo: memFree=23196956/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=420128 CPUtime=4292.11 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1167287 1253 0 0 429040 171 0 0 25 0 5 0 654574417 430211072 76438 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 105032 76438 180 55 0 102918 0
[pid=17414/tid=17421] ppid=17412 vsize=420128 CPUtime=1074.82 cores=0,2,4,6
/proc/17414/task/17421/stat : 17421 (plingeling) R 17412 17414 17257 0 -1 4202560 344596 1253 0 0 107436 46 0 0 25 0 5 0 654574431 430211072 76438 33554432000 4194304 4417452 140733555290896 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=17414/tid=17422] ppid=17412 vsize=420128 CPUtime=1067.16 cores=0,2,4,6
/proc/17414/task/17422/stat : 17422 (plingeling) R 17412 17414 17257 0 -1 4202560 297387 1253 0 0 106674 42 0 0 25 0 5 0 654574431 430211072 76438 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=17414/tid=17423] ppid=17412 vsize=420128 CPUtime=1074.99 cores=0,2,4,6
/proc/17414/task/17423/stat : 17423 (plingeling) R 17412 17414 17257 0 -1 4202560 297640 1253 0 0 107456 43 0 0 25 0 5 0 654574431 430211072 76438 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=17414/tid=17424] ppid=17412 vsize=420128 CPUtime=1074.99 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 221081 1253 0 0 107461 38 0 0 25 0 5 0 654574431 430211072 76438 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4292.11
Current children cumulated vsize (KiB) 420128

[startup+1078.3 s]
/proc/loadavg: 8.12 8.11 7.82 7/245 17452
/proc/meminfo: memFree=23201560/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=416176 CPUtime=4301.71 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1169721 1253 0 0 429999 172 0 0 18 0 2 0 654574417 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 104044 75451 181 55 0 101930 0
[pid=17414/tid=17424] ppid=17412 vsize=416176 CPUtime=1078.19 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 221081 1253 0 0 107781 38 0 0 25 0 2 0 654574431 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4301.71
Current children cumulated vsize (KiB) 416176

[startup+1081.5 s]
/proc/loadavg: 7.87 8.05 7.80 6/244 17452
/proc/meminfo: memFree=23201688/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=416176 CPUtime=4304.91 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1169721 1253 0 0 430319 172 0 0 18 0 2 0 654574417 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 104044 75451 181 55 0 101930 0
[pid=17414/tid=17424] ppid=17412 vsize=416176 CPUtime=1081.39 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 221081 1253 0 0 108101 38 0 0 25 0 2 0 654574431 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4304.91
Current children cumulated vsize (KiB) 416176

[startup+1082.3 s]
/proc/loadavg: 7.87 8.05 7.80 6/244 17452
/proc/meminfo: memFree=23201688/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=416176 CPUtime=4305.71 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1169721 1253 0 0 430399 172 0 0 18 0 2 0 654574417 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 104044 75451 181 55 0 101930 0
[pid=17414/tid=17424] ppid=17412 vsize=416176 CPUtime=1082.2 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 221081 1253 0 0 108182 38 0 0 25 0 2 0 654574431 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4305.71
Current children cumulated vsize (KiB) 416176

[startup+1083.1 s]
/proc/loadavg: 7.87 8.05 7.80 6/244 17452
/proc/meminfo: memFree=23201688/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=416176 CPUtime=4306.51 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1169721 1253 0 0 430479 172 0 0 18 0 2 0 654574417 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 104044 75451 181 55 0 101930 0
[pid=17414/tid=17424] ppid=17412 vsize=416176 CPUtime=1082.99 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 221081 1253 0 0 108261 38 0 0 25 0 2 0 654574431 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4306.51
Current children cumulated vsize (KiB) 416176

[startup+1083.3 s]
/proc/loadavg: 7.87 8.05 7.80 6/244 17452
/proc/meminfo: memFree=23201688/32951124 swapFree=61559568/67111528
[pid=17414] ppid=17412 vsize=416176 CPUtime=4306.71 cores=0,2,4,6
/proc/17414/stat : 17414 (plingeling) S 17412 17414 17257 0 -1 4202496 1169721 1253 0 0 430499 172 0 0 18 0 2 0 654574417 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/17414/statm: 104044 75451 181 55 0 101930 0
[pid=17414/tid=17424] ppid=17412 vsize=416176 CPUtime=1083.19 cores=0,2,4,6
/proc/17414/task/17424/stat : 17424 (plingeling) R 17412 17414 17257 0 -1 4202560 221081 1253 0 0 108281 38 0 0 25 0 2 0 654574431 426164224 75451 33554432000 4194304 4417452 140733555290896 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4306.71
Current children cumulated vsize (KiB) 416176

Child status: 20
Real time (s): 1083.39
CPU time (s): 4306.81
CPU user time (s): 4305.07
CPU system time (s): 1.73673
CPU usage (%): 397.53
Max. virtual memory (cumulated for all children) (KiB): 461052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4305.07
system time used= 1.73673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1170977
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= 106
involuntary context switches= 23767

runsolver used 2.15267 second user time and 5.73513 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 05:22:17
IDJOB=3371037
IDBENCH=83930
IDSOLVER=1848
FILE ID=node109/3371037-1305429737
RUNJOBID= node109-1305428532-17275
PBS_JOBID= 13324612
Free space on /tmp= 73272 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371037-1305429737/watcher-3371037-1305429737 -o /tmp/evaluation-result-3371037-1305429737/solver-3371037-1305429737 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371037-1305429737.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=1448263177

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:      24192680 kB
Buffers:        257540 kB
Cached:        2324572 kB
SwapCached:      28404 kB
Active:         172620 kB
Inactive:      8364588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24192680 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            3168 kB
Writeback:           0 kB
AnonPages:     5931872 kB
Mapped:          17780 kB
Slab:           127676 kB
PageTables:      30680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17930040 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= 73272 MiB
End job on node109 at 2011-05-15 05:40:20