Trace number 3309435

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 587UNSAT 2780.49 350.874

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark335.143
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

2780.29/350.87	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: 935)

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-3309435-1304003696/watcher-3309435-1304003696 -o /tmp/evaluation-result-3309435-1304003696/solver-3309435-1304003696 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309435-1304003696.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.40 7.81 7.92 1/170 10633
/proc/meminfo: memFree=21419120/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=13868 CPUtime=0 cores=0-7
/proc/10633/stat : 10633 (plingeling) R 10631 10633 10273 0 -1 4202496 1535 1253 0 0 0 0 0 0 21 0 1 0 511972019 14200832 1463 33554432000 4194304 4417332 140734564553280 18446744073709551615 212435710957 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10633/statm: 3467 1478 147 55 0 1353 0

[startup+0.0990599 s]
/proc/loadavg: 7.40 7.81 7.92 1/170 10633
/proc/meminfo: memFree=21419120/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=61596 CPUtime=0.09 cores=0-7
/proc/10633/stat : 10633 (plingeling) R 10631 10633 10273 0 -1 4202496 13479 1253 0 0 8 1 0 0 21 0 1 0 511972019 63074304 13406 33554432000 4194304 4417332 140734564553280 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10633/statm: 15399 13406 147 55 0 13285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61596

[startup+0.101059 s]
/proc/loadavg: 7.40 7.81 7.92 1/170 10633
/proc/meminfo: memFree=21419120/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=61596 CPUtime=0.09 cores=0-7
/proc/10633/stat : 10633 (plingeling) R 10631 10633 10273 0 -1 4202496 13479 1253 0 0 8 1 0 0 21 0 1 0 511972019 63074304 13406 33554432000 4194304 4417332 140734564553280 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10633/statm: 15399 13406 147 55 0 13285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61596

[startup+0.30104 s]
/proc/loadavg: 7.40 7.81 7.92 1/170 10633
/proc/meminfo: memFree=21419120/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=92840 CPUtime=0.29 cores=0-7
/proc/10633/stat : 10633 (plingeling) R 10631 10633 10273 0 -1 4202496 21318 1253 0 0 27 2 0 0 22 0 1 0 511972019 95068160 21233 33554432000 4194304 4417332 140734564553280 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10633/statm: 23210 21233 147 55 0 21096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92840

[startup+0.700959 s]
/proc/loadavg: 7.40 7.81 7.92 1/170 10633
/proc/meminfo: memFree=21419120/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=197252 CPUtime=0.69 cores=0-7
/proc/10633/stat : 10633 (plingeling) R 10631 10633 10273 0 -1 4202496 47438 1253 0 0 65 4 0 0 23 0 1 0 511972019 201986048 47336 33554432000 4194304 4417332 140734564553280 18446744073709551615 4262041 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10633/statm: 49313 47336 147 55 0 47199 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 197252

[startup+1.50079 s]
/proc/loadavg: 7.40 7.81 7.92 2/171 10639
/proc/meminfo: memFree=21197136/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=244356 CPUtime=1.49 cores=0-7
/proc/10633/stat : 10633 (plingeling) R 10631 10633 10273 0 -1 4202496 59215 1253 0 0 143 6 0 0 25 0 1 0 511972019 250220544 59113 33554432000 4194304 4417332 140734564553280 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10633/statm: 61089 59113 148 55 0 58975 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244356

[startup+3.10048 s]
/proc/loadavg: 7.40 7.81 7.92 2/171 10639
/proc/meminfo: memFree=21116908/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=443044 CPUtime=3.09 cores=0-7
/proc/10633/stat : 10633 (plingeling) R 10631 10633 10273 0 -1 4202496 108887 1253 0 0 298 11 0 0 25 0 1 0 511972019 453677056 108785 33554432000 4194304 4417332 140734564553280 18446744073709551615 4231679 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/10633/statm: 110761 108785 148 55 0 108647 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 443044

