Trace number 3372617

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 1022.4 129.109

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark104.513
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1022.37/129.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3372617-1305439345/watcher-3372617-1305439345 -o /tmp/evaluation-result-3372617-1305439345/solver-3372617-1305439345 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3372617-1305439345.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.54 7.93 7.79 2/323 32355
/proc/meminfo: memFree=22961992/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=12308 CPUtime=0 cores=0-7
/proc/32355/stat : 32355 (plingeling) R 32352 32355 31747 0 -1 4202496 1170 1259 0 0 0 0 0 0 25 0 1 0 636350186 12603392 1100 33554432000 4194304 4417452 140737195175104 18446744073709551615 270338383616 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32355/statm: 3077 1100 148 55 0 963 0

[startup+0.039204 s]
/proc/loadavg: 7.54 7.93 7.79 2/323 32355
/proc/meminfo: memFree=22961992/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=19896 CPUtime=0.03 cores=0-7
/proc/32355/stat : 32355 (plingeling) R 32352 32355 31747 0 -1 4202496 3068 1259 0 0 3 0 0 0 25 0 1 0 636350186 20373504 2998 33554432000 4194304 4417452 140737195175104 18446744073709551615 4262071 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32355/statm: 4974 2998 149 55 0 2860 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19896

[startup+0.100191 s]
/proc/loadavg: 7.54 7.93 7.79 2/323 32355
/proc/meminfo: memFree=22961992/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=28648 CPUtime=0.09 cores=0-7
/proc/32355/stat : 32355 (plingeling) R 32352 32355 31747 0 -1 4202496 5282 1259 0 0 9 0 0 0 25 0 1 0 636350186 29335552 5186 33554432000 4194304 4417452 140737195175104 18446744073709551615 270338002531 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32355/statm: 7162 5186 149 55 0 5048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28648

[startup+0.300159 s]
/proc/loadavg: 7.54 7.93 7.79 2/323 32355
/proc/meminfo: memFree=22961992/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=67124 CPUtime=0.28 cores=0-7
/proc/32355/stat : 32355 (plingeling) R 32352 32355 31747 0 -1 4202496 14522 1259 0 0 27 1 0 0 25 0 1 0 636350186 68734976 14366 33554432000 4194304 4417452 140737195175104 18446744073709551615 270338077789 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32355/statm: 16781 14390 149 55 0 14667 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67124

[startup+0.701091 s]
/proc/loadavg: 7.54 7.93 7.79 2/323 32355
/proc/meminfo: memFree=22961992/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=151456 CPUtime=0.69 cores=0-7
/proc/32355/stat : 32355 (plingeling) R 32352 32355 31747 0 -1 4202496 36182 1259 0 0 65 4 0 0 25 0 1 0 636350186 155090944 35888 33554432000 4194304 4417452 140737195175104 18446744073709551615 4227968 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/32355/statm: 37864 35888 149 55 0 35750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151456

[startup+1.50088 s]
/proc/loadavg: 7.54 7.93 7.79 2/324 32361
/proc/meminfo: memFree=22779944/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=431112 CPUtime=3.4 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 87296 1259 0 0 328 12 0 0 25 0 9 0 636350186 441458688 58422 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 107778 58422 169 55 0 105664 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 431112

[startup+3.10057 s]
/proc/loadavg: 7.54 7.93 7.79 10/332 32370
/proc/meminfo: memFree=22710936/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=524816 CPUtime=16.16 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 118223 1259 0 0 1597 19 0 0 25 0 9 0 636350186 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 131204 77649 175 55 0 129090 0
[pid=32355/tid=32362] ppid=32352 vsize=524816 CPUtime=1.89 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 8439 1259 0 0 188 1 0 0 20 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=524816 CPUtime=1.87 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 8450 1259 0 0 186 1 0 0 25 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=524816 CPUtime=1.87 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 7268 1259 0 0 186 1 0 0 25 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4275705 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=524816 CPUtime=1.87 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 3785 1259 0 0 187 0 0 0 25 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=524816 CPUtime=1.88 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 9485 1259 0 0 186 2 0 0 20 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=524816 CPUtime=1.87 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 8474 1259 0 0 186 1 0 0 25 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4276054 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=524816 CPUtime=1.79 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 10243 1259 0 0 178 1 0 0 25 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=524816 CPUtime=1.84 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 7223 1259 0 0 184 0 0 0 25 0 9 0 636350307 537411584 77649 33554432000 4194304 4417452 140737195175104 18446744073709551615 4276887 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.16
Current children cumulated vsize (KiB) 524816

