Trace number 3372605

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 786.188 99.1339

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark51.8701
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

786.14/99.13	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-3372605-1305439246/watcher-3372605-1305439246 -o /tmp/evaluation-result-3372605-1305439246/solver-3372605-1305439246 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372605-1305439246.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.13 8.03 7.80 1/323 32298
/proc/meminfo: memFree=22965316/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=11700 CPUtime=0 cores=0-7
/proc/32298/stat : 32298 (plingeling) R 32295 32298 31747 0 -1 4202496 1018 1251 0 0 0 0 0 0 23 0 1 0 636340220 11980800 948 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264940 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32298/statm: 2925 948 148 55 0 811 0

[startup+0.077551 s]
/proc/loadavg: 8.13 8.03 7.80 1/323 32298
/proc/meminfo: memFree=22965316/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=27652 CPUtime=0.06 cores=0-7
/proc/32298/stat : 32298 (plingeling) R 32295 32298 31747 0 -1 4202496 5017 1251 0 0 6 0 0 0 23 0 1 0 636340220 28315648 4937 33554432000 4194304 4417452 140735412032912 18446744073709551615 4231377 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32298/statm: 6913 4937 149 55 0 4799 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27652

[startup+0.100545 s]
/proc/loadavg: 8.13 8.03 7.80 1/323 32298
/proc/meminfo: memFree=22965316/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=27652 CPUtime=0.08 cores=0-7
/proc/32298/stat : 32298 (plingeling) R 32295 32298 31747 0 -1 4202496 5017 1251 0 0 8 0 0 0 23 0 1 0 636340220 28315648 4937 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264959 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32298/statm: 6913 4937 149 55 0 4799 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27652

[startup+0.300505 s]
/proc/loadavg: 8.13 8.03 7.80 1/323 32298
/proc/meminfo: memFree=22965316/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=64320 CPUtime=0.29 cores=0-7
/proc/32298/stat : 32298 (plingeling) R 32295 32298 31747 0 -1 4202496 14184 1251 0 0 27 2 0 0 24 0 1 0 636340220 65863680 14104 33554432000 4194304 4417452 140735412032912 18446744073709551615 4231675 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32298/statm: 16080 14104 149 55 0 13966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64320

[startup+0.700391 s]
/proc/loadavg: 8.13 8.03 7.80 1/323 32298
/proc/meminfo: memFree=22965316/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=269204 CPUtime=1.13 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 43453 1251 0 0 108 5 0 0 25 0 9 0 636340220 275664896 29499 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 67301 29499 169 55 0 65187 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 269204

[startup+1.50123 s]
/proc/loadavg: 8.13 8.03 7.80 9/332 32313
/proc/meminfo: memFree=22842616/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=272784 CPUtime=7.53 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 52371 1251 0 0 746 7 0 0 25 0 9 0 636340220 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 68196 31517 173 55 0 66082 0
[pid=32298/tid=32306] ppid=32295 vsize=272784 CPUtime=0.87 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 2518 1251 0 0 87 0 0 0 19 0 9 0 636340282 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4283554 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=272784 CPUtime=0.87 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 2177 1251 0 0 87 0 0 0 25 0 9 0 636340282 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=272784 CPUtime=0.86 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 2248 1251 0 0 86 0 0 0 18 0 9 0 636340282 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=272784 CPUtime=0.84 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 2038 1251 0 0 84 0 0 0 25 0 9 0 636340282 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=272784 CPUtime=0.86 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 2244 1251 0 0 86 0 0 0 25 0 9 0 636340282 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4285102 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=272784 CPUtime=0.85 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 7476 1251 0 0 85 0 0 0 19 0 9 0 636340282 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=272784 CPUtime=0.85 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 2863 1251 0 0 85 0 0 0 25 0 9 0 636340283 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=272784 CPUtime=0.84 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 3163 1251 0 0 84 0 0 0 25 0 9 0 636340285 279330816 31517 33554432000 4194304 4417452 140735412032912 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 272784