[startup+6.30085 s]
/proc/loadavg: 6.89 7.69 7.88 9/179 10647
/proc/meminfo: memFree=20910736/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=621956 CPUtime=26.12 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 198726 1253 0 0 2584 28 0 0 25 0 9 0 511972019 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 155489 124988 177 55 0 153375 0
[pid=10633/tid=10640] ppid=10631 vsize=621956 CPUtime=2.83 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 15642 1253 0 0 281 2 0 0 23 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4270852 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=621956 CPUtime=2.83 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 11358 1253 0 0 281 2 0 0 23 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4275967 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=621956 CPUtime=2.81 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 8545 1253 0 0 280 1 0 0 23 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236577 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=621956 CPUtime=2.83 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 4592 1253 0 0 282 1 0 0 25 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4358020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=621956 CPUtime=2.83 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 12288 1253 0 0 281 2 0 0 23 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4277650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=621956 CPUtime=2.83 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 8867 1253 0 0 282 1 0 0 23 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4275936 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=621956 CPUtime=2.83 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 13924 1253 0 0 281 2 0 0 23 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4274913 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=621956 CPUtime=2.83 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 14607 1253 0 0 280 3 0 0 23 0 9 0 511972365 636882944 124988 33554432000 4194304 4417332 140734564553280 18446744073709551615 4277027 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 26.12
Current children cumulated vsize (KiB) 621956

[startup+12.7006 s]
/proc/loadavg: 6.97 7.70 7.88 9/179 10647
/proc/meminfo: memFree=20910676/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=624768 CPUtime=77.28 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 244112 1253 0 0 7691 37 0 0 25 0 9 0 511972019 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 156192 126902 181 55 0 154078 0
[pid=10633/tid=10640] ppid=10631 vsize=624768 CPUtime=9.23 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 16593 1253 0 0 921 2 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236106 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=624768 CPUtime=9.22 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 17036 1253 0 0 919 3 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4258211 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=624768 CPUtime=9.17 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 15407 1253 0 0 915 2 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236772 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=624768 CPUtime=9.23 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 5845 1253 0 0 922 1 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=624768 CPUtime=9.23 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 23248 1253 0 0 919 4 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4235378 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=624768 CPUtime=9.22 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 17887 1253 0 0 920 2 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=624768 CPUtime=9.22 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 17765 1253 0 0 919 3 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=624768 CPUtime=9.23 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 21428 1253 0 0 919 4 0 0 25 0 9 0 511972365 639762432 126902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 77.28
Current children cumulated vsize (KiB) 624768

[startup+25.5012 s]
/proc/loadavg: 7.28 7.73 7.89 9/179 10647
/proc/meminfo: memFree=20907840/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=628768 CPUtime=179.61 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 245392 1253 0 0 17924 37 0 0 25 0 9 0 511972019 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 157192 127902 181 55 0 155078 0
[pid=10633/tid=10640] ppid=10631 vsize=628768 CPUtime=22.03 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 16593 1253 0 0 2201 2 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=628768 CPUtime=22.02 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 17036 1253 0 0 2199 3 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364362 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=628768 CPUtime=21.9 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 16047 1253 0 0 2187 3 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=628768 CPUtime=22.03 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 5845 1253 0 0 2202 1 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=628768 CPUtime=22.03 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 23248 1253 0 0 2199 4 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=628768 CPUtime=22.02 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 17887 1253 0 0 2200 2 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=628768 CPUtime=22.03 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 18405 1253 0 0 2200 3 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=628768 CPUtime=22.03 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 21428 1253 0 0 2199 4 0 0 25 0 9 0 511972365 643858432 127902 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281633 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 179.61
Current children cumulated vsize (KiB) 628768

[startup+51.1013 s]
/proc/loadavg: 7.52 7.75 7.89 9/179 10648
/proc/meminfo: memFree=20902332/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=633336 CPUtime=384.27 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 250661 1253 0 0 38389 38 0 0 25 0 9 0 511972019 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 158334 127801 181 55 0 156220 0
[pid=10633/tid=10640] ppid=10631 vsize=633336 CPUtime=47.63 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 16672 1253 0 0 4761 2 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364713 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=633336 CPUtime=47.62 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 17115 1253 0 0 4759 3 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4277527 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=633336 CPUtime=47.36 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 17948 1253 0 0 4733 3 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=633336 CPUtime=47.63 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 5845 1253 0 0 4762 1 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=633336 CPUtime=47.63 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 23328 1253 0 0 4759 4 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4365033 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=633336 CPUtime=47.62 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 17964 1253 0 0 4760 2 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=633336 CPUtime=47.62 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 20051 1253 0 0 4759 3 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=633336 CPUtime=47.63 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 22835 1253 0 0 4759 4 0 0 25 0 9 0 511972365 648536064 127801 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 384.27
Current children cumulated vsize (KiB) 633336