[startup+6.30093 s]
/proc/loadavg: 7.58 7.93 7.79 9/332 32370
/proc/meminfo: memFree=22622524/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=520784 CPUtime=41.72 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 139218 1259 0 0 4151 21 0 0 25 0 9 0 636350186 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 130196 85569 179 55 0 128082 0
[pid=32355/tid=32362] ppid=32352 vsize=520784 CPUtime=5.09 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 8445 1259 0 0 508 1 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4333805 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=520784 CPUtime=5.07 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 8456 1259 0 0 506 1 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4318678 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=520784 CPUtime=5.07 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 15122 1259 0 0 505 2 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4336717 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=520784 CPUtime=5.07 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 3786 1259 0 0 507 0 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4250593 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=520784 CPUtime=5.08 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 9491 1259 0 0 506 2 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=520784 CPUtime=5.07 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 11865 1259 0 0 505 2 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4252967 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=520784 CPUtime=4.99 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 10459 1259 0 0 498 1 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4336723 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=520784 CPUtime=5 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 16738 1259 0 0 499 1 0 0 25 0 9 0 636350307 533282816 85569 33554432000 4194304 4417452 140737195175104 18446744073709551615 4252855 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.72
Current children cumulated vsize (KiB) 520784

[startup+12.7007 s]
/proc/loadavg: 7.61 7.93 7.79 9/332 32370
/proc/meminfo: memFree=22583876/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=499852 CPUtime=92.86 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 156036 1259 0 0 9262 24 0 0 25 0 9 0 636350186 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 124963 74309 180 55 0 122849 0
[pid=32355/tid=32362] ppid=32352 vsize=499852 CPUtime=11.48 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 10494 1259 0 0 1147 1 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=499852 CPUtime=11.48 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 10505 1259 0 0 1146 2 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4320821 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=499852 CPUtime=11.47 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 15122 1259 0 0 1145 2 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=499852 CPUtime=11.47 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 5834 1259 0 0 1147 0 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=499852 CPUtime=11.48 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 11540 1259 0 0 1146 2 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4365579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=499852 CPUtime=11.47 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 16390 1259 0 0 1144 3 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=499852 CPUtime=11.39 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 10459 1259 0 0 1138 1 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=499852 CPUtime=11.34 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 20836 1259 0 0 1132 2 0 0 25 0 9 0 636350307 511848448 74309 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 92.86
Current children cumulated vsize (KiB) 499852

[startup+25.5011 s]
/proc/loadavg: 7.70 7.93 7.79 9/332 32371
/proc/meminfo: memFree=22659984/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=501472 CPUtime=195.12 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 157729 1259 0 0 19488 24 0 0 25 0 9 0 636350186 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 125368 74714 180 55 0 123254 0
[pid=32355/tid=32362] ppid=32352 vsize=501472 CPUtime=24.28 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 10800 1259 0 0 2427 1 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4353474 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=501472 CPUtime=24.28 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 10814 1259 0 0 2426 2 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4277545 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=501472 CPUtime=24.27 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 15198 1259 0 0 2425 2 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366494 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=501472 CPUtime=24.27 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 5834 1259 0 0 2427 0 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=501472 CPUtime=24.28 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 11849 1259 0 0 2426 2 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4331763 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=501472 CPUtime=24.27 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 16697 1259 0 0 2424 3 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4250464 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=501472 CPUtime=24.19 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 10537 1259 0 0 2418 1 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=501472 CPUtime=24 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 21144 1259 0 0 2398 2 0 0 25 0 9 0 636350307 513507328 74714 33554432000 4194304 4417452 140737195175104 18446744073709551615 4295187 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 195.12
Current children cumulated vsize (KiB) 501472

