Trace number 3371052

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 1918.13 481.912

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.524
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

1918.11/481.91	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-3371052-1305417758/watcher-3371052-1305417758 -o /tmp/evaluation-result-3371052-1305417758/solver-3371052-1305417758 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371052-1305417758.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: 6.96 6.29 6.70 5/311 20662
/proc/meminfo: memFree=17689268/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=9780 CPUtime=0 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) R 20660 20662 19509 0 -1 4202496 537 1262 0 0 0 0 0 0 25 0 1 0 653375475 10014720 467 33554432000 4194304 4417452 140736788310288 18446744073709551615 274473967360 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/20662/statm: 2445 467 147 55 0 331 0

[startup+0.0801731 s]
/proc/loadavg: 6.96 6.29 6.70 5/311 20662
/proc/meminfo: memFree=17689268/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=25348 CPUtime=0.07 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) R 20660 20662 19509 0 -1 4202496 4543 1262 0 0 7 0 0 0 25 0 1 0 653375475 25956352 4360 33554432000 4194304 4417452 140736788310288 18446744073709551615 274473586301 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/20662/statm: 6337 4360 148 55 0 4223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25348

[startup+0.100169 s]
/proc/loadavg: 6.96 6.29 6.70 5/311 20662
/proc/meminfo: memFree=17689268/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=64688 CPUtime=0.09 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 4574 1262 0 0 9 0 0 0 25 0 5 0 653375475 66240512 3979 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 16172 3979 168 55 0 14058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64688

[startup+0.300133 s]
/proc/loadavg: 6.96 6.29 6.70 5/311 20662
/proc/meminfo: memFree=17689268/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=130880 CPUtime=0.89 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 4837 1262 0 0 89 0 0 0 25 0 5 0 653375475 134021120 4123 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 32720 4123 179 55 0 30606 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 130880

[startup+0.701061 s]
/proc/loadavg: 6.96 6.29 6.70 5/311 20662
/proc/meminfo: memFree=17689268/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=133368 CPUtime=2.48 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 7097 1262 0 0 248 0 0 0 25 0 5 0 653375475 136568832 4777 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 33342 4777 179 55 0 31228 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 133368

[startup+1.50092 s]
/proc/loadavg: 6.96 6.29 6.70 9/316 20672
/proc/meminfo: memFree=17669380/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=136656 CPUtime=5.67 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 9273 1262 0 0 567 0 0 0 25 0 5 0 653375475 139935744 5575 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 34164 5575 179 55 0 32050 0
[pid=20662/tid=20669] ppid=20660 vsize=136656 CPUtime=1.4 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 650 1262 0 0 140 0 0 0 25 0 5 0 653375485 139935744 5575 33554432000 4194304 4417452 140736788310288 18446744073709551615 4248873 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=136656 CPUtime=1.39 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 640 1262 0 0 139 0 0 0 25 0 5 0 653375485 139935744 5575 33554432000 4194304 4417452 140736788310288 18446744073709551615 4336723 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=136656 CPUtime=1.38 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 1398 1262 0 0 138 0 0 0 25 0 5 0 653375485 139935744 5575 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=136656 CPUtime=1.4 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 2030 1262 0 0 140 0 0 0 25 0 5 0 653375485 139935744 5575 33554432000 4194304 4417452 140736788310288 18446744073709551615 4236554 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 136656

[startup+3.10064 s]
/proc/loadavg: 6.96 6.29 6.70 9/316 20672
/proc/meminfo: memFree=17667148/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=134180 CPUtime=12.06 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 13551 1262 0 0 1205 1 0 0 25 0 5 0 653375475 137400320 4975 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 33545 4975 179 55 0 31431 0
[pid=20662/tid=20669] ppid=20660 vsize=134180 CPUtime=3 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 762 1262 0 0 300 0 0 0 25 0 5 0 653375485 137400320 4975 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=134180 CPUtime=2.99 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 1522 1262 0 0 299 0 0 0 25 0 5 0 653375485 137400320 4975 33554432000 4194304 4417452 140736788310288 18446744073709551615 4356856 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=134180 CPUtime=2.97 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 2811 1262 0 0 297 0 0 0 25 0 5 0 653375485 137400320 4975 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=134180 CPUtime=2.99 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 3901 1262 0 0 299 0 0 0 25 0 5 0 653375485 137400320 4975 33554432000 4194304 4417452 140736788310288 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 134180

