Trace number 3371108

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 3706.34 930.821

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
dead-dnd003.shuffled-as.sat05-3109.cnf
MD5SUMd6a882056a7d77e09b3b073fbf028602
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.756
Satisfiable
(Un)Satisfiability was proved
Number of variables468
Number of clauses11753
Sum of the clauses size40843
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21122
Number of clauses of size 38729
Number of clauses of size 4277
Number of clauses of size 5279
Number of clauses of size over 51304

Solver Data

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

running on 4 cores: 1,3,5,7

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: 7.17 7.91 7.91 2/367 26502
/proc/meminfo: memFree=22633572/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=10308 CPUtime=0 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) R 26500 26502 26007 0 -1 4202496 686 1259 0 0 0 0 0 0 21 0 1 0 654805182 10555392 601 33554432000 4194304 4417452 140733407034512 18446744073709551615 212687369197 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26502/statm: 2577 601 149 55 0 463 0

[startup+0.121777 s]
/proc/loadavg: 7.17 7.91 7.91 2/367 26502
/proc/meminfo: memFree=22633572/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=118536 CPUtime=0.42 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 1160 1259 0 0 42 0 0 0 21 0 5 0 654805182 121380864 1071 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 29634 1071 180 55 0 27520 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 118536

[startup+0.200764 s]
/proc/loadavg: 7.17 7.91 7.91 2/367 26502
/proc/meminfo: memFree=22633572/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=119656 CPUtime=0.74 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 1451 1259 0 0 74 0 0 0 21 0 5 0 654805182 122527744 1362 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 29914 1362 180 55 0 27800 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 119656

[startup+0.300745 s]
/proc/loadavg: 7.17 7.91 7.91 2/367 26502
/proc/meminfo: memFree=22633572/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=120328 CPUtime=1.14 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 1949 1259 0 0 114 0 0 0 21 0 5 0 654805182 123215872 1535 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 30082 1535 180 55 0 27968 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 120328

[startup+0.700673 s]
/proc/loadavg: 7.17 7.91 7.91 2/367 26502
/proc/meminfo: memFree=22633572/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=124984 CPUtime=2.73 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 4644 1259 0 0 273 0 0 0 21 0 5 0 654805182 127983616 2726 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 31246 2726 180 55 0 29132 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 124984

[startup+1.50053 s]
/proc/loadavg: 7.17 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22613416/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=126284 CPUtime=5.92 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 8965 1259 0 0 591 1 0 0 21 0 5 0 654805182 129314816 3051 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 31571 3051 180 55 0 29457 0
[pid=26502/tid=26509] ppid=26500 vsize=126284 CPUtime=1.47 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 2210 1259 0 0 147 0 0 0 25 0 5 0 654805184 129314816 3051 33554432000 4194304 4417452 140733407034512 18446744073709551615 4357902 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=126284 CPUtime=1.47 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 2060 1259 0 0 147 0 0 0 25 0 5 0 654805184 129314816 3051 33554432000 4194304 4417452 140733407034512 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=126284 CPUtime=1.47 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 2165 1259 0 0 147 0 0 0 25 0 5 0 654805184 129314816 3051 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=126284 CPUtime=1.46 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 1576 1259 0 0 146 0 0 0 25 0 5 0 654805184 129314816 3051 33554432000 4194304 4417452 140733407034512 18446744073709551615 4354594 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 126284

[startup+3.10024 s]
/proc/loadavg: 7.17 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22602568/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=132712 CPUtime=12.3 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 17841 1259 0 0 1228 2 0 0 21 0 5 0 654805182 135897088 4650 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 33178 4650 180 55 0 31064 0
[pid=26502/tid=26509] ppid=26500 vsize=132712 CPUtime=3.07 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 4329 1259 0 0 307 0 0 0 25 0 5 0 654805184 135897088 4650 33554432000 4194304 4417452 140733407034512 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=132712 CPUtime=3.07 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 4982 1259 0 0 307 0 0 0 25 0 5 0 654805184 135897088 4650 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=132712 CPUtime=3.07 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 4288 1259 0 0 307 0 0 0 25 0 5 0 654805184 135897088 4650 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364464 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=132712 CPUtime=3.05 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 3288 1259 0 0 305 0 0 0 25 0 5 0 654805184 135897088 4650 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 132712

