Trace number 3371470

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 3391.71 851.168

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

3391.61/851.16	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-3371470-1305422257/watcher-3371470-1305422257 -o /tmp/evaluation-result-3371470-1305422257/solver-3371470-1305422257 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371470-1305422257.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.01 7.79 7.81 2/383 14012
/proc/meminfo: memFree=14733096/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=12276 CPUtime=0 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) R 14010 14012 12655 0 -1 4202496 1163 1253 0 0 0 0 0 0 25 0 1 0 732456435 12570624 1092 33554432000 4194304 4417452 140735937561360 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14012/statm: 3069 1092 148 55 0 955 0

[startup+0.015099 s]
/proc/loadavg: 8.01 7.79 7.81 2/383 14012
/proc/meminfo: memFree=14733096/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=13580 CPUtime=0.01 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) R 14010 14012 12655 0 -1 4202496 1490 1253 0 0 1 0 0 0 25 0 1 0 732456435 13905920 1419 33554432000 4194304 4417452 140735937561360 18446744073709551615 4227949 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14012/statm: 3395 1419 149 55 0 1281 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13580

[startup+0.100137 s]
/proc/loadavg: 8.01 7.79 7.81 2/383 14012
/proc/meminfo: memFree=14733096/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=28712 CPUtime=0.09 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) R 14010 14012 12655 0 -1 4202496 5276 1253 0 0 9 0 0 0 25 0 1 0 732456435 29401088 5202 33554432000 4194304 4417452 140735937561360 18446744073709551615 216735178496 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14012/statm: 7178 5202 149 55 0 5064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28712

[startup+0.301102 s]
/proc/loadavg: 8.01 7.79 7.81 2/383 14012
/proc/meminfo: memFree=14733096/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=77512 CPUtime=0.28 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) R 14010 14012 12655 0 -1 4202496 17177 1253 0 0 27 1 0 0 25 0 1 0 732456435 79372288 17073 33554432000 4194304 4417452 140735937561360 18446744073709551615 216734872669 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/14012/statm: 19378 17096 149 55 0 17264 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77512

[startup+0.700986 s]
/proc/loadavg: 8.01 7.79 7.81 2/383 14012
/proc/meminfo: memFree=14733096/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=174972 CPUtime=0.74 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 36088 1253 0 0 70 4 0 0 25 0 5 0 732456435 179171328 31540 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 43743 31540 158 55 0 41629 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 174972

[startup+1.50085 s]
/proc/loadavg: 8.00 7.79 7.81 10/392 14026
/proc/meminfo: memFree=14511552/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=196384 CPUtime=3.92 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 66884 1253 0 0 383 9 0 0 25 0 5 0 732456435 201097216 36876 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 49096 36876 173 55 0 46982 0
[pid=14012/tid=14023] ppid=14010 vsize=196384 CPUtime=0.81 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 9785 1253 0 0 80 1 0 0 25 0 5 0 732456502 201097216 36876 33554432000 4194304 4417452 140735937561360 18446744073709551615 4269216 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=196384 CPUtime=0.78 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 8769 1253 0 0 77 1 0 0 25 0 5 0 732456502 201097216 36876 33554432000 4194304 4417452 140735937561360 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=196384 CPUtime=0.81 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 8973 1253 0 0 80 1 0 0 25 0 5 0 732456502 201097216 36876 33554432000 4194304 4417452 140735937561360 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=196384 CPUtime=0.82 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3277 1253 0 0 82 0 0 0 25 0 5 0 732456502 201097216 36876 33554432000 4194304 4417452 140735937561360 18446744073709551615 4232670 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 196384

