Trace number 3372626

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 250.475 32.0854

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.938
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

250.09/32.08	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-3372626-1305439390/watcher-3372626-1305439390 -o /tmp/evaluation-result-3372626-1305439390/solver-3372626-1305439390 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372626-1305439390.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: 8.29 8.07 7.69 2/294 28766
/proc/meminfo: memFree=11898492/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=11852 CPUtime=0 cores=0-7
/proc/28766/stat : 28766 (plingeling) R 28764 28766 28338 0 -1 4202496 1040 1253 0 0 0 0 0 0 25 0 1 0 655536867 12136448 969 33554432000 4194304 4417452 140733999154048 18446744073709551615 255377301248 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28766/statm: 2963 969 148 55 0 849 0

[startup+0.048388 s]
/proc/loadavg: 8.29 8.07 7.69 2/294 28766
/proc/meminfo: memFree=11898492/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=19304 CPUtime=0.03 cores=0-7
/proc/28766/stat : 28766 (plingeling) R 28764 28766 28338 0 -1 4202496 2936 1253 0 0 3 0 0 0 25 0 1 0 655536867 19767296 2849 33554432000 4194304 4417452 140733999154048 18446744073709551615 4231335 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28766/statm: 4826 2849 149 55 0 2712 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19304

[startup+0.100367 s]
/proc/loadavg: 8.29 8.07 7.69 2/294 28766
/proc/meminfo: memFree=11898492/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=28044 CPUtime=0.08 cores=0-7
/proc/28766/stat : 28766 (plingeling) R 28764 28766 28338 0 -1 4202496 5102 1253 0 0 8 0 0 0 25 0 1 0 655536867 28717056 5002 33554432000 4194304 4417452 140733999154048 18446744073709551615 4274501 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28766/statm: 7011 5002 149 55 0 4897 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28044

[startup+0.300341 s]
/proc/loadavg: 8.29 8.07 7.69 2/294 28766
/proc/meminfo: memFree=11898492/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=80836 CPUtime=0.29 cores=0-7
/proc/28766/stat : 28766 (plingeling) R 28764 28766 28338 0 -1 4202496 18332 1253 0 0 27 2 0 0 25 0 1 0 655536867 82776064 18232 33554432000 4194304 4417452 140733999154048 18446744073709551615 4209519 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28766/statm: 20209 18232 149 55 0 18095 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80836

[startup+0.700268 s]
/proc/loadavg: 8.29 8.07 7.69 2/294 28766
/proc/meminfo: memFree=11898492/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=151240 CPUtime=0.68 cores=0-7
/proc/28766/stat : 28766 (plingeling) R 28764 28766 28338 0 -1 4202496 36065 1253 0 0 64 4 0 0 25 0 1 0 655536867 154869760 35833 33554432000 4194304 4417452 140733999154048 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/28766/statm: 37810 35833 149 55 0 35696 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 151240

[startup+1.50108 s]
/proc/loadavg: 8.29 8.07 7.69 9/303 28780
/proc/meminfo: memFree=11712600/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=343924 CPUtime=6.41 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 69975 1253 0 0 631 10 0 0 18 0 9 0 655536867 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 85981 48975 174 55 0 83867 0
[pid=28766/tid=28773] ppid=28764 vsize=343924 CPUtime=0.7 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 3720 1253 0 0 70 0 0 0 18 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=343924 CPUtime=0.66 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 5405 1253 0 0 66 0 0 0 25 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4288920 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=343924 CPUtime=0.7 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 3169 1253 0 0 70 0 0 0 18 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=343924 CPUtime=0.7 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 70 0 0 0 21 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=343924 CPUtime=0.7 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 4729 1253 0 0 70 0 0 0 21 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4284247 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=343924 CPUtime=0.7 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 4730 1253 0 0 70 0 0 0 18 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=343924 CPUtime=0.69 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 4728 1253 0 0 69 0 0 0 18 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4284626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=343924 CPUtime=0.69 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 4756 1253 0 0 69 0 0 0 21 0 9 0 655536946 352178176 48975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4284595 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 343924

