Trace number 3309312

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587UNSAT 10403.6 1307.98

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark380.915
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

10403.50/1307.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309312-1303995492/watcher-3309312-1303995492 -o /tmp/evaluation-result-3309312-1303995492/solver-3309312-1303995492 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309312-1303995492.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.58 8.00 7.99 1/170 26918
/proc/meminfo: memFree=19486056/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=11076 CPUtime=0 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 842 1262 0 0 0 0 0 0 18 0 1 0 243740699 11341824 771 33554432000 4194304 4417332 140736748802496 18446744073709551615 268660356043 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 2769 771 146 55 0 655 0

[startup+0.0806699 s]
/proc/loadavg: 7.58 8.00 7.99 1/170 26918
/proc/meminfo: memFree=19486056/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=26516 CPUtime=0.06 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 4724 1262 0 0 6 0 0 0 18 0 1 0 243740699 27152384 4653 33554432000 4194304 4417332 140736748802496 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 6629 4653 148 55 0 4515 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26516

[startup+0.100664 s]
/proc/loadavg: 7.58 8.00 7.99 1/170 26918
/proc/meminfo: memFree=19486056/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=31016 CPUtime=0.09 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 5849 1262 0 0 8 1 0 0 18 0 1 0 243740699 31760384 5778 33554432000 4194304 4417332 140736748802496 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 7754 5778 148 55 0 5640 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31016

[startup+0.300625 s]
/proc/loadavg: 7.58 8.00 7.99 1/170 26918
/proc/meminfo: memFree=19486056/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=70860 CPUtime=0.29 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 15970 1262 0 0 27 2 0 0 19 0 1 0 243740699 72560640 15739 33554432000 4194304 4417332 140736748802496 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 17715 15739 148 55 0 15601 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70860

[startup+0.700558 s]
/proc/loadavg: 7.58 8.00 7.99 1/170 26918
/proc/meminfo: memFree=19486056/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=130748 CPUtime=0.69 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 30953 1262 0 0 65 4 0 0 19 0 1 0 243740699 133885952 30711 33554432000 4194304 4417332 140736748802496 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 32687 30711 148 55 0 30573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130748

[startup+1.50039 s]
/proc/loadavg: 7.58 8.00 7.99 2/171 26924
/proc/meminfo: memFree=19360816/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=212668 CPUtime=1.49 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 51433 1262 0 0 142 7 0 0 21 0 1 0 243740699 217772032 51191 33554432000 4194304 4417332 140736748802496 18446744073709551615 268660280955 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 53167 51191 148 55 0 51053 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212668

[startup+3.10112 s]
/proc/loadavg: 7.58 8.00 7.99 2/171 26924
/proc/meminfo: memFree=19211836/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=414152 CPUtime=3.09 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 101804 1262 0 0 296 13 0 0 25 0 1 0 243740699 424091648 101562 33554432000 4194304 4417332 140736748802496 18446744073709551615 4231431 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 103538 101562 148 55 0 101424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 414152

[startup+6.30055 s]
/proc/loadavg: 7.05 7.88 7.95 2/171 26924
/proc/meminfo: memFree=18678072/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=816176 CPUtime=6.28 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 202351 1262 0 0 602 26 0 0 25 0 1 0 243740699 835764224 202068 33554432000 4194304 4417332 140736748802496 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/26918/statm: 204044 202068 148 55 0 201930 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 816176

[startup+12.7004 s]
/proc/loadavg: 7.13 7.88 7.95 9/179 26932
/proc/meminfo: memFree=18512380/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=1048156 CPUtime=51.29 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 480047 1262 0 0 5057 72 0 0 25 0 9 0 243740699 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 262039 228976 178 55 0 259925 0
[pid=26918/tid=26925] ppid=26916 vsize=1048156 CPUtime=5.53 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 41137 1262 0 0 547 6 0 0 25 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4317337 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1048156 CPUtime=5.54 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 50659 1262 0 0 547 7 0 0 18 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4259276 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1048156 CPUtime=5.53 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 37040 1262 0 0 547 6 0 0 19 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4320455 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1048156 CPUtime=5.5 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 3595 1262 0 0 550 0 0 0 25 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1048156 CPUtime=5.53 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 51881 1262 0 0 543 10 0 0 25 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4255662 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1048156 CPUtime=5.53 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 35463 1262 0 0 550 3 0 0 25 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4317337 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1048156 CPUtime=5.4 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 22443 1262 0 0 537 3 0 0 25 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4234264 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=1048156 CPUtime=5.52 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 35462 1262 0 0 548 4 0 0 25 0 9 0 243741414 1073311744 228976 33554432000 4194304 4417332 140736748802496 18446744073709551615 4234242 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.29
Current children cumulated vsize (KiB) 1048156