[startup+6.30108 s]
/proc/loadavg: 7.13 6.33 6.71 9/316 20672
/proc/meminfo: memFree=17660020/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=144296 CPUtime=24.83 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 24517 1262 0 0 2480 3 0 0 25 0 5 0 653375475 147759104 7477 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 36074 7477 179 55 0 33960 0
[pid=20662/tid=20669] ppid=20660 vsize=144296 CPUtime=6.19 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 3121 1262 0 0 619 0 0 0 25 0 5 0 653375485 147759104 7477 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=144296 CPUtime=6.19 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 4560 1262 0 0 619 0 0 0 25 0 5 0 653375485 147759104 7477 33554432000 4194304 4417452 140736788310288 18446744073709551615 4249171 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=144296 CPUtime=6.13 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 5595 1262 0 0 613 0 0 0 25 0 5 0 653375485 147759104 7477 33554432000 4194304 4417452 140736788310288 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=144296 CPUtime=6.2 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 6686 1262 0 0 619 1 0 0 25 0 5 0 653375485 147759104 7477 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 144296

[startup+12.701 s]
/proc/loadavg: 7.28 6.38 6.72 9/316 20672
/proc/meminfo: memFree=17655840/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=159520 CPUtime=50.36 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 44683 1262 0 0 5029 7 0 0 25 0 5 0 653375475 163348480 11284 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 39880 11284 180 55 0 37766 0
[pid=20662/tid=20669] ppid=20660 vsize=159520 CPUtime=12.59 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 8610 1262 0 0 1258 1 0 0 25 0 5 0 653375485 163348480 11284 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=159520 CPUtime=12.58 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 10539 1262 0 0 1257 1 0 0 25 0 5 0 653375485 163348480 11284 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=159520 CPUtime=12.47 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 9402 1262 0 0 1246 1 0 0 25 0 5 0 653375485 163348480 11284 33554432000 4194304 4417452 140736788310288 18446744073709551615 4235378 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=159520 CPUtime=12.58 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 11577 1262 0 0 1257 1 0 0 25 0 5 0 653375485 163348480 11284 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 159520

[startup+25.5007 s]
/proc/loadavg: 7.44 6.46 6.74 9/316 20673
/proc/meminfo: memFree=17587996/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=194308 CPUtime=101.43 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 74031 1262 0 0 10131 12 0 0 25 0 5 0 653375475 198971392 19981 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 48577 19981 180 55 0 46463 0
[pid=20662/tid=20669] ppid=20660 vsize=194308 CPUtime=25.39 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 17452 1262 0 0 2536 3 0 0 25 0 5 0 653375485 198971392 19981 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=194308 CPUtime=25.39 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 18542 1262 0 0 2536 3 0 0 25 0 5 0 653375485 198971392 19981 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=194308 CPUtime=25.14 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 16029 1262 0 0 2512 2 0 0 25 0 5 0 653375485 198971392 19981 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=194308 CPUtime=25.39 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 17453 1262 0 0 2537 2 0 0 25 0 5 0 653375485 198971392 19981 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 194308

[startup+51.1012 s]
/proc/loadavg: 7.63 6.58 6.78 9/316 20673
/proc/meminfo: memFree=17557720/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=215468 CPUtime=203.58 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 109815 1262 0 0 20340 18 0 0 25 0 5 0 653375475 220639232 25271 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 53867 25271 180 55 0 51753 0
[pid=20662/tid=20669] ppid=20660 vsize=215468 CPUtime=50.99 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 28517 1262 0 0 5094 5 0 0 25 0 5 0 653375485 220639232 25271 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=215468 CPUtime=50.99 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 22407 1262 0 0 5096 3 0 0 25 0 5 0 653375485 220639232 25271 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=215468 CPUtime=50.49 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 24842 1262 0 0 5045 4 0 0 25 0 5 0 653375485 220639232 25271 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=215468 CPUtime=50.99 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 29494 1262 0 0 5095 4 0 0 25 0 5 0 653375485 220639232 25271 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.58
Current children cumulated vsize (KiB) 215468

[startup+102.312 s]
/proc/loadavg: 8.14 6.87 6.86 10/317 20678
/proc/meminfo: memFree=17457576/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=268428 CPUtime=407.24 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 161482 1262 0 0 40696 28 0 0 25 0 5 0 653375475 274870272 38511 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 67107 38511 180 55 0 64993 0
[pid=20662/tid=20669] ppid=20660 vsize=268428 CPUtime=102.21 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 44808 1262 0 0 10212 9 0 0 25 0 5 0 653375485 274870272 38511 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=268428 CPUtime=102.05 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 34114 1262 0 0 10200 5 0 0 25 0 5 0 653375485 274870272 38511 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=268428 CPUtime=100.66 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 40752 1262 0 0 10060 6 0 0 25 0 5 0 653375485 274870272 38511 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=268428 CPUtime=102.18 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 37253 1262 0 0 10213 5 0 0 25 0 5 0 653375485 274870272 38511 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.24
Current children cumulated vsize (KiB) 268428