[startup+3.10078 s]
/proc/loadavg: 8.29 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11730952/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=314092 CPUtime=19.19 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 111967 1253 0 0 1903 16 0 0 18 0 9 0 655536867 321630208 44926 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 78523 44952 177 55 0 76409 0
[pid=28766/tid=28773] ppid=28764 vsize=314092 CPUtime=2.3 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 8547 1253 0 0 229 1 0 0 22 0 9 0 655536946 321630208 44963 33554432000 4194304 4417452 140733999154048 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=314092 CPUtime=2.26 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 12798 1253 0 0 225 1 0 0 25 0 9 0 655536946 321630208 44975 33554432000 4194304 4417452 140733999154048 18446744073709551615 4261599 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=314092 CPUtime=2.31 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6449 1253 0 0 230 1 0 0 22 0 9 0 655536946 321630208 44987 33554432000 4194304 4417452 140733999154048 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=314092 CPUtime=2.3 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 230 0 0 0 25 0 9 0 655536946 321630208 44998 33554432000 4194304 4417452 140733999154048 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=314092 CPUtime=2.3 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 10912 1253 0 0 229 1 0 0 25 0 9 0 655536946 321630208 45009 33554432000 4194304 4417452 140733999154048 18446744073709551615 255376998839 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=314092 CPUtime=2.3 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 7794 1253 0 0 229 1 0 0 22 0 9 0 655536946 321630208 45020 33554432000 4194304 4417452 140733999154048 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=314092 CPUtime=2.29 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 13631 1253 0 0 228 1 0 0 22 0 9 0 655536946 321630208 45031 33554432000 4194304 4417452 140733999154048 18446744073709551615 4265937 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=314092 CPUtime=2.28 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 13181 1253 0 0 226 2 0 0 25 0 9 0 655536946 321630208 45043 33554432000 4194304 4417452 140733999154048 18446744073709551615 4275517 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 314092

[startup+6.30118 s]
/proc/loadavg: 8.27 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11656184/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=408996 CPUtime=44.75 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 151740 1253 0 0 4454 21 0 0 18 0 9 0 655536867 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 102249 69083 179 55 0 100135 0
[pid=28766/tid=28773] ppid=28764 vsize=408996 CPUtime=5.5 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 17885 1253 0 0 548 2 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4272269 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=408996 CPUtime=5.46 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 20453 1253 0 0 543 3 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4253228 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=408996 CPUtime=5.51 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6705 1253 0 0 550 1 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=408996 CPUtime=5.5 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 550 0 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=408996 CPUtime=5.5 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 17667 1253 0 0 548 2 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4253152 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=408996 CPUtime=5.5 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 14712 1253 0 0 548 2 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4253415 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=408996 CPUtime=5.48 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14255 1253 0 0 547 1 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4264866 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=408996 CPUtime=5.44 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 21325 1253 0 0 542 2 0 0 25 0 9 0 655536946 418811904 69083 33554432000 4194304 4417452 140733999154048 18446744073709551615 4252379 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.75
Current children cumulated vsize (KiB) 408996

[startup+12.701 s]
/proc/loadavg: 8.25 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11578464/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=449940 CPUtime=95.88 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 162117 1253 0 0 9566 22 0 0 18 0 9 0 655536867 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 112485 79319 179 55 0 110371 0
[pid=28766/tid=28773] ppid=28764 vsize=449940 CPUtime=11.9 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 19934 1253 0 0 1188 2 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=449940 CPUtime=11.86 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 22502 1253 0 0 1183 3 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=449940 CPUtime=11.9 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6770 1253 0 0 1189 1 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237278 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=449940 CPUtime=11.9 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 1190 0 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=449940 CPUtime=11.9 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 21765 1253 0 0 1188 2 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=449940 CPUtime=11.9 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 14712 1253 0 0 1188 2 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4235402 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=449940 CPUtime=11.88 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14322 1253 0 0 1187 1 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=449940 CPUtime=11.79 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 23374 1253 0 0 1176 3 0 0 25 0 9 0 655536946 460738560 79319 33554432000 4194304 4417452 140733999154048 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 95.88
Current children cumulated vsize (KiB) 449940

[startup+25.5006 s]
/proc/loadavg: 8.19 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11691556/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=356964 CPUtime=198.16 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 181021 1253 0 0 19790 26 0 0 18 0 9 0 655536867 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 89241 52339 180 55 0 87127 0
[pid=28766/tid=28773] ppid=28764 vsize=356964 CPUtime=24.71 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 20980 1253 0 0 2468 3 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=356964 CPUtime=24.65 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 27187 1253 0 0 2462 3 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=356964 CPUtime=24.7 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6828 1253 0 0 2469 1 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4365965 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=356964 CPUtime=24.7 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 2470 0 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=356964 CPUtime=24.71 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 25425 1253 0 0 2467 4 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=356964 CPUtime=24.7 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 20433 1253 0 0 2467 3 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=356964 CPUtime=24.68 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14381 1253 0 0 2467 1 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=356964 CPUtime=24.46 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 27049 1253 0 0 2443 3 0 0 25 0 9 0 655536946 365531136 52339 33554432000 4194304 4417452 140733999154048 18446744073709551615 4365130 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 198.16
Current children cumulated vsize (KiB) 356964

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

