Trace number 3372587

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 178.211 23.1084

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.55146
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 7.49 7.93 7.31 2/350 30868
/proc/meminfo: memFree=18463896/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=12924 CPUtime=0 cores=0-7
/proc/30868/stat : 30868 (plingeling) R 30866 30868 30635 0 -1 4202496 1309 1254 0 0 0 0 0 0 22 0 1 0 636336301 13234176 1238 33554432000 4194304 4417452 140734136243760 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30868/statm: 3231 1238 148 55 0 1117 0

[startup+0.082199 s]
/proc/loadavg: 7.49 7.93 7.31 2/350 30868
/proc/meminfo: memFree=18463896/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=28256 CPUtime=0.07 cores=0-7
/proc/30868/stat : 30868 (plingeling) R 30866 30868 30635 0 -1 4202496 5159 1254 0 0 7 0 0 0 22 0 1 0 636336301 28934144 5088 33554432000 4194304 4417452 140734136243760 18446744073709551615 4232473 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30868/statm: 7064 5088 149 55 0 4950 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 28256

[startup+0.100183 s]
/proc/loadavg: 7.49 7.93 7.31 2/350 30868
/proc/meminfo: memFree=18463896/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=28256 CPUtime=0.08 cores=0-7
/proc/30868/stat : 30868 (plingeling) R 30866 30868 30635 0 -1 4202496 5159 1254 0 0 8 0 0 0 22 0 1 0 636336301 28934144 5088 33554432000 4194304 4417452 140734136243760 18446744073709551615 4264930 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30868/statm: 7064 5088 149 55 0 4950 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28256

[startup+0.300147 s]
/proc/loadavg: 7.49 7.93 7.31 2/350 30868
/proc/meminfo: memFree=18463896/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=80984 CPUtime=0.28 cores=0-7
/proc/30868/stat : 30868 (plingeling) R 30866 30868 30635 0 -1 4202496 18357 1254 0 0 26 2 0 0 23 0 1 0 636336301 82927616 18270 33554432000 4194304 4417452 140734136243760 18446744073709551615 4235999 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30868/statm: 20246 18270 149 55 0 18132 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 80984

[startup+0.701076 s]
/proc/loadavg: 7.49 7.93 7.31 2/350 30868
/proc/meminfo: memFree=18463896/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=151140 CPUtime=0.69 cores=0-7
/proc/30868/stat : 30868 (plingeling) R 30866 30868 30635 0 -1 4202496 35896 1254 0 0 65 4 0 0 25 0 1 0 636336301 154767360 35809 33554432000 4194304 4417452 140734136243760 18446744073709551615 233510297344 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/30868/statm: 37785 35809 149 55 0 35671 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151140

[startup+1.5009 s]
/proc/loadavg: 7.49 7.93 7.31 10/359 30882
/proc/meminfo: memFree=18276452/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=411020 CPUtime=6.25 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 77982 1254 0 0 614 11 0 0 18 0 9 0 636336301 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 102755 48505 171 55 0 100641 0
[pid=30868/tid=30875] ppid=30866 vsize=411020 CPUtime=0.67 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 7268 1254 0 0 66 1 0 0 18 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4288920 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=411020 CPUtime=0.63 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 6132 1254 0 0 63 0 0 0 25 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=411020 CPUtime=0.67 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 6356 1254 0 0 67 0 0 0 25 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=411020 CPUtime=0.68 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2564 1254 0 0 68 0 0 0 20 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4232636 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=411020 CPUtime=0.67 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 5452 1254 0 0 67 0 0 0 18 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4288704 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=411020 CPUtime=0.68 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 3865 1254 0 0 68 0 0 0 20 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=411020 CPUtime=0.68 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 4046 1254 0 0 68 0 0 0 18 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4284341 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=411020 CPUtime=0.68 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 6387 1254 0 0 68 0 0 0 18 0 9 0 636336382 420884480 48505 33554432000 4194304 4417452 140734136243760 18446744073709551615 4286255 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 411020