[startup+3.10092 s]
/proc/loadavg: 8.13 8.03 7.80 9/332 32313
/proc/meminfo: memFree=22819304/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=305364 CPUtime=20.31 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 77752 1251 0 0 2020 11 0 0 25 0 9 0 636340220 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 76341 40726 176 55 0 74227 0
[pid=32298/tid=32306] ppid=32295 vsize=305364 CPUtime=2.46 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 3542 1251 0 0 246 0 0 0 22 0 9 0 636340282 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=305364 CPUtime=2.46 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 4226 1251 0 0 246 0 0 0 25 0 9 0 636340282 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4346520 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=305364 CPUtime=2.46 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 3274 1251 0 0 246 0 0 0 22 0 9 0 636340282 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4346437 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=305364 CPUtime=2.42 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 3063 1251 0 0 242 0 0 0 25 0 9 0 636340282 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=305364 CPUtime=2.46 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 9581 1251 0 0 245 1 0 0 25 0 9 0 636340282 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4346309 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=305364 CPUtime=2.45 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 13687 1251 0 0 244 1 0 0 22 0 9 0 636340282 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4346458 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=305364 CPUtime=2.46 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 3887 1251 0 0 245 1 0 0 25 0 9 0 636340283 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4346484 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=305364 CPUtime=2.44 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 8848 1251 0 0 243 1 0 0 25 0 9 0 636340285 312692736 40726 33554432000 4194304 4417452 140735412032912 18446744073709551615 4346513 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.31
Current children cumulated vsize (KiB) 305364

[startup+6.30128 s]
/proc/loadavg: 8.12 8.03 7.80 9/332 32313
/proc/meminfo: memFree=22784592/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=336456 CPUtime=45.88 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 85735 1251 0 0 4576 12 0 0 25 0 9 0 636340220 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 84114 45343 179 55 0 82000 0
[pid=32298/tid=32306] ppid=32295 vsize=336456 CPUtime=5.66 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5084 1251 0 0 566 0 0 0 25 0 9 0 636340282 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4253179 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=336456 CPUtime=5.66 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 5768 1251 0 0 566 0 0 0 25 0 9 0 636340282 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4235614 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=336456 CPUtime=5.66 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 3637 1251 0 0 566 0 0 0 25 0 9 0 636340282 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=336456 CPUtime=5.59 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 3063 1251 0 0 559 0 0 0 25 0 9 0 636340282 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364480 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=336456 CPUtime=5.66 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10611 1251 0 0 565 1 0 0 25 0 9 0 636340282 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232612 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=336456 CPUtime=5.65 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15485 1251 0 0 564 1 0 0 25 0 9 0 636340282 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4257455 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=336456 CPUtime=5.66 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4053 1251 0 0 565 1 0 0 25 0 9 0 636340283 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4237669 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=336456 CPUtime=5.64 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10390 1251 0 0 563 1 0 0 25 0 9 0 636340285 344530944 45343 33554432000 4194304 4417452 140735412032912 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 45.88
Current children cumulated vsize (KiB) 336456

[startup+12.701 s]
/proc/loadavg: 8.11 8.03 7.80 9/332 32314
/proc/meminfo: memFree=22785748/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=336004 CPUtime=97.01 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 85804 1251 0 0 9689 12 0 0 25 0 9 0 636340220 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 84001 45230 179 55 0 81887 0
[pid=32298/tid=32306] ppid=32295 vsize=336004 CPUtime=12.06 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5101 1251 0 0 1206 0 0 0 25 0 9 0 636340282 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232477 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=336004 CPUtime=12.06 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 5778 1251 0 0 1206 0 0 0 25 0 9 0 636340282 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=336004 CPUtime=12.06 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 3637 1251 0 0 1206 0 0 0 25 0 9 0 636340282 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264926 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=336004 CPUtime=11.92 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 3063 1251 0 0 1192 0 0 0 25 0 9 0 636340282 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=336004 CPUtime=12.06 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10624 1251 0 0 1205 1 0 0 25 0 9 0 636340282 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4237262 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=336004 CPUtime=12.05 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15502 1251 0 0 1204 1 0 0 25 0 9 0 636340282 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4277650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=336004 CPUtime=12.06 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4053 1251 0 0 1205 1 0 0 25 0 9 0 636340283 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=336004 CPUtime=12.04 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10402 1251 0 0 1203 1 0 0 25 0 9 0 636340285 344068096 45230 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 97.01
Current children cumulated vsize (KiB) 336004

