Trace number 3309990

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587UNSAT 19273 2424.05

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.02
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

19272.98/2424.05	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309990-1304019069/watcher-3309990-1304019069 -o /tmp/evaluation-result-3309990-1304019069/solver-3309990-1304019069 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309990-1304019069.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: 0.08 0.02 0.79 1/170 22445
/proc/meminfo: memFree=19624804/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=13628 CPUtime=0 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 1472 1261 0 0 0 0 0 0 23 0 1 0 513505319 13955072 1402 33554432000 4194304 4417332 140735378590256 18446744073709551615 228244348672 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 3407 1402 146 55 0 1293 0

[startup+0.0684269 s]
/proc/loadavg: 0.08 0.02 0.79 1/170 22445
/proc/meminfo: memFree=19624804/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=24368 CPUtime=0.06 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 4185 1261 0 0 6 0 0 0 23 0 1 0 513505319 24952832 4115 33554432000 4194304 4417332 140735378590256 18446744073709551615 4261983 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 6092 4115 148 55 0 3978 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24368

[startup+0.10042 s]
/proc/loadavg: 0.08 0.02 0.79 1/170 22445
/proc/meminfo: memFree=19624804/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=28464 CPUtime=0.09 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 5209 1261 0 0 9 0 0 0 23 0 1 0 513505319 29147136 5139 33554432000 4194304 4417332 140735378590256 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 7116 5139 148 55 0 5002 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28464

[startup+0.300398 s]
/proc/loadavg: 0.08 0.02 0.79 1/170 22445
/proc/meminfo: memFree=19624804/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=47436 CPUtime=0.29 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 9952 1261 0 0 29 0 0 0 24 0 1 0 513505319 48574464 9882 33554432000 4194304 4417332 140735378590256 18446744073709551615 4227760 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 11859 9882 148 55 0 9745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47436

[startup+0.700327 s]
/proc/loadavg: 0.08 0.02 0.79 1/170 22445
/proc/meminfo: memFree=19624804/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=114276 CPUtime=0.69 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 26662 1261 0 0 67 2 0 0 25 0 1 0 513505319 117018624 26592 33554432000 4194304 4417332 140735378590256 18446744073709551615 4264945 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 28569 26592 148 55 0 26455 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114276

[startup+1.98409 s]
/proc/loadavg: 0.08 0.02 0.79 1/170 22445
/proc/meminfo: memFree=19624804/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=252576 CPUtime=1.97 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 61299 1261 0 0 191 6 0 0 25 0 1 0 513505319 258637824 61167 33554432000 4194304 4417332 140735378590256 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 63144 61167 148 55 0 61030 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 252576

[startup+3.1009 s]
/proc/loadavg: 0.08 0.02 0.79 2/171 22451
/proc/meminfo: memFree=19344632/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=416416 CPUtime=3.09 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 102259 1261 0 0 298 11 0 0 25 0 1 0 513505319 426409984 102127 33554432000 4194304 4417332 140735378590256 18446744073709551615 4227905 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 104104 102127 148 55 0 101990 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 416416

[startup+6.30033 s]
/proc/loadavg: 0.15 0.03 0.79 2/171 22451
/proc/meminfo: memFree=19075876/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=819120 CPUtime=6.29 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 202935 1261 0 0 606 23 0 0 25 0 1 0 513505319 838778880 202803 33554432000 4194304 4417332 140735378590256 18446744073709551615 4259140 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 204780 202803 148 55 0 202666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 819120

[startup+12.7002 s]
/proc/loadavg: 0.22 0.05 0.79 2/171 22452
/proc/meminfo: memFree=18009752/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=1623360 CPUtime=12.69 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 404218 1261 0 0 1224 45 0 0 25 0 1 0 513505319 1662320640 403863 33554432000 4194304 4417332 140735378590256 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/22445/statm: 405840 403863 148 55 0 403726 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1623360