[startup+102.307 s]
/proc/loadavg: 7.79 7.79 7.89 9/179 10649
/proc/meminfo: memFree=20863132/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=637488 CPUtime=793.63 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 298565 1253 0 0 79317 46 0 0 25 0 9 0 511972019 652787712 129267 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 159372 129267 181 55 0 157258 0
[pid=10633/tid=10640] ppid=10631 vsize=637488 CPUtime=98.84 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 23819 1253 0 0 9880 4 0 0 25 0 9 0 511972365 652787712 129267 33554432000 4194304 4417332 140734564553280 18446744073709551615 4276664 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=637488 CPUtime=98.82 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 23458 1253 0 0 9878 4 0 0 25 0 9 0 511972365 652787712 129267 33554432000 4194304 4417332 140734564553280 18446744073709551615 4234289 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=637488 CPUtime=98.28 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 22452 1253 0 0 9824 4 0 0 25 0 9 0 511972365 652787712 129267 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=637488 CPUtime=98.82 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 7763 1253 0 0 9881 1 0 0 25 0 9 0 511972365 652787712 129267 33554432000 4194304 4417332 140734564553280 18446744073709551615 4250697 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=637488 CPUtime=98.83 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 36534 1253 0 0 9877 6 0 0 25 0 9 0 511972365 652787712 129267 33554432000 4194304 4417332 140734564553280 18446744073709551615 4260714 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=637488 CPUtime=98.84 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 21582 1253 0 0 9881 3 0 0 25 0 9 0 511972365 652787712 129267 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236679 0 0 4096 17442 0 0 0 -1 5 0 0 0

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

[pid=10633/tid=10640] ppid=10631 vsize=769100 CPUtime=338.84 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 98349 1253 0 0 33870 14 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=769100 CPUtime=338.82 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 36977 1253 0 0 33876 6 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=769100 CPUtime=336.98 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 27342 1253 0 0 33693 5 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=769100 CPUtime=338.81 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 30588 1253 0 0 33877 4 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=769100 CPUtime=338.83 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 40656 1253 0 0 33876 7 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=769100 CPUtime=338.84 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 30347 1253 0 0 33880 4 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4366319 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=769100 CPUtime=338.83 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 32738 1253 0 0 33878 5 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=769100 CPUtime=338.83 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 39474 1253 0 0 33877 6 0 0 25 0 9 0 511972365 787558400 163627 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2712.29
Current children cumulated vsize (KiB) 769100

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

[startup+345.5 s]
/proc/loadavg: 8.06 7.94 7.92 9/179 10656
/proc/meminfo: memFree=20779116/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=752696 CPUtime=2737.87 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 446082 1253 0 0 273721 66 0 0 25 0 9 0 511972019 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 188174 159866 181 55 0 186060 0
[pid=10633/tid=10640] ppid=10631 vsize=752696 CPUtime=342.04 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 99057 1253 0 0 34190 14 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4308810 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=752696 CPUtime=342.02 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 36977 1253 0 0 34196 6 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=752696 CPUtime=340.16 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 27342 1253 0 0 34011 5 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=752696 CPUtime=342.01 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 30588 1253 0 0 34197 4 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4356735 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=752696 CPUtime=342.03 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 40656 1253 0 0 34196 7 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=752696 CPUtime=342.04 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 30347 1253 0 0 34200 4 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=752696 CPUtime=342.03 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 32738 1253 0 0 34198 5 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=752696 CPUtime=342.03 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 39474 1253 0 0 34197 6 0 0 25 0 9 0 511972365 770760704 159866 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2737.87
Current children cumulated vsize (KiB) 752696