[startup+51.101 s]
/proc/loadavg: 7.88 7.95 7.80 9/332 32371
/proc/meminfo: memFree=22663800/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=498252 CPUtime=399.64 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 159148 1259 0 0 39939 25 0 0 25 0 9 0 636350186 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 124563 73909 180 55 0 122449 0
[pid=32355/tid=32362] ppid=32352 vsize=498252 CPUtime=49.88 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 11058 1259 0 0 4987 1 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=498252 CPUtime=49.88 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 11067 1259 0 0 4986 2 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4250869 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=498252 CPUtime=49.87 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 15268 1259 0 0 4985 2 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=498252 CPUtime=49.87 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 5834 1259 0 0 4987 0 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364583 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=498252 CPUtime=49.88 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 12106 1259 0 0 4986 2 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4250517 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=498252 CPUtime=49.86 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 16953 1259 0 0 4983 3 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=498252 CPUtime=49.79 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 10604 1259 0 0 4978 1 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236803 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=498252 CPUtime=49.32 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 21402 1259 0 0 4930 2 0 0 25 0 9 0 636350307 510210048 73909 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 399.64
Current children cumulated vsize (KiB) 498252

[startup+102.313 s]
/proc/loadavg: 7.95 7.96 7.81 9/332 32373

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

/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 14521 1259 0 0 10107 2 0 0 25 0 9 0 636350307 521494528 75132 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=509272 CPUtime=101.07 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 17169 1259 0 0 10104 3 0 0 25 0 9 0 636350307 521494528 75132 33554432000 4194304 4417452 140737195175104 18446744073709551615 4365936 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=509272 CPUtime=101.01 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 11067 1259 0 0 10099 2 0 0 25 0 9 0 636350307 521494528 75132 33554432000 4194304 4417452 140737195175104 18446744073709551615 4320867 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=509272 CPUtime=99.97 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 22217 1259 0 0 9995 2 0 0 25 0 9 0 636350307 521494528 75132 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 808.78
Current children cumulated vsize (KiB) 509272

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

[startup+115.101 s]
/proc/loadavg: 8.03 7.98 7.82 9/332 32373
/proc/meminfo: memFree=22635308/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=537148 CPUtime=910.97 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 179526 1259 0 0 91069 28 0 0 25 0 9 0 636350186 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 134287 82101 180 55 0 132173 0
[pid=32355/tid=32362] ppid=32352 vsize=537148 CPUtime=113.89 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 15178 1259 0 0 11387 2 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4275873 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=537148 CPUtime=113.88 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 13345 1259 0 0 11386 2 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=537148 CPUtime=113.87 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 20549 1259 0 0 11384 3 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366512 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=537148 CPUtime=113.87 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 6989 1259 0 0 11387 0 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=537148 CPUtime=113.89 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 15554 1259 0 0 11386 3 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236772 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=537148 CPUtime=113.86 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 19259 1259 0 0 11383 3 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=537148 CPUtime=113.8 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 11579 1259 0 0 11378 2 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=537148 CPUtime=112.63 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 22217 1259 0 0 11261 2 0 0 25 0 9 0 636350307 550039552 82101 33554432000 4194304 4417452 140737195175104 18446744073709551615 4357213 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 910.97
Current children cumulated vsize (KiB) 537148

[startup+121.501 s]
/proc/loadavg: 8.02 7.98 7.82 9/332 32373
/proc/meminfo: memFree=22629112/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=541136 CPUtime=962.09 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 181213 1259 0 0 96181 28 0 0 25 0 9 0 636350186 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 135284 83098 180 55 0 133170 0
[pid=32355/tid=32362] ppid=32352 vsize=541136 CPUtime=120.29 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 15186 1259 0 0 12027 2 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=541136 CPUtime=120.28 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 13354 1259 0 0 12026 2 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=541136 CPUtime=120.27 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 20559 1259 0 0 12024 3 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4251160 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=541136 CPUtime=120.27 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 6989 1259 0 0 12027 0 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=541136 CPUtime=120.29 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 15554 1259 0 0 12026 3 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=541136 CPUtime=120.25 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 20901 1259 0 0 12022 3 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4355827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=541136 CPUtime=120.2 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 11588 1259 0 0 12018 2 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4251121 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=541136 CPUtime=118.96 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 22226 1259 0 0 11894 2 0 0 25 0 9 0 636350307 554123264 83098 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 962.09
Current children cumulated vsize (KiB) 541136