[startup+25.5005 s]
/proc/loadavg: 8.16 8.04 7.81 9/332 32324
/proc/meminfo: memFree=22786824/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=335968 CPUtime=199.23 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 85907 1251 0 0 19910 13 0 0 25 0 9 0 636340220 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 83992 45222 180 55 0 81878 0
[pid=32298/tid=32306] ppid=32295 vsize=335968 CPUtime=24.86 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5117 1251 0 0 2486 0 0 0 25 0 9 0 636340282 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=335968 CPUtime=24.85 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 5786 1251 0 0 2484 1 0 0 25 0 9 0 636340282 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=335968 CPUtime=24.85 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 3676 1251 0 0 2485 0 0 0 25 0 9 0 636340282 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=335968 CPUtime=24.57 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 3063 1251 0 0 2457 0 0 0 25 0 9 0 636340282 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=335968 CPUtime=24.86 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10633 1251 0 0 2485 1 0 0 25 0 9 0 636340282 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=335968 CPUtime=24.85 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15517 1251 0 0 2484 1 0 0 25 0 9 0 636340282 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=335968 CPUtime=24.86 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4053 1251 0 0 2485 1 0 0 25 0 9 0 636340283 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=335968 CPUtime=24.84 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10418 1251 0 0 2483 1 0 0 25 0 9 0 636340285 344031232 45222 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 199.23
Current children cumulated vsize (KiB) 335968

[startup+51.1004 s]
/proc/loadavg: 8.11 8.04 7.81 9/332 32325
/proc/meminfo: memFree=22779392/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=344132 CPUtime=403.75 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 88053 1251 0 0 40362 13 0 0 25 0 9 0 636340220 352391168 47263 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 86033 47263 180 55 0 83919 0
[pid=32298/tid=32306] ppid=32295 vsize=344132 CPUtime=50.46 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5126 1251 0 0 5046 0 0 0 25 0 9 0 636340282 352391168 47263 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364657 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=344132 CPUtime=50.45 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 5799 1251 0 0 5044 1 0 0 25 0 9 0 636340282 352391168 47263 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264999 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=344132 CPUtime=50.45 cores=0-7

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

/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15526 1251 0 0 5044 1 0 0 25 0 9 0 636340282 352391168 47263 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364587 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=344132 CPUtime=50.46 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4053 1251 0 0 5045 1 0 0 25 0 9 0 636340283 352391168 47263 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=344132 CPUtime=50.44 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10428 1251 0 0 5043 1 0 0 25 0 9 0 636340285 352391168 47263 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 403.75
Current children cumulated vsize (KiB) 344132

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

[startup+76.7013 s]
/proc/loadavg: 8.07 8.03 7.82 9/332 32325
/proc/meminfo: memFree=22775784/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=348092 CPUtime=608.31 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 89327 1251 0 0 60817 14 0 0 25 0 9 0 636340220 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 87023 48265 180 55 0 84909 0
[pid=32298/tid=32306] ppid=32295 vsize=348092 CPUtime=76.06 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5136 1251 0 0 7606 0 0 0 25 0 9 0 636340282 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 4365976 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=348092 CPUtime=76.05 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 5988 1251 0 0 7604 1 0 0 25 0 9 0 636340282 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=348092 CPUtime=76.05 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 4748 1251 0 0 7605 0 0 0 25 0 9 0 636340282 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264978 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=348092 CPUtime=75.23 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 5111 1251 0 0 7522 1 0 0 25 0 9 0 636340282 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=348092 CPUtime=76.05 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10661 1251 0 0 7604 1 0 0 25 0 9 0 636340282 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=348092 CPUtime=76.05 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15538 1251 0 0 7604 1 0 0 25 0 9 0 636340282 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 18446744073699065949 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=348092 CPUtime=76.06 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4059 1251 0 0 7605 1 0 0 25 0 9 0 636340283 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232601 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=348092 CPUtime=76.04 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10442 1251 0 0 7603 1 0 0 25 0 9 0 636340285 356446208 48265 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 608.31
Current children cumulated vsize (KiB) 348092

[startup+89.5008 s]
/proc/loadavg: 8.13 8.05 7.82 9/332 32326
/proc/meminfo: memFree=22775156/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=348048 CPUtime=710.55 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 90030 1251 0 0 71041 14 0 0 25 0 9 0 636340220 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 87012 48254 180 55 0 84898 0
[pid=32298/tid=32306] ppid=32295 vsize=348048 CPUtime=88.86 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5784 1251 0 0 8886 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=348048 CPUtime=88.85 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 6001 1251 0 0 8884 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=348048 CPUtime=88.85 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 4757 1251 0 0 8885 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=348048 CPUtime=87.89 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 5111 1251 0 0 8788 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=348048 CPUtime=88.84 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10669 1251 0 0 8883 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264959 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=348048 CPUtime=88.85 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15551 1251 0 0 8884 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4259793 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=348048 CPUtime=88.86 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4059 1251 0 0 8885 1 0 0 25 0 9 0 636340283 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=348048 CPUtime=88.84 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10454 1251 0 0 8883 1 0 0 25 0 9 0 636340285 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232702 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 710.55
Current children cumulated vsize (KiB) 348048