[startup+25.5009 s]
/proc/loadavg: 1.47 0.32 0.87 9/179 22460
/proc/meminfo: memFree=17816868/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=1946016 CPUtime=99.51 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 667420 1261 0 0 9864 87 0 0 19 0 9 0 513505319 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 486504 439408 178 55 0 484390 0
[pid=22445/tid=22453] ppid=22443 vsize=1946016 CPUtime=10.57 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 29215 1261 0 0 1054 3 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 4274913 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=1946016 CPUtime=10.58 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 29085 1261 0 0 1053 5 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 4302061 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=1946016 CPUtime=10.58 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 75866 1261 0 0 1048 10 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 4240345 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=1946016 CPUtime=10.58 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 10348 1261 0 0 1057 1 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=1946016 CPUtime=10.58 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 26729 1261 0 0 1054 4 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=1946016 CPUtime=10.58 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 34497 1261 0 0 1053 5 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 4274913 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=1946016 CPUtime=10.55 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 45421 1261 0 0 1049 6 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 4331653 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=1946016 CPUtime=10.52 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 12023 1261 0 0 1050 2 0 0 25 0 9 0 513506810 1992720384 439408 33554432000 4194304 4417332 140735378590256 18446744073709551615 228244046293 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.51
Current children cumulated vsize (KiB) 1946016

[startup+51.1005 s]
/proc/loadavg: 3.70 0.94 1.06 9/179 22461
/proc/meminfo: memFree=17873572/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=1927068 CPUtime=304.12 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 821542 1261 0 0 30304 108 0 0 19 0 9 0 513505319 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 481767 437902 181 55 0 479653 0
[pid=22445/tid=22453] ppid=22443 vsize=1927068 CPUtime=36.18 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 51304 1261 0 0 3612 6 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=1927068 CPUtime=36.17 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 51886 1261 0 0 3609 8 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=1927068 CPUtime=36.14 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 82010 1261 0 0 3603 11 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=1927068 CPUtime=36.18 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 10348 1261 0 0 3617 1 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232584 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=1927068 CPUtime=36.17 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 53808 1261 0 0 3609 8 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=1927068 CPUtime=36.17 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 71486 1261 0 0 3607 10 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=1927068 CPUtime=36.14 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 51785 1261 0 0 3608 6 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=1927068 CPUtime=35.97 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 44679 1261 0 0 3591 6 0 0 25 0 9 0 513506810 1973317632 437902 33554432000 4194304 4417332 140735378590256 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 304.12
Current children cumulated vsize (KiB) 1927068

[startup+102.306 s]
/proc/loadavg: 6.13 2.03 1.42 9/179 22462
/proc/meminfo: memFree=17846272/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=1961444 CPUtime=713.44 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 1028423 1261 0 0 71202 142 0 0 19 0 9 0 513505319 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 490361 444394 181 55 0 488247 0
[pid=22445/tid=22453] ppid=22443 vsize=1961444 CPUtime=87.37 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 51304 1261 0 0 8731 6 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364349 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=1961444 CPUtime=87.37 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 84895 1261 0 0 8722 15 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4269216 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=1961444 CPUtime=87.35 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 115012 1261 0 0 8720 15 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4288630 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=1961444 CPUtime=87.38 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 10348 1261 0 0 8737 1 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=1961444 CPUtime=87.37 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 91915 1261 0 0 8723 14 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4240028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=1961444 CPUtime=87.37 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 104488 1261 0 0 8720 17 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=1961444 CPUtime=87.35 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 86741 1261 0 0 8723 12 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4282496 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=1961444 CPUtime=86.9 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 79484 1261 0 0 8678 12 0 0 25 0 9 0 513506810 2008518656 444394 33554432000 4194304 4417332 140735378590256 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 713.44
Current children cumulated vsize (KiB) 1961444

