Trace number 3394504

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 464.243 58.1773

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark197.81
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

463.87/58.17	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-3394504-1306098201/watcher-3394504-1306098201 -o /tmp/evaluation-result-3394504-1306098201/solver-3394504-1306098201 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3394504-1306098201.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.02 8.03 8.00 2/320 22989
/proc/meminfo: memFree=19981924/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=12020 CPUtime=0 cores=0-7
/proc/22989/stat : 22989 (plingeling) R 22987 22989 22577 0 -1 4202496 1082 1261 0 0 0 0 0 0 24 0 1 0 800050635 12308480 1012 33554432000 4194304 4417452 140736189298400 18446744073709551615 4260062 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/22989/statm: 3005 1012 148 55 0 891 0

[startup+0.156238 s]
/proc/loadavg: 8.02 8.03 8.00 2/320 22989
/proc/meminfo: memFree=19981924/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=240988 CPUtime=6.67 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 7422 1261 0 0 667 0 0 0 25 0 9 0 800050635 246771712 5436 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 60247 5436 180 55 0 58133 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 240988

[startup+0.980272 s]
/proc/loadavg: 8.02 8.03 8.00 2/320 22989
/proc/meminfo: memFree=19981924/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=241976 CPUtime=7.47 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 7779 1261 0 0 747 0 0 0 25 0 9 0 800050635 247783424 5792 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 60494 5792 180 55 0 58380 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 241976

[startup+1.08025 s]
/proc/loadavg: 8.02 8.03 8.00 2/320 22989
/proc/meminfo: memFree=19981924/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=242224 CPUtime=8.27 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 7913 1261 0 0 827 0 0 0 25 0 9 0 800050635 248037376 5809 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 60556 5809 180 55 0 58442 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 242224

[startup+1.18024 s]
/proc/loadavg: 8.02 8.03 8.00 2/320 22989
/proc/meminfo: memFree=19981924/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=244824 CPUtime=9.07 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 8558 1261 0 0 907 0 0 0 25 0 9 0 800050635 250699776 6321 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 61206 6321 180 55 0 59092 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 244824

[startup+1.50018 s]
/proc/loadavg: 8.02 8.03 8.00 2/320 22989
/proc/meminfo: memFree=19981924/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=245112 CPUtime=11.64 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 9276 1261 0 0 1163 1 0 0 25 0 9 0 800050635 250994688 6376 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 61278 6376 180 55 0 59164 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 245112

[startup+3.10088 s]
/proc/loadavg: 8.02 8.03 8.00 9/329 23003
/proc/meminfo: memFree=19945760/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=257024 CPUtime=24.42 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 19418 1261 0 0 2440 2 0 0 25 0 9 0 800050635 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 64256 9438 180 55 0 62142 0
[pid=22989/tid=22996] ppid=22987 vsize=257024 CPUtime=3.02 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 2358 1261 0 0 302 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=257024 CPUtime=3.04 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 1918 1261 0 0 304 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=257024 CPUtime=3.04 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 2235 1261 0 0 304 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=257024 CPUtime=3.05 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 570 1261 0 0 305 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=257024 CPUtime=3.04 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 2151 1261 0 0 304 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=257024 CPUtime=3.04 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 2700 1261 0 0 304 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4237332 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=257024 CPUtime=3.05 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 2766 1261 0 0 305 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=257024 CPUtime=3.04 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 2183 1261 0 0 304 0 0 0 25 0 9 0 800050639 263192576 9438 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 257024

[startup+6.31229 s]
/proc/loadavg: 8.02 8.03 8.00 10/329 23003
/proc/meminfo: memFree=19942304/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=259624 CPUtime=50.08 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 28496 1261 0 0 5004 4 0 0 25 0 9 0 800050635 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 64906 10083 180 55 0 62792 0
[pid=22989/tid=22996] ppid=22987 vsize=259624 CPUtime=6.2 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 3389 1261 0 0 620 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=259624 CPUtime=6.25 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 3259 1261 0 0 625 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4257499 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=259624 CPUtime=6.26 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 3453 1261 0 0 626 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=259624 CPUtime=6.26 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 1046 1261 0 0 626 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=259624 CPUtime=6.24 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 3831 1261 0 0 624 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=259624 CPUtime=6.25 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 3386 1261 0 0 625 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=259624 CPUtime=6.25 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 4228 1261 0 0 625 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=259624 CPUtime=6.25 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 3367 1261 0 0 625 0 0 0 25 0 9 0 800050639 265854976 10083 33554432000 4194304 4417452 140736189298400 18446744073709551615 4250941 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 259624