[startup+124.7 s]
/proc/loadavg: 8.02 7.98 7.82 9/332 32373
/proc/meminfo: memFree=22629608/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=540176 CPUtime=987.65 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 181213 1259 0 0 98737 28 0 0 25 0 9 0 636350186 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 135044 82858 180 55 0 132930 0
[pid=32355/tid=32362] ppid=32352 vsize=540176 CPUtime=123.49 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 15186 1259 0 0 12347 2 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=540176 CPUtime=123.48 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 13354 1259 0 0 12346 2 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=540176 CPUtime=123.47 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 20559 1259 0 0 12344 3 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 4234240 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=540176 CPUtime=123.47 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 6989 1259 0 0 12347 0 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=540176 CPUtime=123.49 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 15554 1259 0 0 12346 3 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364572 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=540176 CPUtime=123.45 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 20901 1259 0 0 12342 3 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=540176 CPUtime=123.4 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 11588 1259 0 0 12338 2 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=540176 CPUtime=122.13 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 22226 1259 0 0 12211 2 0 0 25 0 9 0 636350307 553140224 82858 33554432000 4194304 4417452 140737195175104 18446744073709551615 18446744073699065949 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 987.65
Current children cumulated vsize (KiB) 540176

[startup+126.301 s]
/proc/loadavg: 8.02 7.98 7.82 9/332 32373
/proc/meminfo: memFree=22629604/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=530060 CPUtime=1000.44 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 181350 1259 0 0 100016 28 0 0 25 0 9 0 636350186 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 132515 80361 180 55 0 130401 0
[pid=32355/tid=32362] ppid=32352 vsize=530060 CPUtime=125.09 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 15186 1259 0 0 12507 2 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=530060 CPUtime=125.08 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 13354 1259 0 0 12506 2 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4357554 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=530060 CPUtime=125.07 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 20696 1259 0 0 12504 3 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4237202 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=530060 CPUtime=125.07 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 6989 1259 0 0 12507 0 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=530060 CPUtime=125.09 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 15554 1259 0 0 12506 3 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4357291 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=530060 CPUtime=125.05 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 20901 1259 0 0 12502 3 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4353520 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=530060 CPUtime=125 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 11588 1259 0 0 12498 2 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4309925 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=530060 CPUtime=123.72 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 22226 1259 0 0 12370 2 0 0 25 0 9 0 636350307 542781440 80361 33554432000 4194304 4417452 140737195175104 18446744073709551615 4232702 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1000.44
Current children cumulated vsize (KiB) 530060

[startup+127.901 s]
/proc/loadavg: 8.02 7.98 7.82 9/332 32373
/proc/meminfo: memFree=22639152/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=530024 CPUtime=1013.22 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 181350 1259 0 0 101294 28 0 0 25 0 9 0 636350186 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 132506 80352 180 55 0 130392 0
[pid=32355/tid=32362] ppid=32352 vsize=530024 CPUtime=126.69 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 15186 1259 0 0 12667 2 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4309884 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=530024 CPUtime=126.68 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 13354 1259 0 0 12666 2 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4307997 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=530024 CPUtime=126.67 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 20696 1259 0 0 12664 3 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366661 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=530024 CPUtime=126.67 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 6989 1259 0 0 12667 0 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4250488 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=530024 CPUtime=126.69 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 15554 1259 0 0 12666 3 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=530024 CPUtime=126.65 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 20901 1259 0 0 12662 3 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=530024 CPUtime=126.6 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 11588 1259 0 0 12658 2 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=530024 CPUtime=125.3 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 22226 1259 0 0 12528 2 0 0 25 0 9 0 636350307 542744576 80352 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1013.22
Current children cumulated vsize (KiB) 530024