[startup+3.10061 s]
/proc/loadavg: 7.49 7.93 7.31 9/359 30882
/proc/meminfo: memFree=18268764/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=401828 CPUtime=19.03 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 79233 1254 0 0 1892 11 0 0 18 0 9 0 636336301 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 100457 46242 174 55 0 98343 0
[pid=30868/tid=30875] ppid=30866 vsize=401828 CPUtime=2.25 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 7268 1254 0 0 224 1 0 0 21 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=401828 CPUtime=2.23 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 6132 1254 0 0 223 0 0 0 25 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=401828 CPUtime=2.27 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 6356 1254 0 0 227 0 0 0 25 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=401828 CPUtime=2.28 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2564 1254 0 0 228 0 0 0 25 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=401828 CPUtime=2.27 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 6700 1254 0 0 227 0 0 0 21 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=401828 CPUtime=2.28 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 3865 1254 0 0 228 0 0 0 25 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4264180 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=401828 CPUtime=2.28 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 4049 1254 0 0 228 0 0 0 21 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4346501 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=401828 CPUtime=2.28 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 6387 1254 0 0 228 0 0 0 21 0 9 0 636336382 411471872 46242 33554432000 4194304 4417452 140734136243760 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.03
Current children cumulated vsize (KiB) 401828

[startup+6.30104 s]
/proc/loadavg: 7.53 7.93 7.31 9/359 30882
/proc/meminfo: memFree=18203416/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=448052 CPUtime=44.6 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 107833 1254 0 0 4443 17 0 0 18 0 9 0 636336301 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 112013 63594 179 55 0 109899 0
[pid=30868/tid=30875] ppid=30866 vsize=448052 CPUtime=5.41 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 11370 1254 0 0 540 1 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4252121 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=448052 CPUtime=5.43 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 9211 1254 0 0 542 1 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4253320 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=448052 CPUtime=5.48 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9252 1254 0 0 547 1 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=448052 CPUtime=5.48 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2566 1254 0 0 548 0 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=448052 CPUtime=5.48 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 15087 1254 0 0 546 2 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4252204 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=448052 CPUtime=5.48 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 6943 1254 0 0 547 1 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4253214 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=448052 CPUtime=5.48 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 6099 1254 0 0 547 1 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=448052 CPUtime=5.48 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 11393 1254 0 0 547 1 0 0 25 0 9 0 636336382 458805248 63594 33554432000 4194304 4417452 140734136243760 18446744073709551615 4253228 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 44.6
Current children cumulated vsize (KiB) 448052

[startup+12.7009 s]
/proc/loadavg: 7.56 7.94 7.32 9/359 30882
/proc/meminfo: memFree=18249840/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=423068 CPUtime=95.72 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 124349 1254 0 0 9553 19 0 0 18 0 9 0 636336301 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 105767 52147 180 55 0 103653 0
[pid=30868/tid=30875] ppid=30866 vsize=423068 CPUtime=11.74 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 13428 1254 0 0 1173 1 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4353666 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=423068 CPUtime=11.83 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 13318 1254 0 0 1182 1 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4301995 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=423068 CPUtime=11.88 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9296 1254 0 0 1187 1 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=423068 CPUtime=11.88 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2566 1254 0 0 1188 0 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=423068 CPUtime=11.87 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 18169 1254 0 0 1185 2 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=423068 CPUtime=11.88 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 8993 1254 0 0 1186 2 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364474 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=423068 CPUtime=11.88 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 6143 1254 0 0 1187 1 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4366523 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=423068 CPUtime=11.88 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 16524 1254 0 0 1187 1 0 0 25 0 9 0 636336382 433221632 52147 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 95.72
Current children cumulated vsize (KiB) 423068

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

[startup+19.1007 s]
/proc/loadavg: 7.60 7.94 7.32 9/359 30883
/proc/meminfo: memFree=18242896/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=442048 CPUtime=146.84 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 129158 1254 0 0 14665 19 0 0 18 0 9 0 636336301 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 110512 56892 180 55 0 108398 0
[pid=30868/tid=30875] ppid=30866 vsize=442048 CPUtime=18.06 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 14460 1254 0 0 1805 1 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4366458 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=442048 CPUtime=18.23 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 14576 1254 0 0 1821 2 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=442048 CPUtime=18.28 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9296 1254 0 0 1827 1 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=442048 CPUtime=18.28 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2566 1254 0 0 1828 0 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4236975 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=442048 CPUtime=18.27 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 18177 1254 0 0 1825 2 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=442048 CPUtime=18.28 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 10246 1254 0 0 1826 2 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=442048 CPUtime=18.28 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 6143 1254 0 0 1827 1 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=442048 CPUtime=18.28 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 17782 1254 0 0 1826 2 0 0 25 0 9 0 636336382 452657152 56892 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 146.84
Current children cumulated vsize (KiB) 442048