[startup+6.30065 s]
/proc/loadavg: 7.24 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22586080/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=134360 CPUtime=25.07 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 42822 1259 0 0 2501 6 0 0 21 0 5 0 654805182 137584640 5069 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 33590 5069 180 55 0 31476 0
[pid=26502/tid=26509] ppid=26500 vsize=134360 CPUtime=6.28 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 12539 1259 0 0 626 2 0 0 25 0 5 0 654805184 137584640 5069 33554432000 4194304 4417452 140733407034512 18446744073709551615 4365782 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=134360 CPUtime=6.27 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 11752 1259 0 0 626 1 0 0 25 0 5 0 654805184 137584640 5069 33554432000 4194304 4417452 140733407034512 18446744073709551615 4354693 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=134360 CPUtime=6.27 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 12107 1259 0 0 626 1 0 0 25 0 5 0 654805184 137584640 5069 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=134360 CPUtime=6.2 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 5470 1259 0 0 620 0 0 0 25 0 5 0 654805184 137584640 5069 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 134360

[startup+12.7005 s]
/proc/loadavg: 7.30 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22557984/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=144084 CPUtime=50.59 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 76472 1259 0 0 5048 11 0 0 21 0 5 0 654805182 147542016 7493 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 36021 7493 180 55 0 33907 0
[pid=26502/tid=26509] ppid=26500 vsize=144084 CPUtime=12.67 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 24358 1259 0 0 1264 3 0 0 25 0 5 0 654805184 147542016 7493 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=144084 CPUtime=12.67 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 18876 1259 0 0 1265 2 0 0 25 0 5 0 654805184 147542016 7493 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=144084 CPUtime=12.67 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 23302 1259 0 0 1264 3 0 0 25 0 5 0 654805184 147542016 7493 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=144084 CPUtime=12.53 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 8982 1259 0 0 1252 1 0 0 25 0 5 0 654805184 147542016 7493 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 144084

[startup+25.5012 s]
/proc/loadavg: 7.45 7.91 7.91 9/379 26599
/proc/meminfo: memFree=22533960/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=156556 CPUtime=101.64 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 123544 1259 0 0 10145 19 0 0 21 0 5 0 654805182 160313344 10593 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 39139 10593 180 55 0 37025 0
[pid=26502/tid=26509] ppid=26500 vsize=156556 CPUtime=25.48 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 38864 1259 0 0 2542 6 0 0 25 0 5 0 654805184 160313344 10593 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=156556 CPUtime=25.48 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 34517 1259 0 0 2543 5 0 0 25 0 5 0 654805184 160313344 10593 33554432000 4194304 4417452 140733407034512 18446744073709551615 4366074 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=156556 CPUtime=25.48 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 34327 1259 0 0 2543 5 0 0 25 0 5 0 654805184 160313344 10593 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=156556 CPUtime=25.17 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 14882 1259 0 0 2515 2 0 0 25 0 5 0 654805184 160313344 10593 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 156556

[startup+51.1005 s]
/proc/loadavg: 7.64 7.92 7.91 9/379 26600
/proc/meminfo: memFree=22478892/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=165252 CPUtime=203.74 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 176315 1259 0 0 20346 28 0 0 21 0 5 0 654805182 169218048 12769 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 41313 12769 180 55 0 39199 0
[pid=26502/tid=26509] ppid=26500 vsize=165252 CPUtime=51.07 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 45302 1259 0 0 5100 7 0 0 25 0 5 0 654805184 169218048 12769 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=165252 CPUtime=51.07 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 37195 1259 0 0 5102 5 0 0 25 0 5 0 654805184 169218048 12769 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=165252 CPUtime=51.08 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 70307 1259 0 0 5097 11 0 0 25 0 5 0 654805184 169218048 12769 33554432000 4194304 4417452 140733407034512 18446744073709551615 18446744073699065904 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=165252 CPUtime=50.48 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 22557 1259 0 0 5045 3 0 0 25 0 5 0 654805184 169218048 12769 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 165252