[startup+128.713 s]
/proc/loadavg: 8.02 7.98 7.82 9/332 32373
/proc/meminfo: memFree=22639152/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=529960 CPUtime=1019.7 cores=0-7
/proc/32355/stat : 32355 (plingeling) S 32352 32355 31747 0 -1 4202496 181350 1259 0 0 101942 28 0 0 25 0 9 0 636350186 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 270350186469 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/32355/statm: 132490 80336 180 55 0 130376 0
[pid=32355/tid=32362] ppid=32352 vsize=529960 CPUtime=127.5 cores=0-7
/proc/32355/task/32362/stat : 32362 (plingeling) R 32352 32355 31747 0 -1 4202560 15186 1259 0 0 12748 2 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=32355/tid=32363] ppid=32352 vsize=529960 CPUtime=127.49 cores=0-7
/proc/32355/task/32363/stat : 32363 (plingeling) R 32352 32355 31747 0 -1 4202560 13354 1259 0 0 12747 2 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4311298 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=32355/tid=32364] ppid=32352 vsize=529960 CPUtime=127.48 cores=0-7
/proc/32355/task/32364/stat : 32364 (plingeling) R 32352 32355 31747 0 -1 4202560 20696 1259 0 0 12745 3 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32355/tid=32365] ppid=32352 vsize=529960 CPUtime=127.48 cores=0-7
/proc/32355/task/32365/stat : 32365 (plingeling) R 32352 32355 31747 0 -1 4202560 6989 1259 0 0 12748 0 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32355/tid=32366] ppid=32352 vsize=529960 CPUtime=127.5 cores=0-7
/proc/32355/task/32366/stat : 32366 (plingeling) R 32352 32355 31747 0 -1 4202560 15554 1259 0 0 12747 3 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32355/tid=32367] ppid=32352 vsize=529960 CPUtime=127.46 cores=0-7
/proc/32355/task/32367/stat : 32367 (plingeling) R 32352 32355 31747 0 -1 4202560 20901 1259 0 0 12743 3 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4309851 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=32355/tid=32368] ppid=32352 vsize=529960 CPUtime=127.41 cores=0-7
/proc/32355/task/32368/stat : 32368 (plingeling) R 32352 32355 31747 0 -1 4202560 11588 1259 0 0 12739 2 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=32355/tid=32370] ppid=32352 vsize=529960 CPUtime=126.1 cores=0-7
/proc/32355/task/32370/stat : 32370 (plingeling) R 32352 32355 31747 0 -1 4202560 22226 1259 0 0 12608 2 0 0 25 0 9 0 636350307 542679040 80336 33554432000 4194304 4417452 140737195175104 18446744073709551615 4310362 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1019.7
Current children cumulated vsize (KiB) 529960

[startup+129.101 s]
/proc/loadavg: 8.02 7.98 7.82 9/332 32373
/proc/meminfo: memFree=22639152/32951124 swapFree=59367104/67111528
[pid=32355] ppid=32352 vsize=342872 CPUtime=1022.37 cores=0-7
/proc/32355/stat : 32355 (plingeling) R 32352 32355 31747 0 -1 4202496 183399 1259 0 0 102208 29 0 0 17 0 1 0 636350186 351100928 37936 33554432000 4194304 4417452 140737195175104 18446744073709551615 270338409578 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32355/statm: 85718 37650 181 55 0 83604 0
Current children cumulated CPU time (s) 1022.37
Current children cumulated vsize (KiB) 342872

Child status: 20
Real time (s): 129.109
CPU time (s): 1022.4
CPU user time (s): 1022.09
CPU system time (s): 0.308953
CPU usage (%): 791.888
Max. virtual memory (cumulated for all children) (KiB): 585876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1022.09
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184661
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= 604
involuntary context switches= 4900

runsolver used 0.402938 second user time and 0.987849 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 08:02:26
IDJOB=3372617
IDBENCH=82488
IDSOLVER=1851
FILE ID=node143/3372617-1305439345
RUNJOBID= node143-1305436493-31761
PBS_JOBID= 13324751
Free space on /tmp= 73544 MiB

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

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=619053610

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:      22962148 kB
Buffers:        191916 kB
Cached:        1037136 kB
SwapCached:      67400 kB
Active:         159960 kB
Inactive:      9590660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22962148 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:            8156 kB
Writeback:           0 kB
AnonPages:     8453928 kB
Mapped:          22248 kB
Slab:           118520 kB
PageTables:      52780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69935148 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= 73544 MiB
End job on node143 at 2011-05-15 08:04:35