[startup+162.301 s]
/proc/loadavg: 8.16 7.12 6.95 9/316 20679
/proc/meminfo: memFree=17340080/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=396084 CPUtime=646.45 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 204582 1262 0 0 64609 36 0 0 25 0 5 0 653375475 405590016 70425 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 99021 70425 180 55 0 96907 0
[pid=20662/tid=20669] ppid=20660 vsize=396084 CPUtime=162.2 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 53897 1262 0 0 16209 11 0 0 25 0 5 0 653375485 405590016 70425 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=396084 CPUtime=162.04 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 48780 1262 0 0 16197 7 0 0 25 0 5 0 653375485 405590016 70425 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=396084 CPUtime=159.92 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 50462 1262 0 0 15984 8 0 0 25 0 5 0 653375485 405590016 70425 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=396084 CPUtime=162.17 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 46888 1262 0 0 16209 8 0 0 25 0 5 0 653375485 405590016 70425 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 646.45
Current children cumulated vsize (KiB) 396084

[startup+222.301 s]
/proc/loadavg: 8.13 7.30 7.02 9/316 20717
/proc/meminfo: memFree=17729992/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=356724 CPUtime=885.84 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 266417 1262 0 0 88539 45 0 0 25 0 5 0 653375475 365285376 60585 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 89181 60585 180 55 0 87067 0
[pid=20662/tid=20669] ppid=20660 vsize=356724 CPUtime=222.2 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 67684 1262 0 0 22207 13 0 0 25 0 5 0 653375485 365285376 60585 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=356724 CPUtime=222.05 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 75931 1262 0 0 22193 12 0 0 25 0 5 0 653375485 365285376 60585 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=356724 CPUtime=219.32 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 63936 1262 0 0 21922 10 0 0 25 0 5 0 653375485 365285376 60585 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=356724 CPUtime=222.17 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 54311 1262 0 0 22208 9 0 0 25 0 5 0 653375485 365285376 60585 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 885.84
Current children cumulated vsize (KiB) 356724

[startup+282.301 s]
/proc/loadavg: 8.14 7.46 7.09 9/316 20718
/proc/meminfo: memFree=17619856/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=423752 CPUtime=1125.24 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 287271 1262 0 0 112475 49 0 0 25 0 5 0 653375475 433922048 77342 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 105938 77342 180 55 0 103824 0
[pid=20662/tid=20669] ppid=20660 vsize=423752 CPUtime=282.19 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 71780 1262 0 0 28206 13 0 0 25 0 5 0 653375485 433922048 77342 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=423752 CPUtime=282.05 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 84123 1262 0 0 28192 13 0 0 25 0 5 0 653375485 433922048 77342 33554432000 4194304 4417452 140736788310288 18446744073709551615 4366813 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=423752 CPUtime=278.73 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 68032 1262 0 0 27862 11 0 0 25 0 5 0 653375485 433922048 77342 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=423752 CPUtime=282.15 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 58781 1262 0 0 28205 10 0 0 25 0 5 0 653375485 433922048 77342 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1125.24
Current children cumulated vsize (KiB) 423752

[startup+342.301 s]
/proc/loadavg: 8.10 7.57 7.15 9/316 20720
/proc/meminfo: memFree=17414352/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=558132 CPUtime=1364.64 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 325933 1262 0 0 136406 58 0 0 25 0 5 0 653375475 571527168 110937 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 139533 110937 180 55 0 137419 0
[pid=20662/tid=20669] ppid=20660 vsize=558132 CPUtime=342.2 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 82695 1262 0 0 34204 16 0 0 25 0 5 0 653375485 571527168 110937 33554432000 4194304 4417452 140736788310288 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=558132 CPUtime=342.05 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 91897 1262 0 0 34190 15 0 0 25 0 5 0 653375485 571527168 110937 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=558132 CPUtime=338.12 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 75965 1262 0 0 33799 13 0 0 25 0 5 0 653375485 571527168 110937 33554432000 4194304 4417452 140736788310288 18446744073709551615 4365042 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=558132 CPUtime=342.14 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 70821 1262 0 0 34201 13 0 0 25 0 5 0 653375485 571527168 110937 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1364.64
Current children cumulated vsize (KiB) 558132