[startup+25.5011 s]
/proc/loadavg: 7.32 7.89 7.95 9/179 26932
/proc/meminfo: memFree=18181092/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=1430296 CPUtime=153.54 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 678137 1262 0 0 15239 115 0 0 25 0 9 0 243740699 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 357574 326789 181 55 0 355460 0
[pid=26918/tid=26925] ppid=26916 vsize=1430296 CPUtime=18.3 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 78585 1262 0 0 1817 13 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1430296 CPUtime=18.34 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 70903 1262 0 0 1820 14 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1430296 CPUtime=18.33 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 55633 1262 0 0 1821 12 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1430296 CPUtime=18.23 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 3595 1262 0 0 1823 0 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1430296 CPUtime=18.32 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 70427 1262 0 0 1817 15 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1430296 CPUtime=18.3 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 70437 1262 0 0 1820 10 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4365485 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1430296 CPUtime=18.2 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 55752 1262 0 0 1810 10 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4237136 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=1430296 CPUtime=18.32 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 70438 1262 0 0 1823 9 0 0 25 0 9 0 243741414 1464623104 326789 33554432000 4194304 4417332 140736748802496 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 153.54
Current children cumulated vsize (KiB) 1430296

[startup+51.1007 s]
/proc/loadavg: 7.63 7.91 7.96 9/179 26933
/proc/meminfo: memFree=18115792/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=1497652 CPUtime=358.18 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 695039 1262 0 0 35700 118 0 0 25 0 9 0 243740699 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 374413 343628 181 55 0 372299 0
[pid=26918/tid=26925] ppid=26916 vsize=1497652 CPUtime=43.9 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 78585 1262 0 0 4377 13 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1497652 CPUtime=43.94 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 71024 1262 0 0 4380 14 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4265443 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1497652 CPUtime=43.93 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 55768 1262 0 0 4381 12 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4275930 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1497652 CPUtime=43.7 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 19979 1262 0 0 4367 3 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1497652 CPUtime=43.92 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 70556 1262 0 0 4377 15 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1497652 CPUtime=43.89 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 70570 1262 0 0 4379 10 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236982 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1497652 CPUtime=43.79 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 55752 1262 0 0 4369 10 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4281683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=1497652 CPUtime=43.9 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 70438 1262 0 0 4381 9 0 0 25 0 9 0 243741414 1533595648 343628 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 358.18
Current children cumulated vsize (KiB) 1497652

[startup+102.307 s]
/proc/loadavg: 7.84 7.92 7.96 9/179 26934
/proc/meminfo: memFree=18139012/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=1468416 CPUtime=767.53 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 1027499 1262 0 0 76561 192 0 0 25 0 9 0 243740699 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 367104 336319 181 55 0 364990 0
[pid=26918/tid=26925] ppid=26916 vsize=1468416 CPUtime=95.11 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 125970 1262 0 0 9487 24 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1468416 CPUtime=95.13 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 118064 1262 0 0 9488 25 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236655 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1468416 CPUtime=95.14 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 104927 1262 0 0 9492 22 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1468416 CPUtime=94.62 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 19979 1262 0 0 9459 3 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1468416 CPUtime=95.12 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 116798 1262 0 0 9487 25 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1468416 CPUtime=95.1 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 118407 1262 0 0 9490 20 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1468416 CPUtime=95 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 103844 1262 0 0 9479 21 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232623 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=1468416 CPUtime=95.11 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 117143 1262 0 0 9490 21 0 0 25 0 9 0 243741414 1503657984 336319 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 767.53
Current children cumulated vsize (KiB) 1468416