[startup+3.10057 s]
/proc/loadavg: 8.00 7.79 7.81 9/392 14026
/proc/meminfo: memFree=14492708/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=234744 CPUtime=10.3 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 90619 1253 0 0 1018 12 0 0 25 0 5 0 732456435 240377856 45445 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 58686 45445 175 55 0 56572 0
[pid=14012/tid=14023] ppid=14010 vsize=234744 CPUtime=2.41 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 17433 1253 0 0 239 2 0 0 25 0 5 0 732456502 240377856 45445 33554432000 4194304 4417452 140735937561360 18446744073709551615 4232498 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=234744 CPUtime=2.38 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 19320 1253 0 0 236 2 0 0 25 0 5 0 732456502 240377856 45445 33554432000 4194304 4417452 140735937561360 18446744073709551615 4274888 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=234744 CPUtime=2.39 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 14509 1253 0 0 238 1 0 0 25 0 5 0 732456502 240377856 45445 33554432000 4194304 4417452 140735937561360 18446744073709551615 4265832 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=234744 CPUtime=2.42 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3277 1253 0 0 242 0 0 0 25 0 5 0 732456502 240377856 45445 33554432000 4194304 4417452 140735937561360 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 234744

[startup+6.30101 s]
/proc/loadavg: 8.00 7.79 7.81 9/392 14026
/proc/meminfo: memFree=14471032/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=235700 CPUtime=23.05 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 101474 1253 0 0 2292 13 0 0 25 0 5 0 732456435 241356800 46723 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 58925 46723 179 55 0 56811 0
[pid=14012/tid=14023] ppid=14010 vsize=235700 CPUtime=5.61 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 20266 1253 0 0 559 2 0 0 25 0 5 0 732456502 241356800 46723 33554432000 4194304 4417452 140735937561360 18446744073709551615 4272173 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=235700 CPUtime=5.58 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 20350 1253 0 0 555 3 0 0 25 0 5 0 732456502 241356800 46723 33554432000 4194304 4417452 140735937561360 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=235700 CPUtime=5.55 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 21500 1253 0 0 553 2 0 0 25 0 5 0 732456502 241356800 46723 33554432000 4194304 4417452 140735937561360 18446744073709551615 4377243 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=235700 CPUtime=5.62 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3278 1253 0 0 562 0 0 0 25 0 5 0 732456502 241356800 46723 33554432000 4194304 4417452 140735937561360 18446744073709551615 4353572 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 235700

[startup+12.7009 s]
/proc/loadavg: 8.00 7.80 7.81 9/392 14026
/proc/meminfo: memFree=14375076/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=324140 CPUtime=48.57 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 126052 1253 0 0 4840 17 0 0 25 0 5 0 732456435 331919360 68833 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 81035 68833 179 55 0 78921 0
[pid=14012/tid=14023] ppid=14010 vsize=324140 CPUtime=12.01 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 32555 1253 0 0 1197 4 0 0 25 0 5 0 732456502 331919360 68833 33554432000 4194304 4417452 140735937561360 18446744073709551615 4249181 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=324140 CPUtime=11.98 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 32639 1253 0 0 1193 5 0 0 25 0 5 0 732456502 331919360 68833 33554432000 4194304 4417452 140735937561360 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=324140 CPUtime=11.87 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 21500 1253 0 0 1185 2 0 0 25 0 5 0 732456502 331919360 68833 33554432000 4194304 4417452 140735937561360 18446744073709551615 4365996 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=324140 CPUtime=12.02 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3278 1253 0 0 1202 0 0 0 25 0 5 0 732456502 331919360 68833 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.57
Current children cumulated vsize (KiB) 324140

[startup+25.5007 s]
/proc/loadavg: 8.00 7.80 7.81 10/392 14027
/proc/meminfo: memFree=14425056/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=273744 CPUtime=99.6 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 126186 1253 0 0 9943 17 0 0 25 0 5 0 732456435 280313856 56235 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 68436 56235 180 55 0 66322 0
[pid=14012/tid=14023] ppid=14010 vsize=273744 CPUtime=24.81 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 32583 1253 0 0 2477 4 0 0 25 0 5 0 732456502 280313856 56235 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=273744 CPUtime=24.78 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 32666 1253 0 0 2473 5 0 0 25 0 5 0 732456502 280313856 56235 33554432000 4194304 4417452 140735937561360 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=273744 CPUtime=24.5 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 21579 1253 0 0 2448 2 0 0 25 0 5 0 732456502 280313856 56235 33554432000 4194304 4417452 140735937561360 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=273744 CPUtime=24.82 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3278 1253 0 0 2482 0 0 0 25 0 5 0 732456502 280313856 56235 33554432000 4194304 4417452 140735937561360 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.6
Current children cumulated vsize (KiB) 273744