[startup+102.301 s]
/proc/loadavg: 7.92 7.96 7.92 9/379 26601
/proc/meminfo: memFree=22428168/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=183544 CPUtime=407.98 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 228724 1259 0 0 40760 38 0 0 21 0 5 0 654805182 187949056 17340 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 45886 17340 180 55 0 43772 0
[pid=26502/tid=26509] ppid=26500 vsize=183544 CPUtime=102.29 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 54002 1259 0 0 10220 9 0 0 25 0 5 0 654805184 187949056 17340 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=183544 CPUtime=102.29 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 49187 1259 0 0 10222 7 0 0 25 0 5 0 654805184 187949056 17340 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=183544 CPUtime=102.29 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 84770 1259 0 0 10216 13 0 0 25 0 5 0 654805184 187949056 17340 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=183544 CPUtime=101.08 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 39811 1259 0 0 10101 7 0 0 25 0 5 0 654805184 187949056 17340 33554432000 4194304 4417452 140733407034512 18446744073709551615 4353632 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 183544

[startup+162.301 s]
/proc/loadavg: 7.97 7.96 7.92 9/379 26639
/proc/meminfo: memFree=22402352/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=258332 CPUtime=647.24 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 275859 1259 0 0 64679 45 0 0 21 0 5 0 654805182 264531968 36054 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 64583 36054 180 55 0 62469 0
[pid=26502/tid=26509] ppid=26500 vsize=258332 CPUtime=162.27 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 62634 1259 0 0 16217 10 0 0 25 0 5 0 654805184 264531968 36054 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=258332 CPUtime=162.28 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 54821 1259 0 0 16220 8 0 0 25 0 5 0 654805184 264531968 36054 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=258332 CPUtime=162.28 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 96188 1259 0 0 16213 15 0 0 25 0 5 0 654805184 264531968 36054 33554432000 4194304 4417452 140733407034512 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=258332 CPUtime=160.37 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 61262 1259 0 0 16026 11 0 0 25 0 5 0 654805184 264531968 36054 33554432000 4194304 4417452 140733407034512 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.24
Current children cumulated vsize (KiB) 258332


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

/proc/meminfo: memFree=22178908/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=360412 CPUtime=3040.21 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 545953 1259 0 0 303928 93 0 0 21 0 5 0 654805182 369061888 61557 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 90103 61557 180 55 0 87989 0
[pid=26502/tid=26509] ppid=26500 vsize=360412 CPUtime=762.31 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 112574 1259 0 0 76211 20 0 0 25 0 5 0 654805184 369061888 61557 33554432000 4194304 4417452 140733407034512 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=360412 CPUtime=762.31 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 112953 1259 0 0 76213 18 0 0 25 0 5 0 654805184 369061888 61557 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=360412 CPUtime=762.3 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 138727 1259 0 0 76209 21 0 0 25 0 5 0 654805184 369061888 61557 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=360412 CPUtime=753.26 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 180745 1259 0 0 75294 32 0 0 25 0 5 0 654805184 369061888 61557 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.21
Current children cumulated vsize (KiB) 360412

[startup+822.301 s]
/proc/loadavg: 8.11 8.12 8.02 9/379 26660
/proc/meminfo: memFree=22185096/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=356688 CPUtime=3279.48 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 580683 1259 0 0 327849 99 0 0 21 0 5 0 654805182 365248512 60626 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 89172 60626 180 55 0 87058 0
[pid=26502/tid=26509] ppid=26500 vsize=356688 CPUtime=822.29 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 118075 1259 0 0 82209 20 0 0 25 0 5 0 654805184 365248512 60626 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=356688 CPUtime=822.3 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 120330 1259 0 0 82211 19 0 0 25 0 5 0 654805184 365248512 60626 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364805 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=356688 CPUtime=822.29 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 150204 1259 0 0 82206 23 0 0 25 0 5 0 654805184 365248512 60626 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=356688 CPUtime=812.54 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 191120 1259 0 0 81220 34 0 0 25 0 5 0 654805184 365248512 60626 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.48
Current children cumulated vsize (KiB) 356688

[startup+882.314 s]
/proc/loadavg: 8.08 8.11 8.02 9/379 26661
/proc/meminfo: memFree=22175784/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=362928 CPUtime=3518.82 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 596038 1259 0 0 351781 101 0 0 21 0 5 0 654805182 371638272 62191 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 90732 62191 180 55 0 88618 0
[pid=26502/tid=26509] ppid=26500 vsize=362928 CPUtime=882.31 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 118075 1259 0 0 88211 20 0 0 25 0 5 0 654805184 371638272 62191 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=362928 CPUtime=882.31 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 127334 1259 0 0 88211 20 0 0 25 0 5 0 654805184 371638272 62191 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=362928 CPUtime=882.31 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 150204 1259 0 0 88208 23 0 0 25 0 5 0 654805184 371638272 62191 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=362928 CPUtime=871.84 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 199471 1259 0 0 87149 35 0 0 25 0 5 0 654805184 371638272 62191 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.82
Current children cumulated vsize (KiB) 362928

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