[startup+162.301 s]
/proc/loadavg: 7.31 3.11 1.83 9/179 22464
/proc/meminfo: memFree=17763880/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=2041624 CPUtime=1193.06 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 1205772 1261 0 0 119136 170 0 0 19 0 9 0 513505319 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 510406 464471 181 55 0 508292 0
[pid=22445/tid=22453] ppid=22443 vsize=2041624 CPUtime=147.37 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 92491 1261 0 0 14724 13 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=2041624 CPUtime=147.35 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 121960 1261 0 0 14715 20 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=2041624 CPUtime=147.35 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 123411 1261 0 0 14718 17 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=2041624 CPUtime=147.38 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 10348 1261 0 0 14737 1 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=2041624 CPUtime=147.36 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 128980 1261 0 0 14716 20 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=2041624 CPUtime=147.36 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 108584 1261 0 0 14719 17 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=2041624 CPUtime=147.34 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 127888 1261 0 0 14716 18 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=2041624 CPUtime=146.57 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 87874 1261 0 0 14644 13 0 0 25 0 9 0 513506810 2090622976 464471 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1193.06
Current children cumulated vsize (KiB) 2041624


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

/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 306868 1261 0 0 236666 53 0 0 25 0 9 0 513506810 3856637952 895610 33554432000 4194304 4417332 140735378590256 18446744073709551615 4254893 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=3766248 CPUtime=2367.4 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 306003 1261 0 0 236686 54 0 0 25 0 9 0 513506810 3856637952 895610 33554432000 4194304 4417332 140735378590256 18446744073709551615 4237371 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=3766248 CPUtime=2367.32 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 311366 1261 0 0 236681 51 0 0 25 0 9 0 513506810 3856637952 895610 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=3766248 CPUtime=2354.52 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 335378 1261 0 0 235399 53 0 0 25 0 9 0 513506810 3856637952 895610 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236554 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18940.2
Current children cumulated vsize (KiB) 3766248

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

[startup+2407.4 s]
/proc/loadavg: 8.00 8.04 7.47 9/179 22536
/proc/meminfo: memFree=17196552/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=2609996 CPUtime=19140.9 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 3531828 1261 0 0 1913500 586 0 0 19 0 9 0 513505319 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 652499 606547 181 55 0 650385 0
[pid=22445/tid=22453] ppid=22443 vsize=2609996 CPUtime=2391.66 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 299129 1261 0 0 239118 48 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=2609996 CPUtime=2392.49 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 422905 1261 0 0 239179 70 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=2609996 CPUtime=2392.5 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 361962 1261 0 0 239201 49 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236764 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=2609996 CPUtime=2392.53 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 780628 1261 0 0 239097 156 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=2609996 CPUtime=2392.28 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 310126 1261 0 0 239175 53 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4251100 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=2609996 CPUtime=2392.5 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 306098 1261 0 0 239196 54 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4264926 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=2609996 CPUtime=2392.42 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 311366 1261 0 0 239191 51 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=2609996 CPUtime=2379.48 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 335378 1261 0 0 237895 53 0 0 25 0 9 0 513506810 2672635904 606547 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19140.9
Current children cumulated vsize (KiB) 2609996

[startup+2413.8 s]
/proc/loadavg: 8.00 8.04 7.48 9/179 22536
/proc/meminfo: memFree=17190416/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=2616444 CPUtime=19192 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 3533446 1261 0 0 1918616 586 0 0 19 0 9 0 513505319 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 654111 608159 181 55 0 651997 0
[pid=22445/tid=22453] ppid=22443 vsize=2616444 CPUtime=2398.06 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 299213 1261 0 0 239758 48 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=2616444 CPUtime=2398.89 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 422905 1261 0 0 239819 70 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=2616444 CPUtime=2398.9 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 361962 1261 0 0 239841 49 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=2616444 CPUtime=2398.93 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 782162 1261 0 0 239737 156 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=2616444 CPUtime=2398.68 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 310126 1261 0 0 239815 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=2616444 CPUtime=2398.9 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 306098 1261 0 0 239836 54 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=2616444 CPUtime=2398.82 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 311366 1261 0 0 239831 51 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=2616444 CPUtime=2385.85 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 335378 1261 0 0 238532 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19192
Current children cumulated vsize (KiB) 2616444