[startup+95.9005 s]
/proc/loadavg: 8.11 8.05 7.82 9/332 32326
/proc/meminfo: memFree=22775144/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=348048 CPUtime=761.68 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 90030 1251 0 0 76154 14 0 0 25 0 9 0 636340220 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 87012 48254 180 55 0 84898 0
[pid=32298/tid=32306] ppid=32295 vsize=348048 CPUtime=95.26 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5784 1251 0 0 9526 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=348048 CPUtime=95.25 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 6001 1251 0 0 9524 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=348048 CPUtime=95.25 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 4757 1251 0 0 9525 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4369798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=348048 CPUtime=94.22 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 5111 1251 0 0 9421 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=348048 CPUtime=95.24 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10669 1251 0 0 9523 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4365344 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=348048 CPUtime=95.25 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15551 1251 0 0 9524 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=348048 CPUtime=95.26 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4059 1251 0 0 9525 1 0 0 25 0 9 0 636340283 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=348048 CPUtime=95.24 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10454 1251 0 0 9523 1 0 0 25 0 9 0 636340285 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 761.68
Current children cumulated vsize (KiB) 348048

[startup+97.5012 s]
/proc/loadavg: 8.11 8.05 7.82 9/332 32326
/proc/meminfo: memFree=22775144/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=348048 CPUtime=774.48 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 90030 1251 0 0 77434 14 0 0 25 0 9 0 636340220 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 87012 48254 180 55 0 84898 0
[pid=32298/tid=32306] ppid=32295 vsize=348048 CPUtime=96.86 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5784 1251 0 0 9686 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232680 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=348048 CPUtime=96.85 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 6001 1251 0 0 9684 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=348048 CPUtime=96.85 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 4757 1251 0 0 9685 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=348048 CPUtime=95.81 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 5111 1251 0 0 9580 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=348048 CPUtime=96.84 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10669 1251 0 0 9683 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=348048 CPUtime=96.85 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15551 1251 0 0 9684 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4321266 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=348048 CPUtime=96.86 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4059 1251 0 0 9685 1 0 0 25 0 9 0 636340283 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=348048 CPUtime=96.84 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10454 1251 0 0 9683 1 0 0 25 0 9 0 636340285 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 774.48
Current children cumulated vsize (KiB) 348048

[startup+98.301 s]
/proc/loadavg: 8.11 8.05 7.82 9/332 32326
/proc/meminfo: memFree=22775144/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=348048 CPUtime=780.86 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 90030 1251 0 0 78072 14 0 0 25 0 9 0 636340220 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 87012 48254 180 55 0 84898 0
[pid=32298/tid=32306] ppid=32295 vsize=348048 CPUtime=97.66 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5784 1251 0 0 9766 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=348048 CPUtime=97.65 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 6001 1251 0 0 9764 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4236559 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=348048 CPUtime=97.65 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 4757 1251 0 0 9765 0 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=348048 CPUtime=96.6 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 5111 1251 0 0 9659 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=348048 CPUtime=97.64 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10669 1251 0 0 9763 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=348048 CPUtime=97.65 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15551 1251 0 0 9764 1 0 0 25 0 9 0 636340282 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4366113 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=348048 CPUtime=97.66 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4059 1251 0 0 9765 1 0 0 25 0 9 0 636340283 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=348048 CPUtime=97.64 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10454 1251 0 0 9763 1 0 0 25 0 9 0 636340285 356401152 48254 33554432000 4194304 4417452 140735412032912 18446744073709551615 4365191 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 780.86
Current children cumulated vsize (KiB) 348048