[startup+896 s]
/proc/loadavg: 8.06 8.10 8.02 9/379 26662
/proc/meminfo: memFree=22155936/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=371796 CPUtime=3573.41 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 600303 1259 0 0 357239 102 0 0 21 0 5 0 654805182 380719104 64408 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 92949 64408 180 55 0 90835 0
[pid=26502/tid=26509] ppid=26500 vsize=371796 CPUtime=895.99 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 118075 1259 0 0 89579 20 0 0 25 0 5 0 654805184 380719104 64408 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=371796 CPUtime=896 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 127334 1259 0 0 89580 20 0 0 25 0 5 0 654805184 380719104 64408 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=371796 CPUtime=895.99 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 150204 1259 0 0 89576 23 0 0 25 0 5 0 654805184 380719104 64408 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=371796 CPUtime=885.37 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 203736 1259 0 0 88502 35 0 0 25 0 5 0 654805184 380719104 64408 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3573.41
Current children cumulated vsize (KiB) 371796

[startup+908.801 s]
/proc/loadavg: 8.12 8.11 8.02 9/379 26662
/proc/meminfo: memFree=22147376/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=376356 CPUtime=3624.46 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 611084 1259 0 0 362343 103 0 0 21 0 5 0 654805182 385388544 65543 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 94089 65543 180 55 0 91975 0
[pid=26502/tid=26509] ppid=26500 vsize=376356 CPUtime=908.79 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 118075 1259 0 0 90859 20 0 0 25 0 5 0 654805184 385388544 65543 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=376356 CPUtime=908.8 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 127334 1259 0 0 90860 20 0 0 25 0 5 0 654805184 385388544 65543 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=376356 CPUtime=908.79 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 159407 1259 0 0 90855 24 0 0 25 0 5 0 654805184 385388544 65543 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=376356 CPUtime=898.02 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 205314 1259 0 0 89766 36 0 0 25 0 5 0 654805184 385388544 65543 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3624.46
Current children cumulated vsize (KiB) 376356

[startup+921.601 s]
/proc/loadavg: 8.10 8.11 8.02 9/379 26662
/proc/meminfo: memFree=22217804/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=320368 CPUtime=3675.51 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 622450 1259 0 0 367446 105 0 0 21 0 5 0 654805182 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 80092 51546 180 55 0 77978 0
[pid=26502/tid=26509] ppid=26500 vsize=320368 CPUtime=921.59 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 122861 1259 0 0 92138 21 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=320368 CPUtime=921.6 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 131727 1259 0 0 92139 21 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4343423 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=320368 CPUtime=921.59 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 159407 1259 0 0 92135 24 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=320368 CPUtime=910.67 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 207501 1259 0 0 91031 36 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3675.51
Current children cumulated vsize (KiB) 320368

[startup+924.8 s]
/proc/loadavg: 8.09 8.11 8.02 9/379 26662
/proc/meminfo: memFree=22207512/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=320368 CPUtime=3688.27 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 623474 1259 0 0 368722 105 0 0 21 0 5 0 654805182 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 80092 51546 180 55 0 77978 0
[pid=26502/tid=26509] ppid=26500 vsize=320368 CPUtime=924.79 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 122861 1259 0 0 92458 21 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=320368 CPUtime=924.8 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 131727 1259 0 0 92459 21 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=320368 CPUtime=924.79 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 159407 1259 0 0 92455 24 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26502/tid=26512] ppid=26500 vsize=320368 CPUtime=913.83 cores=1,3,5,7
/proc/26502/task/26512/stat : 26512 (plingeling) R 26500 26502 26007 0 -1 4202560 208525 1259 0 0 91347 36 0 0 25 0 5 0 654805184 328056832 51546 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3688.27
Current children cumulated vsize (KiB) 320368