[startup+2420.2 s]
/proc/loadavg: 8.00 8.04 7.48 9/179 22536
/proc/meminfo: memFree=17190412/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=2616444 CPUtime=19243.2 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 3533446 1261 0 0 1923732 586 0 0 19 0 9 0 513505319 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 654111 608159 181 55 0 651997 0
[pid=22445/tid=22453] ppid=22443 vsize=2616444 CPUtime=2404.46 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 299213 1261 0 0 240398 48 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=2616444 CPUtime=2405.29 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 422905 1261 0 0 240459 70 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=2616444 CPUtime=2405.3 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 361962 1261 0 0 240481 49 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=2616444 CPUtime=2405.33 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 782162 1261 0 0 240377 156 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=2616444 CPUtime=2405.08 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 310126 1261 0 0 240455 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4365104 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=2616444 CPUtime=2405.3 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 306098 1261 0 0 240476 54 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=2616444 CPUtime=2405.22 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 311366 1261 0 0 240471 51 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=2616444 CPUtime=2392.21 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 335378 1261 0 0 239168 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232705 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19243.2
Current children cumulated vsize (KiB) 2616444

[startup+2421.8 s]
/proc/loadavg: 8.00 8.04 7.48 9/179 22536
/proc/meminfo: memFree=17190412/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=2616444 CPUtime=19256 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 3533446 1261 0 0 1925011 586 0 0 19 0 9 0 513505319 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 654111 608159 181 55 0 651997 0
[pid=22445/tid=22453] ppid=22443 vsize=2616444 CPUtime=2406.06 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 299213 1261 0 0 240558 48 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=2616444 CPUtime=2406.89 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 422905 1261 0 0 240619 70 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=2616444 CPUtime=2406.9 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 361962 1261 0 0 240641 49 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4365872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=2616444 CPUtime=2406.93 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 782162 1261 0 0 240537 156 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=2616444 CPUtime=2406.68 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 310126 1261 0 0 240615 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=2616444 CPUtime=2406.9 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 306098 1261 0 0 240636 54 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=2616444 CPUtime=2406.82 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 311366 1261 0 0 240631 51 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236764 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=2616444 CPUtime=2393.8 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 335378 1261 0 0 239327 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19256
Current children cumulated vsize (KiB) 2616444

[startup+2423.4 s]
/proc/loadavg: 8.00 8.04 7.48 9/179 22536
/proc/meminfo: memFree=17190412/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=2616444 CPUtime=19268.8 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 3533446 1261 0 0 1926290 586 0 0 19 0 9 0 513505319 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 654111 608159 181 55 0 651997 0
[pid=22445/tid=22453] ppid=22443 vsize=2616444 CPUtime=2407.66 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 299213 1261 0 0 240718 48 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=2616444 CPUtime=2408.49 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 422905 1261 0 0 240779 70 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=2616444 CPUtime=2408.5 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 361962 1261 0 0 240801 49 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232623 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=2616444 CPUtime=2408.53 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 782162 1261 0 0 240697 156 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4353408 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=2616444 CPUtime=2408.28 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 310126 1261 0 0 240775 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4357167 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=2616444 CPUtime=2408.5 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 306098 1261 0 0 240796 54 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4278215 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=2616444 CPUtime=2408.42 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 311366 1261 0 0 240791 51 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364289 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=2616444 CPUtime=2395.39 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 335378 1261 0 0 239486 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19268.8
Current children cumulated vsize (KiB) 2616444