[startup+51.1012 s]
/proc/loadavg: 8.00 7.82 7.82 9/392 14027
/proc/meminfo: memFree=14414468/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=273712 CPUtime=201.69 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 126280 1253 0 0 20151 18 0 0 25 0 5 0 732456435 280281088 56227 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 68428 56227 180 55 0 66314 0
[pid=14012/tid=14023] ppid=14010 vsize=273712 CPUtime=50.41 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 32595 1253 0 0 5037 4 0 0 25 0 5 0 732456502 280281088 56227 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=273712 CPUtime=50.38 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 32677 1253 0 0 5033 5 0 0 25 0 5 0 732456502 280281088 56227 33554432000 4194304 4417452 140735937561360 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=273712 CPUtime=49.78 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 21650 1253 0 0 4976 2 0 0 25 0 5 0 732456502 280281088 56227 33554432000 4194304 4417452 140735937561360 18446744073709551615 4346501 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=273712 CPUtime=50.42 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3278 1253 0 0 5042 0 0 0 25 0 5 0 732456502 280281088 56227 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 201.69
Current children cumulated vsize (KiB) 273712

[startup+102.315 s]
/proc/loadavg: 8.00 7.84 7.82 9/392 14029
/proc/meminfo: memFree=14399336/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=265284 CPUtime=405.89 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 126369 1253 0 0 40571 18 0 0 25 0 5 0 732456435 271650816 54126 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 66321 54126 180 55 0 64207 0
[pid=14012/tid=14023] ppid=14010 vsize=265284 CPUtime=101.62 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 32619 1253 0 0 10158 4 0 0 25 0 5 0 732456502 271650816 54126 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=265284 CPUtime=101.6 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 32700 1253 0 0 10155 5 0 0 25 0 5 0 732456502 271650816 54126 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=265284 CPUtime=100.33 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 21692 1253 0 0 10031 2 0 0 25 0 5 0 732456502 271650816 54126 33554432000 4194304 4417452 140735937561360 18446744073709551615 4319742 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=265284 CPUtime=101.64 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3278 1253 0 0 10164 0 0 0 25 0 5 0 732456502 271650816 54126 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 405.89
Current children cumulated vsize (KiB) 265284

[startup+162.301 s]
/proc/loadavg: 7.11 7.67 7.77 5/382 14047
/proc/meminfo: memFree=14544636/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=265256 CPUtime=645.08 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 130517 1253 0 0 64490 18 0 0 25 0 5 0 732456435 271622144 54119 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 66314 54119 180 55 0 64200 0
[pid=14012/tid=14023] ppid=14010 vsize=265256 CPUtime=161.61 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 32639 1253 0 0 16157 4 0 0 25 0 5 0 732456502 271622144 54119 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=265256 CPUtime=161.58 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 36811 1253 0 0 16153 5 0 0 25 0 5 0 732456502 271622144 54119 33554432000 4194304 4417452 140735937561360 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=265256 CPUtime=159.56 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 21709 1253 0 0 15954 2 0 0 25 0 5 0 732456502 271622144 54119 33554432000 4194304 4417452 140735937561360 18446744073709551615 4353482 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=265256 CPUtime=161.62 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 3278 1253 0 0 16162 0 0 0 25 0 5 0 732456502 271622144 54119 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 645.08
Current children cumulated vsize (KiB) 265256


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

Current children cumulated CPU time (s) 2559.08
Current children cumulated vsize (KiB) 433216