[startup+12.7011 s]
/proc/loadavg: 8.01 8.03 8.00 9/329 23003
/proc/meminfo: memFree=19934280/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=274176 CPUtime=101.13 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 61720 1261 0 0 10103 10 0 0 25 0 9 0 800050635 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 68544 13731 180 55 0 66430 0
[pid=22989/tid=22996] ppid=22987 vsize=274176 CPUtime=12.54 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 7051 1261 0 0 1253 1 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364829 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=274176 CPUtime=12.64 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 8883 1261 0 0 1262 2 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=274176 CPUtime=12.64 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 6621 1261 0 0 1264 0 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=274176 CPUtime=12.64 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 3174 1261 0 0 1264 0 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=274176 CPUtime=12.63 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 8913 1261 0 0 1262 1 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=274176 CPUtime=12.65 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 7649 1261 0 0 1264 1 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=274176 CPUtime=12.65 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 9354 1261 0 0 1264 1 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=274176 CPUtime=12.64 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 7538 1261 0 0 1263 1 0 0 25 0 9 0 800050639 280756224 13731 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 274176

[startup+25.5008 s]
/proc/loadavg: 8.01 8.03 8.00 9/329 23004
/proc/meminfo: memFree=19924900/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=284896 CPUtime=203.4 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 111545 1261 0 0 20322 18 0 0 25 0 9 0 800050635 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 71224 16429 180 55 0 69110 0
[pid=22989/tid=22996] ppid=22987 vsize=284896 CPUtime=25.2 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 14406 1261 0 0 2518 2 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=284896 CPUtime=25.44 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 14758 1261 0 0 2542 2 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=284896 CPUtime=25.44 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 12531 1261 0 0 2543 1 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=284896 CPUtime=25.44 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 5826 1261 0 0 2544 0 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=284896 CPUtime=25.44 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 16127 1261 0 0 2541 3 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=284896 CPUtime=25.44 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 13286 1261 0 0 2543 1 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=284896 CPUtime=25.45 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 17536 1261 0 0 2543 2 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=284896 CPUtime=25.44 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 14538 1261 0 0 2542 2 0 0 25 0 9 0 800050639 291733504 16429 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.4
Current children cumulated vsize (KiB) 284896

[startup+51.101 s]
/proc/loadavg: 8.01 8.02 8.00 9/329 23004
/proc/meminfo: memFree=19894156/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=316480 CPUtime=407.95 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 193544 1261 0 0 40759 36 0 0 25 0 9 0 800050635 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 79120 24330 180 55 0 77006 0
[pid=22989/tid=22996] ppid=22987 vsize=316480 CPUtime=50.55 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 24462 1261 0 0 5051 4 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=316480 CPUtime=51.05 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 25016 1261 0 0 5100 5 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364542 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=316480 CPUtime=51.04 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 21790 1261 0 0 5101 3 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=316480 CPUtime=51.04 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 11954 1261 0 0 5102 2 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=316480 CPUtime=51.04 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 26930 1261 0 0 5098 6 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=316480 CPUtime=51.04 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 24858 1261 0 0 5101 3 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=316480 CPUtime=51.04 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 30160 1261 0 0 5100 4 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364558 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=316480 CPUtime=51.04 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 25837 1261 0 0 5099 5 0 0 25 0 9 0 800050639 324075520 24330 33554432000 4194304 4417452 140736189298400 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.95
Current children cumulated vsize (KiB) 316480

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

[startup+51.9009 s]
/proc/loadavg: 8.01 8.02 8.00 9/329 23004
/proc/meminfo: memFree=19887956/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=320248 CPUtime=414.34 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 194486 1261 0 0 41398 36 0 0 25 0 9 0 800050635 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 80062 25272 180 55 0 77948 0
[pid=22989/tid=22996] ppid=22987 vsize=320248 CPUtime=51.33 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 24532 1261 0 0 5129 4 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=320248 CPUtime=51.85 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 25168 1261 0 0 5180 5 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=320248 CPUtime=51.83 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 22226 1261 0 0 5180 3 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=320248 CPUtime=51.84 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 11954 1261 0 0 5182 2 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=320248 CPUtime=51.84 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 26930 1261 0 0 5178 6 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=320248 CPUtime=51.84 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 25002 1261 0 0 5181 3 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4236670 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=320248 CPUtime=51.84 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 30160 1261 0 0 5180 4 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=320248 CPUtime=51.84 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 25977 1261 0 0 5179 5 0 0 25 0 9 0 800050639 327933952 25272 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364812 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 414.34
Current children cumulated vsize (KiB) 320248