[startup+98.701 s]
/proc/loadavg: 8.11 8.05 7.82 9/332 32326
/proc/meminfo: memFree=22775144/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=348044 CPUtime=784.06 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 90030 1251 0 0 78392 14 0 0 25 0 9 0 636340220 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 87011 48253 180 55 0 84897 0
[pid=32298/tid=32306] ppid=32295 vsize=348044 CPUtime=98.06 cores=0-7
/proc/32298/task/32306/stat : 32306 (plingeling) R 32295 32298 31747 0 -1 4202560 5784 1251 0 0 9806 0 0 0 25 0 9 0 636340282 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32298/tid=32307] ppid=32295 vsize=348044 CPUtime=98.05 cores=0-7
/proc/32298/task/32307/stat : 32307 (plingeling) R 32295 32298 31747 0 -1 4202560 6001 1251 0 0 9804 1 0 0 25 0 9 0 636340282 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32298/tid=32308] ppid=32295 vsize=348044 CPUtime=98.05 cores=0-7
/proc/32298/task/32308/stat : 32308 (plingeling) R 32295 32298 31747 0 -1 4202560 4757 1251 0 0 9805 0 0 0 25 0 9 0 636340282 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4292148 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32298/tid=32309] ppid=32295 vsize=348044 CPUtime=97 cores=0-7
/proc/32298/task/32309/stat : 32309 (plingeling) R 32295 32298 31747 0 -1 4202560 5111 1251 0 0 9699 1 0 0 25 0 9 0 636340282 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32298/tid=32310] ppid=32295 vsize=348044 CPUtime=98.04 cores=0-7
/proc/32298/task/32310/stat : 32310 (plingeling) R 32295 32298 31747 0 -1 4202560 10669 1251 0 0 9803 1 0 0 25 0 9 0 636340282 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32298/tid=32311] ppid=32295 vsize=348044 CPUtime=98.05 cores=0-7
/proc/32298/task/32311/stat : 32311 (plingeling) R 32295 32298 31747 0 -1 4202560 15551 1251 0 0 9804 1 0 0 25 0 9 0 636340282 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32298/tid=32312] ppid=32295 vsize=348044 CPUtime=98.06 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4059 1251 0 0 9805 1 0 0 25 0 9 0 636340283 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4346473 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32298/tid=32313] ppid=32295 vsize=348044 CPUtime=98.04 cores=0-7
/proc/32298/task/32313/stat : 32313 (plingeling) R 32295 32298 31747 0 -1 4202560 10454 1251 0 0 9803 1 0 0 25 0 9 0 636340285 356397056 48253 33554432000 4194304 4417452 140735412032912 18446744073709551615 4236920 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 784.06
Current children cumulated vsize (KiB) 348044

[startup+99.1009 s]
/proc/loadavg: 8.11 8.05 7.82 9/332 32326
/proc/meminfo: memFree=22775144/32951124 swapFree=59367104/67111528
[pid=32298] ppid=32295 vsize=317308 CPUtime=786.14 cores=0-7
/proc/32298/stat : 32298 (plingeling) S 32295 32298 31747 0 -1 4202496 90031 1251 0 0 78600 14 0 0 17 0 2 0 636340220 324923392 48229 33554432000 4194304 4417452 140735412032912 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/32298/statm: 79327 48229 181 55 0 77213 0
[pid=32298/tid=32312] ppid=32295 vsize=317308 CPUtime=98.46 cores=0-7
/proc/32298/task/32312/stat : 32312 (plingeling) R 32295 32298 31747 0 -1 4202560 4059 1251 0 0 9845 1 0 0 25 0 2 0 636340283 324923392 48229 33554432000 4194304 4417452 140735412032912 18446744073709551615 4252463 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 786.14
Current children cumulated vsize (KiB) 317308

Child status: 20
Real time (s): 99.1339
CPU time (s): 786.188
CPU user time (s): 786.029
CPU system time (s): 0.159975
CPU usage (%): 793.057
Max. virtual memory (cumulated for all children) (KiB): 348204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 786.029
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91285
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= 251
involuntary context switches= 3876

runsolver used 0.315951 second user time and 0.764883 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 08:00:46
IDJOB=3372605
IDBENCH=82477
IDSOLVER=1851
FILE ID=node143/3372605-1305439246
RUNJOBID= node143-1305436493-31761
PBS_JOBID= 13324751
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=327653149

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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:      22965720 kB
Buffers:        191820 kB
Cached:        1030984 kB
SwapCached:      67400 kB
Active:         155700 kB
Inactive:      9588492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22965720 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:            4448 kB
Writeback:           0 kB
AnonPages:     8455040 kB
Mapped:          22208 kB
Slab:           118956 kB
PageTables:      52812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69933900 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= 73548 MiB
End job on node143 at 2011-05-15 08:02:25