[startup+702.301 s]
/proc/loadavg: 4.02 4.64 6.11 5/382 14062
/proc/meminfo: memFree=14384380/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=493792 CPUtime=2798.3 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 306921 1253 0 0 279785 45 0 0 25 0 5 0 732456435 505643008 94902 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 123448 94902 180 55 0 121334 0
[pid=14012/tid=14023] ppid=14010 vsize=493792 CPUtime=701.62 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 105004 1253 0 0 70148 14 0 0 25 0 5 0 732456502 505643008 94902 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=493792 CPUtime=701.6 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 95961 1253 0 0 70144 16 0 0 25 0 5 0 732456502 505643008 94902 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364699 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=493792 CPUtime=692.75 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 53431 1253 0 0 69268 7 0 0 25 0 5 0 732456502 505643008 94902 33554432000 4194304 4417452 140735937561360 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=493792 CPUtime=701.64 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 70162 2 0 0 25 0 5 0 732456502 505643008 94902 33554432000 4194304 4417452 140735937561360 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2798.3
Current children cumulated vsize (KiB) 493792

[startup+762.315 s]
/proc/loadavg: 4.08 4.54 5.98 5/382 14063
/proc/meminfo: memFree=14409900/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=467876 CPUtime=3037.6 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 341589 1253 0 0 303709 51 0 0 25 0 5 0 732456435 479105024 88423 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 116969 88423 180 55 0 114855 0
[pid=14012/tid=14023] ppid=14010 vsize=467876 CPUtime=761.64 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 124508 1253 0 0 76146 18 0 0 25 0 5 0 732456502 479105024 88423 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=467876 CPUtime=761.61 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 103718 1253 0 0 76144 17 0 0 25 0 5 0 732456502 479105024 88423 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=467876 CPUtime=752 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 60838 1253 0 0 75192 8 0 0 25 0 5 0 732456502 479105024 88423 33554432000 4194304 4417452 140735937561360 18446744073709551615 4306294 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=467876 CPUtime=761.65 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 76163 2 0 0 25 0 5 0 732456502 479105024 88423 33554432000 4194304 4417452 140735937561360 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3037.6
Current children cumulated vsize (KiB) 467876

[startup+822.301 s]
/proc/loadavg: 4.10 4.45 5.86 5/382 14065
/proc/meminfo: memFree=14397476/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=480996 CPUtime=3276.81 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 365275 1253 0 0 327626 55 0 0 25 0 5 0 732456435 492539904 91703 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 120249 91703 180 55 0 118135 0
[pid=14012/tid=14023] ppid=14010 vsize=480996 CPUtime=821.63 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 135582 1253 0 0 82143 20 0 0 25 0 5 0 732456502 492539904 91703 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=480996 CPUtime=821.6 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 110856 1253 0 0 82142 18 0 0 25 0 5 0 732456502 492539904 91703 33554432000 4194304 4417452 140735937561360 18446744073709551615 4358106 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=480996 CPUtime=811.24 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 66312 1253 0 0 81115 9 0 0 25 0 5 0 732456502 492539904 91703 33554432000 4194304 4417452 140735937561360 18446744073709551615 4365965 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=480996 CPUtime=821.64 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 82162 2 0 0 25 0 5 0 732456502 492539904 91703 33554432000 4194304 4417452 140735937561360 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3276.81
Current children cumulated vsize (KiB) 480996

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

[startup+831.901 s]
/proc/loadavg: 4.08 4.44 5.84 5/382 14065
/proc/meminfo: memFree=14385440/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=493028 CPUtime=3315.08 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 370937 1253 0 0 331452 56 0 0 25 0 5 0 732456435 504860672 94711 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 123257 94711 180 55 0 121143 0
[pid=14012/tid=14023] ppid=14010 vsize=493028 CPUtime=831.23 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 138864 1253 0 0 83103 20 0 0 25 0 5 0 732456502 504860672 94711 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=493028 CPUtime=831.19 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 112013 1253 0 0 83101 18 0 0 25 0 5 0 732456502 504860672 94711 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=493028 CPUtime=820.72 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 67535 1253 0 0 82063 9 0 0 25 0 5 0 732456502 504860672 94711 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=493028 CPUtime=831.24 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 83122 2 0 0 25 0 5 0 732456502 504860672 94711 33554432000 4194304 4417452 140735937561360 18446744073709551615 4365987 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3315.08
Current children cumulated vsize (KiB) 493028