[startup+20.7005 s]
/proc/loadavg: 7.60 7.94 7.32 9/359 30883
/proc/meminfo: memFree=18232968/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=445356 CPUtime=159.62 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 130770 1254 0 0 15943 19 0 0 18 0 9 0 636336301 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 111339 57719 180 55 0 109225 0
[pid=30868/tid=30875] ppid=30866 vsize=445356 CPUtime=19.65 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 14460 1254 0 0 1964 1 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4272829 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=445356 CPUtime=19.83 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 14772 1254 0 0 1981 2 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4253272 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=445356 CPUtime=19.87 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9296 1254 0 0 1986 1 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=445356 CPUtime=19.88 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2566 1254 0 0 1988 0 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=445356 CPUtime=19.87 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 19201 1254 0 0 1985 2 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4366035 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=445356 CPUtime=19.88 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 10443 1254 0 0 1986 2 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4248222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=445356 CPUtime=19.88 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 6143 1254 0 0 1987 1 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=445356 CPUtime=19.88 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 17977 1254 0 0 1986 2 0 0 25 0 9 0 636336382 456044544 57719 33554432000 4194304 4417452 140734136243760 18446744073709551615 4252879 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 159.62
Current children cumulated vsize (KiB) 445356

[startup+22.3012 s]
/proc/loadavg: 7.63 7.94 7.32 9/359 30883
/proc/meminfo: memFree=18232852/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=445344 CPUtime=172.41 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 130770 1254 0 0 17222 19 0 0 18 0 9 0 636336301 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 111336 57716 180 55 0 109222 0
[pid=30868/tid=30875] ppid=30866 vsize=445344 CPUtime=21.23 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 14460 1254 0 0 2122 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=445344 CPUtime=21.43 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 14772 1254 0 0 2141 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=445344 CPUtime=21.48 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9296 1254 0 0 2147 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=445344 CPUtime=21.48 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2566 1254 0 0 2148 0 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=445344 CPUtime=21.47 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 19201 1254 0 0 2145 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=445344 CPUtime=21.48 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 10443 1254 0 0 2146 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4270989 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=445344 CPUtime=21.48 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 6143 1254 0 0 2147 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4236845 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=445344 CPUtime=21.48 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 17977 1254 0 0 2146 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 172.41
Current children cumulated vsize (KiB) 445344

[startup+22.7011 s]
/proc/loadavg: 7.63 7.94 7.32 9/359 30883
/proc/meminfo: memFree=18232852/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=445344 CPUtime=175.61 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 130770 1254 0 0 17542 19 0 0 18 0 9 0 636336301 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 111336 57716 180 55 0 109222 0
[pid=30868/tid=30875] ppid=30866 vsize=445344 CPUtime=21.63 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 14460 1254 0 0 2162 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=445344 CPUtime=21.83 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 14772 1254 0 0 2181 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4278535 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=445344 CPUtime=21.88 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9296 1254 0 0 2187 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=445344 CPUtime=21.88 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2566 1254 0 0 2188 0 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4365118 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=445344 CPUtime=21.87 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 19201 1254 0 0 2185 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4353572 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=445344 CPUtime=21.88 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 10443 1254 0 0 2186 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4236906 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=445344 CPUtime=21.88 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 6143 1254 0 0 2187 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4365959 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=445344 CPUtime=21.88 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 17977 1254 0 0 2186 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4265360 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 175.61
Current children cumulated vsize (KiB) 445344