[startup+55.1013 s]
/proc/loadavg: 8.08 8.04 8.01 9/329 23004
/proc/meminfo: memFree=19897132/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=320680 CPUtime=439.91 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 201579 1261 0 0 43954 37 0 0 25 0 9 0 800050635 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 80170 25379 180 55 0 78056 0
[pid=22989/tid=22996] ppid=22987 vsize=320680 CPUtime=54.5 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 25247 1261 0 0 5446 4 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4353557 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=320680 CPUtime=55.05 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 25657 1261 0 0 5500 5 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=320680 CPUtime=55.03 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 24132 1261 0 0 5500 3 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=320680 CPUtime=55.04 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 12473 1261 0 0 5502 2 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=320680 CPUtime=55.04 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 28437 1261 0 0 5498 6 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=320680 CPUtime=55.04 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 25402 1261 0 0 5501 3 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=320680 CPUtime=55.04 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 31047 1261 0 0 5500 4 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=320680 CPUtime=55.04 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 26647 1261 0 0 5499 5 0 0 25 0 9 0 800050639 328376320 25379 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 439.91
Current children cumulated vsize (KiB) 320680

[startup+56.701 s]
/proc/loadavg: 8.08 8.04 8.01 9/329 23004
/proc/meminfo: memFree=19889940/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=303876 CPUtime=452.7 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 205098 1261 0 0 45232 38 0 0 25 0 9 0 800050635 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 75969 21181 180 55 0 73855 0
[pid=22989/tid=22996] ppid=22987 vsize=303876 CPUtime=56.09 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 25703 1261 0 0 5605 4 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=303876 CPUtime=56.65 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 26192 1261 0 0 5660 5 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364756 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=303876 CPUtime=56.63 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 24388 1261 0 0 5660 3 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=303876 CPUtime=56.64 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 12680 1261 0 0 5662 2 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=303876 CPUtime=56.64 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 28992 1261 0 0 5658 6 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=303876 CPUtime=56.64 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 25781 1261 0 0 5661 3 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=303876 CPUtime=56.65 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 31891 1261 0 0 5660 5 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=303876 CPUtime=56.64 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 26934 1261 0 0 5659 5 0 0 25 0 9 0 800050639 311169024 21181 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 452.7
Current children cumulated vsize (KiB) 303876

[startup+57.5009 s]
/proc/loadavg: 8.08 8.04 8.01 9/329 23004
/proc/meminfo: memFree=19902096/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=295884 CPUtime=459.08 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 207536 1261 0 0 45870 38 0 0 25 0 9 0 800050635 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 73971 19162 180 55 0 71857 0
[pid=22989/tid=22996] ppid=22987 vsize=295884 CPUtime=56.88 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 26206 1261 0 0 5684 4 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=295884 CPUtime=57.45 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 26233 1261 0 0 5740 5 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=295884 CPUtime=57.44 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 25125 1261 0 0 5740 4 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=295884 CPUtime=57.44 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 12680 1261 0 0 5742 2 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4355827 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=295884 CPUtime=57.44 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 29147 1261 0 0 5738 6 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=295884 CPUtime=57.44 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 26036 1261 0 0 5741 3 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=295884 CPUtime=57.45 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 32446 1261 0 0 5740 5 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=295884 CPUtime=57.44 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 27126 1261 0 0 5739 5 0 0 25 0 9 0 800050639 302985216 19162 33554432000 4194304 4417452 140736189298400 18446744073709551615 4365973 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 459.08
Current children cumulated vsize (KiB) 295884

[startup+57.9008 s]
/proc/loadavg: 8.08 8.04 8.00 9/329 23005
/proc/meminfo: memFree=19913008/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=292708 CPUtime=462.36 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 207766 1261 0 0 46198 38 0 0 25 0 9 0 800050635 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 73177 18368 180 55 0 71063 0
[pid=22989/tid=22996] ppid=22987 vsize=292708 CPUtime=57.28 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 26206 1261 0 0 5724 4 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4365150 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=292708 CPUtime=57.86 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 26398 1261 0 0 5781 5 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4366102 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=292708 CPUtime=57.85 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 25125 1261 0 0 5781 4 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=292708 CPUtime=57.85 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 12680 1261 0 0 5783 2 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4237290 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=292708 CPUtime=57.85 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 29147 1261 0 0 5779 6 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=292708 CPUtime=57.85 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 26036 1261 0 0 5782 3 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4354004 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=292708 CPUtime=57.86 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 32511 1261 0 0 5781 5 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4251066 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=292708 CPUtime=57.85 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 27126 1261 0 0 5780 5 0 0 25 0 9 0 800050639 299732992 18368 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 292708