[startup+844.701 s]
/proc/loadavg: 4.07 4.42 5.82 5/382 14065
/proc/meminfo: memFree=14370552/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=508016 CPUtime=3366.16 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 378273 1253 0 0 336559 57 0 0 25 0 5 0 732456435 520208384 98458 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 127004 98458 180 55 0 124890 0
[pid=14012/tid=14023] ppid=14010 vsize=508016 CPUtime=844.05 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 142867 1253 0 0 84384 21 0 0 25 0 5 0 732456502 520208384 98458 33554432000 4194304 4417452 140735937561360 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=508016 CPUtime=844.01 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 113823 1253 0 0 84382 19 0 0 25 0 5 0 732456502 520208384 98458 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=508016 CPUtime=833.36 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 69058 1253 0 0 83327 9 0 0 25 0 5 0 732456502 520208384 98458 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=508016 CPUtime=844.05 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 84403 2 0 0 25 0 5 0 732456502 520208384 98458 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3366.16
Current children cumulated vsize (KiB) 508016

[startup+847.901 s]
/proc/loadavg: 4.06 4.42 5.81 5/382 14065
/proc/meminfo: memFree=14406388/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=472928 CPUtime=3378.89 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 379928 1253 0 0 337832 57 0 0 25 0 5 0 732456435 484278272 89686 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 118232 89686 180 55 0 116118 0
[pid=14012/tid=14023] ppid=14010 vsize=472928 CPUtime=847.23 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 144351 1253 0 0 84702 21 0 0 25 0 5 0 732456502 484278272 89686 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=472928 CPUtime=847.2 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 113994 1253 0 0 84701 19 0 0 25 0 5 0 732456502 484278272 89686 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364861 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=472928 CPUtime=836.52 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 69058 1253 0 0 83643 9 0 0 25 0 5 0 732456502 484278272 89686 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=472928 CPUtime=847.24 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 84722 2 0 0 25 0 5 0 732456502 484278272 89686 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3378.89
Current children cumulated vsize (KiB) 472928

[startup+849.501 s]
/proc/loadavg: 4.06 4.42 5.81 5/382 14066
/proc/meminfo: memFree=14403908/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=475160 CPUtime=3385.26 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 380486 1253 0 0 338469 57 0 0 25 0 5 0 732456435 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 118790 90244 180 55 0 116676 0
[pid=14012/tid=14023] ppid=14010 vsize=475160 CPUtime=848.83 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 144351 1253 0 0 84862 21 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364589 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=475160 CPUtime=848.8 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 114552 1253 0 0 84861 19 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=475160 CPUtime=838.09 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 69058 1253 0 0 83800 9 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 18446744073699066094 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=475160 CPUtime=848.84 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 84882 2 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3385.26
Current children cumulated vsize (KiB) 475160

[startup+850.315 s]
/proc/loadavg: 4.06 4.42 5.81 5/382 14066
/proc/meminfo: memFree=14403536/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=475160 CPUtime=3388.5 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 380486 1253 0 0 338793 57 0 0 25 0 5 0 732456435 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 118790 90244 180 55 0 116676 0
[pid=14012/tid=14023] ppid=14010 vsize=475160 CPUtime=849.65 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 144351 1253 0 0 84944 21 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=475160 CPUtime=849.62 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 114552 1253 0 0 84943 19 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=475160 CPUtime=838.89 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 69058 1253 0 0 83880 9 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=475160 CPUtime=849.66 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 84964 2 0 0 25 0 5 0 732456502 486563840 90244 33554432000 4194304 4417452 140735937561360 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3388.5
Current children cumulated vsize (KiB) 475160