[startup+348.707 s]
/proc/loadavg: 8.06 7.94 7.92 9/179 10656
/proc/meminfo: memFree=20779612/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=752668 CPUtime=2763.5 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 446113 1253 0 0 276284 66 0 0 25 0 9 0 511972019 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 188167 159788 181 55 0 186053 0
[pid=10633/tid=10640] ppid=10631 vsize=752668 CPUtime=345.25 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 99057 1253 0 0 34511 14 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4346410 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=752668 CPUtime=345.22 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 36977 1253 0 0 34516 6 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=752668 CPUtime=343.35 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 27342 1253 0 0 34330 5 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4237176 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=752668 CPUtime=345.21 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 30588 1253 0 0 34517 4 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364404 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=752668 CPUtime=345.23 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 40656 1253 0 0 34516 7 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=752668 CPUtime=345.24 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 30347 1253 0 0 34520 4 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4247525 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=752668 CPUtime=345.24 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 32769 1253 0 0 34519 5 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=752668 CPUtime=345.24 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 39474 1253 0 0 34518 6 0 0 25 0 9 0 511972365 770732032 159788 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2763.5
Current children cumulated vsize (KiB) 752668

[startup+349.501 s]
/proc/loadavg: 8.06 7.94 7.92 9/179 10656
/proc/meminfo: memFree=20779612/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=752664 CPUtime=2769.86 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 446113 1253 0 0 276920 66 0 0 25 0 9 0 511972019 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 188166 159787 181 55 0 186052 0
[pid=10633/tid=10640] ppid=10631 vsize=752664 CPUtime=346.04 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 99057 1253 0 0 34590 14 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=752664 CPUtime=346.02 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 36977 1253 0 0 34596 6 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=752664 CPUtime=344.14 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 27342 1253 0 0 34409 5 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236644 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=752664 CPUtime=346.01 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 30588 1253 0 0 34597 4 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4236923 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=752664 CPUtime=346.03 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 40656 1253 0 0 34596 7 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=752664 CPUtime=346.04 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 30347 1253 0 0 34600 4 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4308631 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=752664 CPUtime=346.03 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 32769 1253 0 0 34598 5 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4277701 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=752664 CPUtime=346.03 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 39474 1253 0 0 34597 6 0 0 25 0 9 0 511972365 770727936 159787 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2769.86
Current children cumulated vsize (KiB) 752664

[startup+350.3 s]
/proc/loadavg: 8.06 7.94 7.92 9/179 10656
/proc/meminfo: memFree=20779616/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=752652 CPUtime=2776.25 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 446113 1253 0 0 277559 66 0 0 25 0 9 0 511972019 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 188163 159784 181 55 0 186049 0
[pid=10633/tid=10640] ppid=10631 vsize=752652 CPUtime=346.84 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 99057 1253 0 0 34670 14 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=752652 CPUtime=346.82 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 36977 1253 0 0 34676 6 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=752652 CPUtime=344.93 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 27342 1253 0 0 34488 5 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=752652 CPUtime=346.81 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 30588 1253 0 0 34677 4 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=752652 CPUtime=346.83 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 40656 1253 0 0 34676 7 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=752652 CPUtime=346.84 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 30347 1253 0 0 34680 4 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4311285 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=752652 CPUtime=346.83 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 32769 1253 0 0 34678 5 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4277107 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=752652 CPUtime=346.83 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 39474 1253 0 0 34677 6 0 0 25 0 9 0 511972365 770715648 159784 33554432000 4194304 4417332 140734564553280 18446744073709551615 4353502 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2776.25
Current children cumulated vsize (KiB) 752652

[startup+350.7 s]
/proc/loadavg: 8.06 7.94 7.92 9/179 10656
/proc/meminfo: memFree=20779616/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=736260 CPUtime=2779.46 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 446113 1253 0 0 277879 67 0 0 25 0 9 0 511972019 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 184065 155686 181 55 0 181951 0
[pid=10633/tid=10640] ppid=10631 vsize=736260 CPUtime=347.24 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 99057 1253 0 0 34710 14 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=736260 CPUtime=347.22 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 36977 1253 0 0 34716 6 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=736260 CPUtime=345.33 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 27342 1253 0 0 34528 5 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 212435710957 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=736260 CPUtime=347.21 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 30588 1253 0 0 34717 4 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=736260 CPUtime=347.23 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 40656 1253 0 0 34716 7 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=736260 CPUtime=347.24 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 30347 1253 0 0 34720 4 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281644 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=736260 CPUtime=347.23 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 32769 1253 0 0 34718 5 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4278051 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=736260 CPUtime=347.23 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 39474 1253 0 0 34717 6 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364942 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2779.46
Current children cumulated vsize (KiB) 736260