[startup+58.1008 s]
/proc/loadavg: 8.08 8.04 8.00 9/329 23005
/proc/meminfo: memFree=19913008/32951124 swapFree=67083432/67111528
[pid=22989] ppid=22987 vsize=289992 CPUtime=463.87 cores=0-7
/proc/22989/stat : 22989 (plingeling) S 22987 22989 22577 0 -1 4202496 208156 1261 0 0 46349 38 0 0 25 0 9 0 800050635 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/22989/statm: 72498 17689 180 55 0 70384 0
[pid=22989/tid=22996] ppid=22987 vsize=289992 CPUtime=57.47 cores=0-7
/proc/22989/task/22996/stat : 22996 (plingeling) R 22987 22989 22577 0 -1 4202560 26206 1261 0 0 5743 4 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=22989/tid=22997] ppid=22987 vsize=289992 CPUtime=58.05 cores=0-7
/proc/22989/task/22997/stat : 22997 (plingeling) R 22987 22989 22577 0 -1 4202560 26398 1261 0 0 5800 5 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=22989/tid=22998] ppid=22987 vsize=289992 CPUtime=58.04 cores=0-7
/proc/22989/task/22998/stat : 22998 (plingeling) R 22987 22989 22577 0 -1 4202560 25125 1261 0 0 5800 4 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22989/tid=22999] ppid=22987 vsize=289992 CPUtime=58.04 cores=0-7
/proc/22989/task/22999/stat : 22999 (plingeling) R 22987 22989 22577 0 -1 4202560 12680 1261 0 0 5802 2 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=22989/tid=23000] ppid=22987 vsize=289992 CPUtime=58.04 cores=0-7
/proc/22989/task/23000/stat : 23000 (plingeling) R 22987 22989 22577 0 -1 4202560 29250 1261 0 0 5798 6 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4366035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22989/tid=23001] ppid=22987 vsize=289992 CPUtime=58.04 cores=0-7
/proc/22989/task/23001/stat : 23001 (plingeling) R 22987 22989 22577 0 -1 4202560 26193 1261 0 0 5801 3 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4278518 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=22989/tid=23002] ppid=22987 vsize=289992 CPUtime=58.05 cores=0-7
/proc/22989/task/23002/stat : 23002 (plingeling) R 22987 22989 22577 0 -1 4202560 32511 1261 0 0 5800 5 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=22989/tid=23003] ppid=22987 vsize=289992 CPUtime=58.04 cores=0-7
/proc/22989/task/23003/stat : 23003 (plingeling) R 22987 22989 22577 0 -1 4202560 27256 1261 0 0 5799 5 0 0 25 0 9 0 800050639 296951808 17689 33554432000 4194304 4417452 140736189298400 18446744073709551615 4250505 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 463.87
Current children cumulated vsize (KiB) 289992

Child status: 20
Real time (s): 58.1773
CPU time (s): 464.243
CPU user time (s): 463.852
CPU system time (s): 0.39094
CPU usage (%): 797.98
Max. virtual memory (cumulated for all children) (KiB): 321320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 463.852
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209421
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= 279
involuntary context switches= 1987

runsolver used 0.167974 second user time and 0.419936 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-22 23:03:21
IDJOB=3394504
IDBENCH=83196
IDSOLVER=1851
FILE ID=node110/3394504-1306098201
RUNJOBID= node110-1306093681-22591
PBS_JOBID= 13387949
Free space on /tmp= 73344 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394504-1306098201/watcher-3394504-1306098201 -o /tmp/evaluation-result-3394504-1306098201/solver-3394504-1306098201 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3394504-1306098201.cnf

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=1479682853

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.76
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.830
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.830
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.830
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:      19982204 kB
Buffers:        325124 kB
Cached:        8682004 kB
SwapCached:       1416 kB
Active:        5965236 kB
Inactive:      6669364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19982204 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:     3625836 kB
Mapped:          28052 kB
Slab:           240088 kB
PageTables:      26808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75580332 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= 73340 MiB
End job on node110 at 2011-05-22 23:04:19