[startup+28.701 s]
/proc/loadavg: 8.17 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11688580/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=356880 CPUtime=223.72 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 181021 1253 0 0 22346 26 0 0 18 0 9 0 655536867 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 89220 52318 180 55 0 87106 0
[pid=28766/tid=28773] ppid=28764 vsize=356880 CPUtime=27.91 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 20980 1253 0 0 2788 3 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=356880 CPUtime=27.85 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 27187 1253 0 0 2782 3 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=356880 CPUtime=27.9 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6828 1253 0 0 2789 1 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=356880 CPUtime=27.9 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 2790 0 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=356880 CPUtime=27.91 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 25425 1253 0 0 2787 4 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364684 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=356880 CPUtime=27.89 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 20433 1253 0 0 2786 3 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=356880 CPUtime=27.88 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14381 1253 0 0 2787 1 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=356880 CPUtime=27.62 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 27049 1253 0 0 2759 3 0 0 25 0 9 0 655536946 365445120 52318 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 223.72
Current children cumulated vsize (KiB) 356880

[startup+30.3007 s]
/proc/loadavg: 8.17 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11688580/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=356868 CPUtime=236.51 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 181021 1253 0 0 23625 26 0 0 18 0 9 0 655536867 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 89217 52315 180 55 0 87103 0
[pid=28766/tid=28773] ppid=28764 vsize=356868 CPUtime=29.51 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 20980 1253 0 0 2948 3 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4260776 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=356868 CPUtime=29.45 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 27187 1253 0 0 2942 3 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4271634 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=356868 CPUtime=29.5 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6828 1253 0 0 2949 1 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=356868 CPUtime=29.5 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 2950 0 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4236928 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=356868 CPUtime=29.51 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 25425 1253 0 0 2947 4 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4239616 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=356868 CPUtime=29.49 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 20433 1253 0 0 2946 3 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4330515 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=356868 CPUtime=29.48 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14381 1253 0 0 2947 1 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=356868 CPUtime=29.21 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 27049 1253 0 0 2918 3 0 0 25 0 9 0 655536946 365432832 52315 33554432000 4194304 4417452 140733999154048 18446744073709551615 4261313 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 236.51
Current children cumulated vsize (KiB) 356868

[startup+31.1006 s]
/proc/loadavg: 8.17 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11688704/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=356860 CPUtime=242.9 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 181021 1253 0 0 24264 26 0 0 18 0 9 0 655536867 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 89215 52313 180 55 0 87101 0
[pid=28766/tid=28773] ppid=28764 vsize=356860 CPUtime=30.31 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 20980 1253 0 0 3028 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=356860 CPUtime=30.25 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 27187 1253 0 0 3022 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=356860 CPUtime=30.3 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6828 1253 0 0 3029 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364453 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=356860 CPUtime=30.3 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 3030 0 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=356860 CPUtime=30.31 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 25425 1253 0 0 3027 4 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=356860 CPUtime=30.29 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 20433 1253 0 0 3026 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=356860 CPUtime=30.28 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14381 1253 0 0 3027 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=356860 CPUtime=30 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 27049 1253 0 0 2997 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 242.9
Current children cumulated vsize (KiB) 356860

[startup+31.5005 s]
/proc/loadavg: 8.17 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11688704/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=356860 CPUtime=246.1 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 181021 1253 0 0 24584 26 0 0 18 0 9 0 655536867 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 89215 52313 180 55 0 87101 0
[pid=28766/tid=28773] ppid=28764 vsize=356860 CPUtime=30.71 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 20980 1253 0 0 3068 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4236706 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=356860 CPUtime=30.65 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 27187 1253 0 0 3062 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4232617 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=356860 CPUtime=30.7 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6828 1253 0 0 3069 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=356860 CPUtime=30.7 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 3070 0 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237169 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=356860 CPUtime=30.71 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 25425 1253 0 0 3067 4 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=356860 CPUtime=30.69 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 20433 1253 0 0 3066 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364567 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=356860 CPUtime=30.68 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14381 1253 0 0 3067 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=356860 CPUtime=30.4 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 27049 1253 0 0 3037 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364819 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 246.1
Current children cumulated vsize (KiB) 356860