[startup+402.3 s]
/proc/loadavg: 8.12 7.67 7.21 9/316 20722
/proc/meminfo: memFree=17521692/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=440500 CPUtime=1604.03 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 372828 1262 0 0 160338 65 0 0 25 0 5 0 653375475 451072000 81529 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 110125 81529 180 55 0 108011 0
[pid=20662/tid=20669] ppid=20660 vsize=440500 CPUtime=402.2 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 96889 1262 0 0 40202 18 0 0 25 0 5 0 653375485 451072000 81529 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=440500 CPUtime=402.05 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 100751 1262 0 0 40189 16 0 0 25 0 5 0 653375485 451072000 81529 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=440500 CPUtime=397.53 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 91195 1262 0 0 39738 15 0 0 25 0 5 0 653375485 451072000 81529 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=440500 CPUtime=402.14 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 79438 1262 0 0 40200 14 0 0 25 0 5 0 653375485 451072000 81529 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1604.03
Current children cumulated vsize (KiB) 440500

[startup+462.301 s]
/proc/loadavg: 8.17 7.76 7.27 9/316 20723
/proc/meminfo: memFree=17439312/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=461100 CPUtime=1843.42 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 394711 1262 0 0 184274 68 0 0 25 0 5 0 653375475 472166400 86679 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 115275 86679 180 55 0 113161 0
[pid=20662/tid=20669] ppid=20660 vsize=461100 CPUtime=462.2 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 114676 1262 0 0 46199 21 0 0 25 0 5 0 653375485 472166400 86679 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=461100 CPUtime=462.05 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 104847 1262 0 0 46188 17 0 0 25 0 5 0 653375485 472166400 86679 33554432000 4194304 4417452 140736788310288 18446744073709551615 4365062 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=461100 CPUtime=456.92 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 91195 1262 0 0 45677 15 0 0 25 0 5 0 653375485 472166400 86679 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=461100 CPUtime=462.13 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 79438 1262 0 0 46199 14 0 0 25 0 5 0 653375485 472166400 86679 33554432000 4194304 4417452 140736788310288 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1843.42
Current children cumulated vsize (KiB) 461100

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

[startup+473.501 s]
/proc/loadavg: 8.14 7.77 7.27 9/316 20724
/proc/meminfo: memFree=17455416/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=440996 CPUtime=1888.11 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 406646 1262 0 0 188741 70 0 0 25 0 5 0 653375475 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 110249 81653 180 55 0 108135 0
[pid=20662/tid=20669] ppid=20660 vsize=440996 CPUtime=473.4 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 114676 1262 0 0 47319 21 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=440996 CPUtime=473.25 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 112510 1262 0 0 47307 18 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=440996 CPUtime=468.02 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 95467 1262 0 0 46786 16 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=440996 CPUtime=473.33 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 79438 1262 0 0 47319 14 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1888.11
Current children cumulated vsize (KiB) 440996

[startup+476.7 s]
/proc/loadavg: 8.13 7.77 7.28 9/316 20724
/proc/meminfo: memFree=17449224/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=440996 CPUtime=1900.88 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 406646 1262 0 0 190018 70 0 0 25 0 5 0 653375475 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 110249 81653 180 55 0 108135 0
[pid=20662/tid=20669] ppid=20660 vsize=440996 CPUtime=476.6 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 114676 1262 0 0 47639 21 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20670] ppid=20660 vsize=440996 CPUtime=476.45 cores=0,2,4,6
/proc/20662/task/20670/stat : 20670 (plingeling) R 20660 20662 19509 0 -1 4202560 112510 1262 0 0 47627 18 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=440996 CPUtime=471.18 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 95467 1262 0 0 47102 16 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=440996 CPUtime=476.53 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 79438 1262 0 0 47639 14 0 0 25 0 5 0 653375485 451579904 81653 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1900.88
Current children cumulated vsize (KiB) 440996