[startup+350.8 s]
/proc/loadavg: 8.06 7.94 7.92 9/179 10656
/proc/meminfo: memFree=20795364/32951124 swapFree=67111524/67111528
[pid=10633] ppid=10631 vsize=736260 CPUtime=2780.29 cores=0-7
/proc/10633/stat : 10633 (plingeling) S 10631 10633 10273 0 -1 4202496 446113 1253 0 0 277962 67 0 0 25 0 9 0 511972019 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10633/statm: 184065 155686 181 55 0 181951 0
[pid=10633/tid=10640] ppid=10631 vsize=736260 CPUtime=347.35 cores=0-7
/proc/10633/task/10640/stat : 10640 (plingeling) R 10631 10633 10273 0 -1 4202560 99057 1253 0 0 34721 14 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4346278 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=10633/tid=10641] ppid=10631 vsize=736260 CPUtime=347.32 cores=0-7
/proc/10633/task/10641/stat : 10641 (plingeling) R 10631 10633 10273 0 -1 4202560 36977 1253 0 0 34726 6 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4366455 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=10633/tid=10642] ppid=10631 vsize=736260 CPUtime=345.43 cores=0-7
/proc/10633/task/10642/stat : 10642 (plingeling) R 10631 10633 10273 0 -1 4202560 27342 1253 0 0 34538 5 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10633/tid=10643] ppid=10631 vsize=736260 CPUtime=347.31 cores=0-7
/proc/10633/task/10643/stat : 10643 (plingeling) R 10631 10633 10273 0 -1 4202560 30588 1253 0 0 34727 4 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10633/tid=10644] ppid=10631 vsize=736260 CPUtime=347.33 cores=0-7
/proc/10633/task/10644/stat : 10644 (plingeling) R 10631 10633 10273 0 -1 4202560 40656 1253 0 0 34726 7 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10633/tid=10645] ppid=10631 vsize=736260 CPUtime=347.34 cores=0-7
/proc/10633/task/10645/stat : 10645 (plingeling) R 10631 10633 10273 0 -1 4202560 30347 1253 0 0 34730 4 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4287421 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10633/tid=10646] ppid=10631 vsize=736260 CPUtime=347.34 cores=0-7
/proc/10633/task/10646/stat : 10646 (plingeling) R 10631 10633 10273 0 -1 4202560 32769 1253 0 0 34729 5 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=10633/tid=10647] ppid=10631 vsize=736260 CPUtime=347.34 cores=0-7
/proc/10633/task/10647/stat : 10647 (plingeling) R 10631 10633 10273 0 -1 4202560 39474 1253 0 0 34728 6 0 0 25 0 9 0 511972365 753930240 155686 33554432000 4194304 4417332 140734564553280 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2780.29
Current children cumulated vsize (KiB) 736260

Child status: 20
Real time (s): 350.874
CPU time (s): 2780.49
CPU user time (s): 2779.78
CPU system time (s): 0.704892
CPU usage (%): 792.447
Max. virtual memory (cumulated for all children) (KiB): 817876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2779.78
system time used= 0.704892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 447370
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= 833
involuntary context switches= 13305

runsolver used 0.550916 second user time and 1.36579 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-28 17:14:57
IDJOB=3309435
IDBENCH=71037
IDSOLVER=1695
FILE ID=node102/3309435-1304003696
RUNJOBID= node102-1303998249-10287
PBS_JOBID= 13168788
Free space on /tmp= 71536 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309435-1304003696/watcher-3309435-1304003696 -o /tmp/evaluation-result-3309435-1304003696/solver-3309435-1304003696 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309435-1304003696.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=2014909959

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.828
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.828
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.828
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:      21419276 kB
Buffers:       1634824 kB
Cached:        9279212 kB
SwapCached:          4 kB
Active:        2877764 kB
Inactive:      8100220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21419276 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           26160 kB
Writeback:           0 kB
AnonPages:       63640 kB
Mapped:          14544 kB
Slab:           488372 kB
PageTables:       4296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188784 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= 71536 MiB
End job on node102 at 2011-04-28 17:20:48