[startup+850.701 s]
/proc/loadavg: 4.06 4.42 5.81 5/382 14066
/proc/meminfo: memFree=14403536/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=480356 CPUtime=3390.04 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 381785 1253 0 0 338947 57 0 0 25 0 5 0 732456435 491884544 91543 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 120089 91543 180 55 0 117975 0
[pid=14012/tid=14023] ppid=14010 vsize=480356 CPUtime=850.03 cores=1,3,5,7
/proc/14012/task/14023/stat : 14023 (plingeling) R 14010 14012 12655 0 -1 4202560 144351 1253 0 0 84982 21 0 0 25 0 5 0 732456502 491884544 91543 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14012/tid=14024] ppid=14010 vsize=480356 CPUtime=850 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 114552 1253 0 0 84981 19 0 0 25 0 5 0 732456502 491884544 91543 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=480356 CPUtime=839.28 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 70357 1253 0 0 83919 9 0 0 25 0 5 0 732456502 491884544 91543 33554432000 4194304 4417452 140735937561360 18446744073709551615 4265360 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14012/tid=14026] ppid=14010 vsize=480356 CPUtime=850.04 cores=1,3,5,7
/proc/14012/task/14026/stat : 14026 (plingeling) R 14010 14012 12655 0 -1 4202560 16445 1253 0 0 85002 2 0 0 25 0 5 0 732456502 491884544 91543 33554432000 4194304 4417452 140735937561360 18446744073709551615 4236761 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3390.04
Current children cumulated vsize (KiB) 480356

[startup+851.101 s]
/proc/loadavg: 4.06 4.42 5.81 5/382 14066
/proc/meminfo: memFree=14403536/32951124 swapFree=65586204/67111528
[pid=14012] ppid=14010 vsize=480356 CPUtime=3391.61 cores=1,3,5,7
/proc/14012/stat : 14012 (plingeling) S 14010 14012 12655 0 -1 4202496 381786 1253 0 0 339104 57 0 0 18 0 3 0 732456435 491884544 91544 33554432000 4194304 4417452 140735937561360 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/14012/statm: 120089 91544 181 55 0 117975 0
[pid=14012/tid=14024] ppid=14010 vsize=480356 CPUtime=850.4 cores=1,3,5,7
/proc/14012/task/14024/stat : 14024 (plingeling) R 14010 14012 12655 0 -1 4202560 114552 1253 0 0 85021 19 0 0 25 0 3 0 732456502 491884544 91544 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14012/tid=14025] ppid=14010 vsize=480356 CPUtime=839.68 cores=1,3,5,7
/proc/14012/task/14025/stat : 14025 (plingeling) R 14010 14012 12655 0 -1 4202560 70357 1253 0 0 83959 9 0 0 25 0 3 0 732456502 491884544 91544 33554432000 4194304 4417452 140735937561360 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3391.61
Current children cumulated vsize (KiB) 480356

Child status: 20
Real time (s): 851.168
CPU time (s): 3391.71
CPU user time (s): 3391.12
CPU system time (s): 0.595909
CPU usage (%): 398.477
Max. virtual memory (cumulated for all children) (KiB): 518908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3391.12
system time used= 0.595909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383042
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= 166
involuntary context switches= 24474

runsolver used 2.99554 second user time and 7.77282 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 03:17:38
IDJOB=3371470
IDBENCH=82481
IDSOLVER=1848
FILE ID=node119/3371470-1305422257
RUNJOBID= node119-1305421790-13436
PBS_JOBID= 13324563
Free space on /tmp= 73180 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371470-1305422257/watcher-3371470-1305422257 -o /tmp/evaluation-result-3371470-1305422257/solver-3371470-1305422257 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371470-1305422257.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=967338548

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.815
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.67
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.815
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14733376 kB
Buffers:        289204 kB
Cached:        4684112 kB
SwapCached:       4756 kB
Active:       14759520 kB
Inactive:      3125800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14733376 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           15156 kB
Writeback:          24 kB
AnonPages:    12910472 kB
Mapped:          30620 kB
Slab:           211552 kB
PageTables:      56640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102510992 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= 73184 MiB
End job on node119 at 2011-05-15 03:31:49