[startup+479.901 s]
/proc/loadavg: 8.13 7.77 7.28 9/316 20724
/proc/meminfo: memFree=17453192/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=408228 CPUtime=1913.62 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 406647 1262 0 0 191292 70 0 0 25 0 4 0 653375475 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 102057 73462 181 55 0 99943 0
[pid=20662/tid=20669] ppid=20660 vsize=408228 CPUtime=479.8 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 114676 1262 0 0 47959 21 0 0 25 0 4 0 653375485 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=408228 CPUtime=474.35 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 95467 1262 0 0 47419 16 0 0 25 0 4 0 653375485 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=408228 CPUtime=479.73 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 79438 1262 0 0 47959 14 0 0 25 0 4 0 653375485 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 4366126 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1913.62
Current children cumulated vsize (KiB) 408228

[startup+480.712 s]
/proc/loadavg: 8.20 7.79 7.29 8/315 20724
/proc/meminfo: memFree=17453076/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=408228 CPUtime=1916.04 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 406647 1262 0 0 191534 70 0 0 25 0 4 0 653375475 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 102057 73462 181 55 0 99943 0
[pid=20662/tid=20669] ppid=20660 vsize=408228 CPUtime=480.61 cores=0,2,4,6
/proc/20662/task/20669/stat : 20669 (plingeling) R 20660 20662 19509 0 -1 4202560 114676 1262 0 0 48040 21 0 0 25 0 4 0 653375485 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=20662/tid=20671] ppid=20660 vsize=408228 CPUtime=475.16 cores=0,2,4,6
/proc/20662/task/20671/stat : 20671 (plingeling) R 20660 20662 19509 0 -1 4202560 95467 1262 0 0 47500 16 0 0 25 0 4 0 653375485 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=20662/tid=20672] ppid=20660 vsize=408228 CPUtime=480.54 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 79438 1262 0 0 48040 14 0 0 25 0 4 0 653375485 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1916.04
Current children cumulated vsize (KiB) 408228

[startup+481.5 s]
/proc/loadavg: 8.20 7.79 7.29 8/315 20724
/proc/meminfo: memFree=17453076/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=408228 CPUtime=1917.7 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) S 20660 20662 19509 0 -1 4202496 406647 1262 0 0 191700 70 0 0 18 0 2 0 653375475 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/20662/statm: 102057 73462 181 55 0 99943 0
[pid=20662/tid=20672] ppid=20660 vsize=408228 CPUtime=481.32 cores=0,2,4,6
/proc/20662/task/20672/stat : 20672 (plingeling) R 20660 20662 19509 0 -1 4202560 79438 1262 0 0 48118 14 0 0 25 0 2 0 653375485 418025472 73462 33554432000 4194304 4417452 140736788310288 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1917.7
Current children cumulated vsize (KiB) 408228

[startup+481.9 s]
/proc/loadavg: 8.20 7.79 7.29 6/313 20724
/proc/meminfo: memFree=17450984/32950928 swapFree=67111348/67111528
[pid=20662] ppid=20660 vsize=337276 CPUtime=1918.11 cores=0,2,4,6
/proc/20662/stat : 20662 (plingeling) R 20660 20662 19509 0 -1 4202496 406647 1262 0 0 191740 71 0 0 16 0 1 0 653375475 345370624 56027 33554432000 4194304 4417452 140736788310288 18446744073709551615 274474010759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20662/statm: 84319 56027 181 55 0 82205 0
Current children cumulated CPU time (s) 1918.11
Current children cumulated vsize (KiB) 337276

Child status: 20
Real time (s): 481.912
CPU time (s): 1918.13
CPU user time (s): 1917.41
CPU system time (s): 0.725889
CPU usage (%): 398.026
Max. virtual memory (cumulated for all children) (KiB): 600064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1917.41
system time used= 0.725889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407912
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= 64
involuntary context switches= 10909

runsolver used 1.44778 second user time and 3.37849 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 02:02:38
IDJOB=3371052
IDBENCH=71150
IDSOLVER=1848
FILE ID=node125/3371052-1305417758
RUNJOBID= node125-1305417379-20326
PBS_JOBID= 13324523
Free space on /tmp= 73172 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371052-1305417758/watcher-3371052-1305417758 -o /tmp/evaluation-result-3371052-1305417758/solver-3371052-1305417758 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371052-1305417758.cnf

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=940889745

node125.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	: 5266.55
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.84
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.74
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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:     32950928 kB
MemFree:      17689432 kB
Buffers:        261240 kB
Cached:        4212496 kB
SwapCached:          0 kB
Active:       11513244 kB
Inactive:      3372720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17689432 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2172 kB
Writeback:           0 kB
AnonPages:    10411640 kB
Mapped:          29812 kB
Slab:           274644 kB
PageTables:      36196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51432984 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= 73196 MiB
End job on node125 at 2011-05-15 02:10:40