[startup+162.301 s]
/proc/loadavg: 8.05 7.96 7.97 9/179 26936
/proc/meminfo: memFree=18120448/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=1491004 CPUtime=1247.13 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 1311984 1262 0 0 124483 230 0 0 25 0 9 0 243740699 1526788096 342020 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 372751 342020 181 55 0 370637 0
[pid=26918/tid=26925] ppid=26916 vsize=1491004 CPUtime=155.09 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 165725 1262 0 0 15481 28 0 0 25 0 9 0 243741414 1526788096 342020 33554432000 4194304 4417332 140736748802496 18446744073709551615 4284484 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1491004 CPUtime=155.12 cores=0-7

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

/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 493445 1262 0 0 111439 72 0 0 25 0 9 0 243741414 1859993600 419091 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1816400 CPUtime=1115.1 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 530507 1262 0 0 111439 71 0 0 25 0 9 0 243741414 1859993600 419091 33554432000 4194304 4417332 140736748802496 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1816400 CPUtime=1115.01 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 477893 1262 0 0 111430 71 0 0 25 0 9 0 243741414 1859993600 419091 33554432000 4194304 4417332 140736748802496 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=1816400 CPUtime=1115.01 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 517094 1262 0 0 111430 71 0 0 25 0 9 0 243741414 1859993600 419091 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8921.78
Current children cumulated vsize (KiB) 1816400

[startup+1182.3 s]
/proc/loadavg: 8.14 8.09 8.01 9/179 26972
/proc/meminfo: memFree=17667436/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=1960212 CPUtime=9401.47 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 3989223 1262 0 0 939582 565 0 0 25 0 9 0 243740699 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 490053 455076 181 55 0 487939 0
[pid=26918/tid=26925] ppid=26916 vsize=1960212 CPUtime=1175.1 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 538994 1262 0 0 117436 74 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=1960212 CPUtime=1175.13 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 490316 1262 0 0 117439 74 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=1960212 CPUtime=1175.14 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 523629 1262 0 0 117441 73 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=1960212 CPUtime=1168.66 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 155580 1262 0 0 116845 21 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=1960212 CPUtime=1175.11 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 493445 1262 0 0 117439 72 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=1960212 CPUtime=1175.1 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 530579 1262 0 0 117439 71 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4277864 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=1960212 CPUtime=1175.02 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 533380 1262 0 0 117425 77 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4262756 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=1960212 CPUtime=1175.01 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 520933 1262 0 0 117429 72 0 0 25 0 9 0 243741414 2007257088 455076 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9401.47
Current children cumulated vsize (KiB) 1960212

[startup+1242.3 s]
/proc/loadavg: 8.11 8.08 8.01 9/179 26974
/proc/meminfo: memFree=17625492/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=2001292 CPUtime=9881.13 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 4089642 1262 0 0 987528 585 0 0 25 0 9 0 243740699 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 500323 465314 181 55 0 498209 0
[pid=26918/tid=26925] ppid=26916 vsize=2001292 CPUtime=1235.1 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 539071 1262 0 0 123436 74 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232654 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=2001292 CPUtime=1235.13 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 490316 1262 0 0 123439 74 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4365900 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=2001292 CPUtime=1235.13 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 524639 1262 0 0 123440 73 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=2001292 CPUtime=1228.33 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 201789 1262 0 0 122799 34 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4357224 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=2001292 CPUtime=1235.11 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 509831 1262 0 0 123437 74 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=2001292 CPUtime=1235.1 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 546965 1262 0 0 123436 74 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=2001292 CPUtime=1235.02 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 533455 1262 0 0 123425 77 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=2001292 CPUtime=1235 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 541209 1262 0 0 123426 74 0 0 25 0 9 0 243741414 2049323008 465314 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9881.13
Current children cumulated vsize (KiB) 2001292