[startup+31.9114 s]
/proc/loadavg: 8.17 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11688704/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=356860 CPUtime=249.37 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 181021 1253 0 0 24911 26 0 0 18 0 9 0 655536867 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 89215 52313 180 55 0 87101 0
[pid=28766/tid=28773] ppid=28764 vsize=356860 CPUtime=31.12 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 20980 1253 0 0 3109 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=356860 CPUtime=31.06 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 27187 1253 0 0 3103 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=356860 CPUtime=31.12 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6828 1253 0 0 3111 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=356860 CPUtime=31.12 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 3112 0 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=356860 CPUtime=31.12 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 25425 1253 0 0 3108 4 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237338 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=356860 CPUtime=31.11 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 20433 1253 0 0 3108 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=356860 CPUtime=31.09 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14381 1253 0 0 3108 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=356860 CPUtime=30.8 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 27049 1253 0 0 3077 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4366469 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 249.37
Current children cumulated vsize (KiB) 356860

[startup+32.0004 s]
/proc/loadavg: 8.17 8.07 7.69 9/303 28781
/proc/meminfo: memFree=11688704/32951124 swapFree=66050672/67111528
[pid=28766] ppid=28764 vsize=356860 CPUtime=250.09 cores=0-7
/proc/28766/stat : 28766 (plingeling) S 28764 28766 28338 0 -1 4202496 181021 1253 0 0 24983 26 0 0 18 0 9 0 655536867 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 255389104101 0 0 4096 17442 18446744073709551615 0 0 17 1 0 0 0
/proc/28766/statm: 89215 52313 180 55 0 87101 0
[pid=28766/tid=28773] ppid=28764 vsize=356860 CPUtime=31.21 cores=0-7
/proc/28766/task/28773/stat : 28773 (plingeling) R 28764 28766 28338 0 -1 4202560 20980 1253 0 0 3118 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237211 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=28766/tid=28774] ppid=28764 vsize=356860 CPUtime=31.15 cores=0-7
/proc/28766/task/28774/stat : 28774 (plingeling) R 28764 28766 28338 0 -1 4202560 27187 1253 0 0 3112 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=28766/tid=28775] ppid=28764 vsize=356860 CPUtime=31.2 cores=0-7
/proc/28766/task/28775/stat : 28775 (plingeling) R 28764 28766 28338 0 -1 4202560 6828 1253 0 0 3119 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=28766/tid=28776] ppid=28764 vsize=356860 CPUtime=31.2 cores=0-7
/proc/28766/task/28776/stat : 28776 (plingeling) R 28764 28766 28338 0 -1 4202560 2657 1253 0 0 3120 0 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4353607 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=28766/tid=28777] ppid=28764 vsize=356860 CPUtime=31.21 cores=0-7
/proc/28766/task/28777/stat : 28777 (plingeling) R 28764 28766 28338 0 -1 4202560 25425 1253 0 0 3117 4 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4356867 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=28766/tid=28778] ppid=28764 vsize=356860 CPUtime=31.19 cores=0-7
/proc/28766/task/28778/stat : 28778 (plingeling) R 28764 28766 28338 0 -1 4202560 20433 1253 0 0 3116 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4357031 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=28766/tid=28779] ppid=28764 vsize=356860 CPUtime=31.18 cores=0-7
/proc/28766/task/28779/stat : 28779 (plingeling) R 28764 28766 28338 0 -1 4202560 14381 1253 0 0 3117 1 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4234231 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=28766/tid=28780] ppid=28764 vsize=356860 CPUtime=30.89 cores=0-7
/proc/28766/task/28780/stat : 28780 (plingeling) R 28764 28766 28338 0 -1 4202560 27049 1253 0 0 3086 3 0 0 25 0 9 0 655536946 365424640 52313 33554432000 4194304 4417452 140733999154048 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 250.09
Current children cumulated vsize (KiB) 356860

Child status: 20
Real time (s): 32.0854
CPU time (s): 250.475
CPU user time (s): 250.196
CPU system time (s): 0.278957
CPU usage (%): 780.652
Max. virtual memory (cumulated for all children) (KiB): 490900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.196
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182278
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= 350
involuntary context switches= 2194

runsolver used 0.093985 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 08:03:10
IDJOB=3372626
IDBENCH=82492
IDSOLVER=1851
FILE ID=node135/3372626-1305439390
RUNJOBID= node135-1305436652-28352
PBS_JOBID= 13324754
Free space on /tmp= 73364 MiB

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

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=2058499241

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11898772 kB
Buffers:        290752 kB
Cached:        6099240 kB
SwapCached:      50684 kB
Active:        9943500 kB
Inactive:     10862160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11898772 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            5828 kB
Writeback:           0 kB
AnonPages:    14370456 kB
Mapped:          18804 kB
Slab:           137612 kB
PageTables:      46380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57035244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73364 MiB
End job on node135 at 2011-05-15 08:03:42