[startup+2423.8 s]
/proc/loadavg: 8.00 8.04 7.48 9/179 22536
/proc/meminfo: memFree=17190412/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=2616444 CPUtime=19272 cores=0-7
/proc/22445/stat : 22445 (plingeling) S 22443 22445 22419 0 -1 4202496 3533446 1261 0 0 1926611 586 0 0 19 0 9 0 513505319 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 7 0 0 0
/proc/22445/statm: 654111 608159 181 55 0 651997 0
[pid=22445/tid=22453] ppid=22443 vsize=2616444 CPUtime=2408.06 cores=0-7
/proc/22445/task/22453/stat : 22453 (plingeling) R 22443 22445 22419 0 -1 4202560 299213 1261 0 0 240758 48 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22445/tid=22454] ppid=22443 vsize=2616444 CPUtime=2408.89 cores=0-7
/proc/22445/task/22454/stat : 22454 (plingeling) R 22443 22445 22419 0 -1 4202560 422905 1261 0 0 240819 70 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22445/tid=22455] ppid=22443 vsize=2616444 CPUtime=2408.9 cores=0-7
/proc/22445/task/22455/stat : 22455 (plingeling) R 22443 22445 22419 0 -1 4202560 361962 1261 0 0 240841 49 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22445/tid=22456] ppid=22443 vsize=2616444 CPUtime=2408.93 cores=0-7
/proc/22445/task/22456/stat : 22456 (plingeling) R 22443 22445 22419 0 -1 4202560 782162 1261 0 0 240737 156 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22445/tid=22457] ppid=22443 vsize=2616444 CPUtime=2408.68 cores=0-7
/proc/22445/task/22457/stat : 22457 (plingeling) R 22443 22445 22419 0 -1 4202560 310126 1261 0 0 240815 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22445/tid=22458] ppid=22443 vsize=2616444 CPUtime=2408.9 cores=0-7
/proc/22445/task/22458/stat : 22458 (plingeling) R 22443 22445 22419 0 -1 4202560 306098 1261 0 0 240836 54 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4275856 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22445/tid=22459] ppid=22443 vsize=2616444 CPUtime=2408.82 cores=0-7
/proc/22445/task/22459/stat : 22459 (plingeling) R 22443 22445 22419 0 -1 4202560 311366 1261 0 0 240831 51 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22445/tid=22460] ppid=22443 vsize=2616444 CPUtime=2395.79 cores=0-7
/proc/22445/task/22460/stat : 22460 (plingeling) R 22443 22445 22419 0 -1 4202560 335378 1261 0 0 239526 53 0 0 25 0 9 0 513506810 2679238656 608159 33554432000 4194304 4417332 140735378590256 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19272
Current children cumulated vsize (KiB) 2616444

[startup+2424 s]
/proc/loadavg: 8.00 8.04 7.48 9/179 22536
/proc/meminfo: memFree=17190412/32951124 swapFree=67111464/67111528
[pid=22445] ppid=22443 vsize=1216516 CPUtime=19273 cores=0-7
/proc/22445/stat : 22445 (plingeling) R 22443 22445 22419 0 -1 4202496 3533447 1261 0 0 1926705 593 0 0 17 0 1 0 513505319 1245712384 257916 33554432000 4194304 4417332 140735378590256 18446744073709551615 228244392071 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22445/statm: 304129 257916 182 55 0 302015 0
Current children cumulated CPU time (s) 19273
Current children cumulated vsize (KiB) 1216516

Child status: 20
Real time (s): 2424.05
CPU time (s): 19273
CPU user time (s): 19267.1
CPU system time (s): 5.99109
CPU usage (%): 795.075
Max. virtual memory (cumulated for all children) (KiB): 3766248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19267.1
system time used= 5.99109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3534711
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= 366
involuntary context switches= 93987

runsolver used 3.64445 second user time and 9.55155 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 21:31:14
IDJOB=3309990
IDBENCH=85005
IDSOLVER=1695
FILE ID=node136/3309990-1304019069
RUNJOBID= node136-1304019069-22433
PBS_JOBID= 13170281
Free space on /tmp= 72184 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309990-1304019069/watcher-3309990-1304019069 -o /tmp/evaluation-result-3309990-1304019069/solver-3309990-1304019069 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309990-1304019069.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=1711100910

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19625084 kB
Buffers:       1736808 kB
Cached:       10942584 kB
SwapCached:         60 kB
Active:        5828292 kB
Inactive:      6914804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19625084 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:          156528 kB
Writeback:           0 kB
AnonPages:       63116 kB
Mapped:          14428 kB
Slab:           520132 kB
PageTables:       4196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181924 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= 72180 MiB
End job on node136 at 2011-04-28 22:11:38