[startup+1302.3 s]
/proc/loadavg: 8.10 8.08 8.01 9/179 26975
/proc/meminfo: memFree=17573448/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=2051364 CPUtime=10360.8 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 4235639 1262 0 0 1035480 603 0 0 25 0 9 0 243740699 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 512841 477832 181 55 0 510727 0
[pid=26918/tid=26925] ppid=26916 vsize=2051364 CPUtime=1295.11 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 555457 1262 0 0 129435 76 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=2051364 CPUtime=1295.14 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 514954 1262 0 0 129437 77 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=2051364 CPUtime=1295.01 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 554992 1262 0 0 129424 77 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=2051364 CPUtime=1288.13 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 225726 1262 0 0 128776 37 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=2051364 CPUtime=1295.12 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 522545 1262 0 0 129436 76 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4357218 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=2051364 CPUtime=1295.11 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 547040 1262 0 0 129437 74 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4366359 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=2051364 CPUtime=1295.02 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 558003 1262 0 0 129422 80 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4346401 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=2051364 CPUtime=1295 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 554555 1262 0 0 129425 75 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10360.8
Current children cumulated vsize (KiB) 2051364

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

[startup+1305.5 s]
/proc/loadavg: 8.09 8.08 8.01 9/179 26976
/proc/meminfo: memFree=17573200/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=2051364 CPUtime=10386.4 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 4235639 1262 0 0 1038034 603 0 0 25 0 9 0 243740699 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 512841 477832 181 55 0 510727 0
[pid=26918/tid=26925] ppid=26916 vsize=2051364 CPUtime=1298.3 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 555457 1262 0 0 129754 76 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=2051364 CPUtime=1298.33 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 514954 1262 0 0 129756 77 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4250967 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=2051364 CPUtime=1298.2 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 554992 1262 0 0 129743 77 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=2051364 CPUtime=1291.32 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 225726 1262 0 0 129095 37 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=2051364 CPUtime=1298.31 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 522545 1262 0 0 129755 76 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=2051364 CPUtime=1298.3 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 547040 1262 0 0 129756 74 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=2051364 CPUtime=1298.21 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 558003 1262 0 0 129741 80 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4253475 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=2051364 CPUtime=1298.19 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 554555 1262 0 0 129744 75 0 0 25 0 9 0 243741414 2100596736 477832 33554432000 4194304 4417332 140736748802496 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10386.4
Current children cumulated vsize (KiB) 2051364

[startup+1307.1 s]
/proc/loadavg: 8.09 8.08 8.01 9/179 26976
/proc/meminfo: memFree=17522856/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=2101936 CPUtime=10399.2 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 4248282 1262 0 0 1039311 605 0 0 25 0 9 0 243740699 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 525484 490475 181 55 0 523370 0
[pid=26918/tid=26925] ppid=26916 vsize=2101936 CPUtime=1299.9 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 555457 1262 0 0 129914 76 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4354414 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=2101936 CPUtime=1299.92 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 527597 1262 0 0 129914 78 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4275953 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=2101936 CPUtime=1299.78 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 554992 1262 0 0 129901 77 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=2101936 CPUtime=1292.92 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 225726 1262 0 0 129255 37 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=2101936 CPUtime=1299.91 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 522545 1262 0 0 129915 76 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4281657 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=2101936 CPUtime=1299.9 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 547040 1262 0 0 129916 74 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364375 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=2101936 CPUtime=1299.81 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 558003 1262 0 0 129901 80 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4249584 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=2101936 CPUtime=1299.79 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 554555 1262 0 0 129904 75 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364534 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10399.2
Current children cumulated vsize (KiB) 2101936