[startup+928.001 s]
/proc/loadavg: 8.09 8.11 8.02 9/379 26662
/proc/meminfo: memFree=22212844/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=320448 CPUtime=3700.73 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 626981 1259 0 0 369967 106 0 0 21 0 4 0 654805182 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 80112 51567 181 55 0 77998 0
[pid=26502/tid=26509] ppid=26500 vsize=320448 CPUtime=928 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 124909 1259 0 0 92778 22 0 0 25 0 4 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26510] ppid=26500 vsize=320448 CPUtime=928 cores=1,3,5,7
/proc/26502/task/26510/stat : 26510 (plingeling) R 26500 26502 26007 0 -1 4202560 131727 1259 0 0 92779 21 0 0 25 0 4 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=320448 CPUtime=927.99 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 159407 1259 0 0 92775 24 0 0 25 0 4 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3700.73
Current children cumulated vsize (KiB) 320448

[startup+929.614 s]
/proc/loadavg: 8.08 8.11 8.02 7/377 26663
/proc/meminfo: memFree=22209884/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=320448 CPUtime=3704.23 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 626981 1259 0 0 370317 106 0 0 21 0 3 0 654805182 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 80112 51567 181 55 0 77998 0
[pid=26502/tid=26509] ppid=26500 vsize=320448 CPUtime=929.62 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 124909 1259 0 0 92940 22 0 0 25 0 3 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=320448 CPUtime=929.61 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 159407 1259 0 0 92937 24 0 0 25 0 3 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3704.23
Current children cumulated vsize (KiB) 320448

[startup+930.4 s]
/proc/loadavg: 8.08 8.11 8.02 7/377 26663
/proc/meminfo: memFree=22209884/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=320448 CPUtime=3705.8 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 626981 1259 0 0 370474 106 0 0 21 0 3 0 654805182 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 80112 51567 181 55 0 77998 0
[pid=26502/tid=26509] ppid=26500 vsize=320448 CPUtime=930.4 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 124909 1259 0 0 93018 22 0 0 25 0 3 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26502/tid=26511] ppid=26500 vsize=320448 CPUtime=930.39 cores=1,3,5,7
/proc/26502/task/26511/stat : 26511 (plingeling) R 26500 26502 26007 0 -1 4202560 159407 1259 0 0 93015 24 0 0 25 0 3 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3705.8
Current children cumulated vsize (KiB) 320448

[startup+930.8 s]
/proc/loadavg: 8.08 8.11 8.02 6/376 26663
/proc/meminfo: memFree=22193028/32951124 swapFree=67111348/67111528
[pid=26502] ppid=26500 vsize=320448 CPUtime=3706.31 cores=1,3,5,7
/proc/26502/stat : 26502 (plingeling) S 26500 26502 26007 0 -1 4202496 626981 1259 0 0 370525 106 0 0 21 0 2 0 654805182 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 212699477989 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/26502/statm: 80112 51567 181 55 0 77998 0
[pid=26502/tid=26509] ppid=26500 vsize=320448 CPUtime=930.8 cores=1,3,5,7
/proc/26502/task/26509/stat : 26509 (plingeling) R 26500 26502 26007 0 -1 4202560 124909 1259 0 0 93058 22 0 0 25 0 2 0 654805184 328138752 51567 33554432000 4194304 4417452 140733407034512 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3706.31
Current children cumulated vsize (KiB) 320448

Child status: 20
Real time (s): 930.821
CPU time (s): 3706.34
CPU user time (s): 3705.27
CPU system time (s): 1.07384
CPU usage (%): 398.18
Max. virtual memory (cumulated for all children) (KiB): 384688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3705.27
system time used= 1.07384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628243
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= 55
involuntary context switches= 25074

runsolver used 3.17652 second user time and 7.8888 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 06:01:15
IDJOB=3371108
IDBENCH=85841
IDSOLVER=1848
FILE ID=node139/3371108-1305432074
RUNJOBID= node139-1305432074-26489
PBS_JOBID= 13324610
Free space on /tmp= 73408 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7/dead-dnd003.shuffled-as.sat05-3109.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371108-1305432074/watcher-3371108-1305432074 -o /tmp/evaluation-result-3371108-1305432074/solver-3371108-1305432074 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371108-1305432074.cnf

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

MD5SUM BENCH= d6a882056a7d77e09b3b073fbf028602
RANDOM SEED=1326878025

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22633976 kB
Buffers:        304564 kB
Cached:        2861156 kB
SwapCached:          0 kB
Active:        7991676 kB
Inactive:      2020768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22633976 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             140 kB
Writeback:           0 kB
AnonPages:     6847016 kB
Mapped:          28400 kB
Slab:           202588 kB
PageTables:      38232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76775488 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= 73404 MiB
End job on node139 at 2011-05-15 06:16:45