[startup+22.9011 s]
/proc/loadavg: 7.63 7.94 7.32 9/359 30883
/proc/meminfo: memFree=18232852/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=445344 CPUtime=177.21 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 130770 1254 0 0 17702 19 0 0 18 0 9 0 636336301 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 111336 57716 180 55 0 109222 0
[pid=30868/tid=30875] ppid=30866 vsize=445344 CPUtime=21.83 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 14460 1254 0 0 2182 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=445344 CPUtime=22.03 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 14772 1254 0 0 2201 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=445344 CPUtime=22.08 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9296 1254 0 0 2207 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30878] ppid=30866 vsize=445344 CPUtime=22.08 cores=0-7
/proc/30868/task/30878/stat : 30878 (plingeling) R 30866 30868 30635 0 -1 4202560 2566 1254 0 0 2208 0 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=445344 CPUtime=22.07 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 19201 1254 0 0 2205 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 18446744073699065863 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=30868/tid=30880] ppid=30866 vsize=445344 CPUtime=22.08 cores=0-7
/proc/30868/task/30880/stat : 30880 (plingeling) R 30866 30868 30635 0 -1 4202560 10443 1254 0 0 2206 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4255904 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=30868/tid=30881] ppid=30866 vsize=445344 CPUtime=22.08 cores=0-7
/proc/30868/task/30881/stat : 30881 (plingeling) R 30866 30868 30635 0 -1 4202560 6143 1254 0 0 2207 1 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4353661 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=30868/tid=30882] ppid=30866 vsize=445344 CPUtime=22.08 cores=0-7
/proc/30868/task/30882/stat : 30882 (plingeling) R 30866 30868 30635 0 -1 4202560 17977 1254 0 0 2206 2 0 0 25 0 9 0 636336382 456032256 57716 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 177.21
Current children cumulated vsize (KiB) 445344

[startup+23.001 s]
/proc/loadavg: 7.63 7.94 7.32 8/358 30883
/proc/meminfo: memFree=18232852/32951124 swapFree=67111348/67111528
[pid=30868] ppid=30866 vsize=445344 CPUtime=178.06 cores=0-7
/proc/30868/stat : 30868 (plingeling) S 30866 30868 30635 0 -1 4202496 130771 1254 0 0 17787 19 0 0 18 0 5 0 636336301 456032256 57717 33554432000 4194304 4417452 140734136243760 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/30868/statm: 111336 57717 181 55 0 109222 0
[pid=30868/tid=30875] ppid=30866 vsize=445344 CPUtime=21.94 cores=0-7
/proc/30868/task/30875/stat : 30875 (plingeling) R 30866 30868 30635 0 -1 4202560 14460 1254 0 0 2193 1 0 0 25 0 5 0 636336382 456032256 57717 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=30868/tid=30876] ppid=30866 vsize=445344 CPUtime=22.15 cores=0-7
/proc/30868/task/30876/stat : 30876 (plingeling) R 30866 30868 30635 0 -1 4202560 14772 1254 0 0 2213 2 0 0 25 0 5 0 636336382 456032256 57717 33554432000 4194304 4417452 140734136243760 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=30868/tid=30877] ppid=30866 vsize=445344 CPUtime=22.19 cores=0-7
/proc/30868/task/30877/stat : 30877 (plingeling) R 30866 30868 30635 0 -1 4202560 9296 1254 0 0 2218 1 0 0 25 0 5 0 636336382 456032256 57717 33554432000 4194304 4417452 140734136243760 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=30868/tid=30879] ppid=30866 vsize=445344 CPUtime=22.19 cores=0-7
/proc/30868/task/30879/stat : 30879 (plingeling) R 30866 30868 30635 0 -1 4202560 19201 1254 0 0 2217 2 0 0 25 0 5 0 636336382 456032256 57717 33554432000 4194304 4417452 140734136243760 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 178.06
Current children cumulated vsize (KiB) 445344

Child status: 20
Real time (s): 23.1084
CPU time (s): 178.211
CPU user time (s): 177.995
CPU system time (s): 0.215967
CPU usage (%): 771.194
Max. virtual memory (cumulated for all children) (KiB): 507692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.995
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132028
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= 260
involuntary context switches= 882

runsolver used 0.085986 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 08:00:04
IDJOB=3372587
IDBENCH=82471
IDSOLVER=1851
FILE ID=node145/3372587-1305439204
RUNJOBID= node145-1305437446-30649
PBS_JOBID= 13324774
Free space on /tmp= 73668 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372587-1305439204/watcher-3372587-1305439204 -o /tmp/evaluation-result-3372587-1305439204/solver-3372587-1305439204 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3372587-1305439204.cnf

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=909733661

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18464308 kB
Buffers:        309972 kB
Cached:        8346248 kB
SwapCached:          0 kB
Active:        7416092 kB
Inactive:      6713044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18464308 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6384 kB
Writeback:           4 kB
AnonPages:     5473204 kB
Mapped:          27472 kB
Slab:           256324 kB
PageTables:      33684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79336540 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= 73668 MiB
End job on node145 at 2011-05-15 08:00:28