[startup+1307.5 s]
/proc/loadavg: 8.09 8.08 8.01 9/179 26976
/proc/meminfo: memFree=17522856/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=2101936 CPUtime=10402.4 cores=0-7
/proc/26918/stat : 26918 (plingeling) S 26916 26918 26443 0 -1 4202496 4248282 1262 0 0 1039631 605 0 0 25 0 9 0 243740699 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26918/statm: 525484 490475 181 55 0 523370 0
[pid=26918/tid=26925] ppid=26916 vsize=2101936 CPUtime=1300.3 cores=0-7
/proc/26918/task/26925/stat : 26925 (plingeling) R 26916 26918 26443 0 -1 4202560 555457 1262 0 0 129954 76 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236616 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26918/tid=26926] ppid=26916 vsize=2101936 CPUtime=1300.32 cores=0-7
/proc/26918/task/26926/stat : 26926 (plingeling) R 26916 26918 26443 0 -1 4202560 527597 1262 0 0 129954 78 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4259140 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=26918/tid=26927] ppid=26916 vsize=2101936 CPUtime=1300.18 cores=0-7
/proc/26918/task/26927/stat : 26927 (plingeling) R 26916 26918 26443 0 -1 4202560 554992 1262 0 0 129941 77 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232808 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26918/tid=26928] ppid=26916 vsize=2101936 CPUtime=1293.32 cores=0-7
/proc/26918/task/26928/stat : 26928 (plingeling) R 26916 26918 26443 0 -1 4202560 225726 1262 0 0 129295 37 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=26918/tid=26929] ppid=26916 vsize=2101936 CPUtime=1300.31 cores=0-7
/proc/26918/task/26929/stat : 26929 (plingeling) R 26916 26918 26443 0 -1 4202560 522545 1262 0 0 129955 76 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26918/tid=26930] ppid=26916 vsize=2101936 CPUtime=1300.3 cores=0-7
/proc/26918/task/26930/stat : 26930 (plingeling) R 26916 26918 26443 0 -1 4202560 547040 1262 0 0 129956 74 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4232666 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=26918/tid=26931] ppid=26916 vsize=2101936 CPUtime=1300.21 cores=0-7
/proc/26918/task/26931/stat : 26931 (plingeling) R 26916 26918 26443 0 -1 4202560 558003 1262 0 0 129941 80 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=26918/tid=26932] ppid=26916 vsize=2101936 CPUtime=1300.19 cores=0-7
/proc/26918/task/26932/stat : 26932 (plingeling) R 26916 26918 26443 0 -1 4202560 554555 1262 0 0 129944 75 0 0 25 0 9 0 243741414 2152382464 490475 33554432000 4194304 4417332 140736748802496 18446744073709551615 4237148 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10402.4
Current children cumulated vsize (KiB) 2101936

[startup+1307.91 s]
/proc/loadavg: 8.09 8.08 8.01 2/172 26976
/proc/meminfo: memFree=17577224/32951124 swapFree=67111528/67111528
[pid=26918] ppid=26916 vsize=1848368 CPUtime=10403.5 cores=0-7
/proc/26918/stat : 26918 (plingeling) R 26916 26918 26443 0 -1 4202496 4248283 1262 0 0 1039744 606 0 0 15 0 1 0 243740699 1892728832 416047 33554432000 4194304 4417332 140736748802496 18446744073709551615 268660705415 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26918/statm: 462092 415727 182 55 0 459978 0
Current children cumulated CPU time (s) 10403.5
Current children cumulated vsize (KiB) 1848368

Child status: 20
Real time (s): 1307.98
CPU time (s): 10403.6
CPU user time (s): 10397.4
CPU system time (s): 6.13807
CPU usage (%): 795.395
Max. virtual memory (cumulated for all children) (KiB): 2136524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10397.4
system time used= 6.13807
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4249548
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= 407
involuntary context switches= 49942

runsolver used 2.07268 second user time and 5.06323 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-28 14:58:14
IDJOB=3309312
IDBENCH=69571
IDSOLVER=1695
FILE ID=node107/3309312-1303995492
RUNJOBID= node107-1303987384-26457
PBS_JOBID= 13168767
Free space on /tmp= 71736 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309312-1303995492/watcher-3309312-1303995492 -o /tmp/evaluation-result-3309312-1303995492/solver-3309312-1303995492 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309312-1303995492.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1067661816

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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:      19486336 kB
Buffers:       2045932 kB
Cached:       10871452 kB
SwapCached:          0 kB
Active:        8441576 kB
Inactive:      4538808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19486336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           68924 kB
Writeback:           0 kB
AnonPages:       62328 kB
Mapped:          14544 kB
Slab:           418872 kB
PageTables:       4292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   177908 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= 71732 MiB
End job on node107 at 2011-04-28 15:20:02