Trace number 3263926

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 1940.18 486.172

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark201.305
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
Number of clauses of size over 50

Solver Data

1940.11/486.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: 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-3263926-1304101106/watcher-3263926-1304101106 -o /tmp/evaluation-result-3263926-1304101106/solver-3263926-1304101106 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3263926-1304101106.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.69 4.81 6.42 7/181 27264
/proc/meminfo: memFree=30928476/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=9200 CPUtime=0 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) R 27262 27264 26666 0 -1 4202496 393 1260 0 0 0 0 0 0 23 0 1 0 521707646 9420800 322 33554432000 4194304 4417332 140736237791376 18446744073709551615 239476694784 0 0 4096 17442 0 0 0 17 5 0 0 0
/proc/27264/statm: 2300 322 147 55 0 186 0

[startup+0.0459229 s]
/proc/loadavg: 3.69 4.81 6.42 7/181 27264
/proc/meminfo: memFree=30928476/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=116716 CPUtime=0.15 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 675 1260 0 0 15 0 0 0 23 0 5 0 521707646 119517184 600 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 29179 600 181 55 0 27065 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 116716

[startup+0.100913 s]
/proc/loadavg: 3.69 4.81 6.42 7/181 27264
/proc/meminfo: memFree=30928476/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=117564 CPUtime=0.37 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 939 1260 0 0 37 0 0 0 23 0 5 0 521707646 120385536 824 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 29391 824 181 55 0 27277 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 117564

[startup+0.300875 s]
/proc/loadavg: 3.69 4.81 6.42 7/181 27264
/proc/meminfo: memFree=30928476/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=119536 CPUtime=1.17 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 1779 1260 0 0 117 0 0 0 23 0 5 0 521707646 122404864 1348 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 29884 1348 181 55 0 27770 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 119536

[startup+0.700799 s]
/proc/loadavg: 3.69 4.81 6.42 7/181 27264
/proc/meminfo: memFree=30928476/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=121568 CPUtime=2.76 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 4006 1260 0 0 276 0 0 0 23 0 5 0 521707646 124485632 1864 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 30392 1864 181 55 0 28278 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 121568

[startup+1.50065 s]
/proc/loadavg: 3.69 4.81 6.42 9/186 27274
/proc/meminfo: memFree=30910504/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=125548 CPUtime=5.96 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 8179 1260 0 0 595 1 0 0 23 0 5 0 521707646 128561152 2859 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 31387 2859 181 55 0 29273 0
[pid=27264/tid=27271] ppid=27262 vsize=125548 CPUtime=1.49 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 1944 1260 0 0 149 0 0 0 25 0 5 0 521707647 128561152 2859 33554432000 4194304 4417332 140736237791376 18446744073709551615 4356788 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=125548 CPUtime=1.48 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 1667 1260 0 0 148 0 0 0 25 0 5 0 521707647 128561152 2859 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=125548 CPUtime=1.48 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 2008 1260 0 0 148 0 0 0 25 0 5 0 521707647 128561152 2859 33554432000 4194304 4417332 140736237791376 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=125548 CPUtime=1.48 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 2056 1260 0 0 148 0 0 0 25 0 5 0 521707647 128561152 2859 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 125548

[startup+3.10034 s]
/proc/loadavg: 4.04 4.86 6.43 9/186 27274
/proc/meminfo: memFree=30904180/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=128808 CPUtime=12.35 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 14051 1260 0 0 1233 2 0 0 23 0 5 0 521707646 131899392 3642 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 32202 3642 181 55 0 30088 0
[pid=27264/tid=27271] ppid=27262 vsize=128808 CPUtime=3.08 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 3854 1260 0 0 308 0 0 0 25 0 5 0 521707647 131899392 3642 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=128808 CPUtime=3.08 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 2878 1260 0 0 308 0 0 0 25 0 5 0 521707647 131899392 3642 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364887 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=128808 CPUtime=3.07 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 3098 1260 0 0 307 0 0 0 25 0 5 0 521707647 131899392 3642 33554432000 4194304 4417332 140736237791376 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=128808 CPUtime=3.08 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 3717 1260 0 0 308 0 0 0 25 0 5 0 521707647 131899392 3642 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 128808

[startup+6.30073 s]
/proc/loadavg: 4.04 4.86 6.43 10/186 27275
/proc/meminfo: memFree=30891408/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=133536 CPUtime=25.14 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 27160 1260 0 0 2510 4 0 0 23 0 5 0 521707646 136740864 4845 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 33384 4845 181 55 0 31270 0
[pid=27264/tid=27271] ppid=27262 vsize=133536 CPUtime=6.29 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 6131 1260 0 0 628 1 0 0 25 0 5 0 521707647 136740864 4845 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=133536 CPUtime=6.28 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 6325 1260 0 0 628 0 0 0 25 0 5 0 521707647 136740864 4845 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=133536 CPUtime=6.25 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 6847 1260 0 0 625 0 0 0 25 0 5 0 521707647 136740864 4845 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=133536 CPUtime=6.28 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 7353 1260 0 0 627 1 0 0 25 0 5 0 521707647 136740864 4845 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364736 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 133536

[startup+12.7005 s]
/proc/loadavg: 4.65 4.96 6.44 10/186 27275
/proc/meminfo: memFree=30880108/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=138168 CPUtime=50.7 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 44744 1260 0 0 5064 6 0 0 23 0 5 0 521707646 141484032 5994 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 34542 5994 181 55 0 32428 0
[pid=27264/tid=27271] ppid=27262 vsize=138168 CPUtime=12.69 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 11259 1260 0 0 1267 2 0 0 25 0 5 0 521707647 141484032 5994 33554432000 4194304 4417332 140736237791376 18446744073709551615 4366303 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=138168 CPUtime=12.68 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 10503 1260 0 0 1267 1 0 0 25 0 5 0 521707647 141484032 5994 33554432000 4194304 4417332 140736237791376 18446744073709551615 4366029 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=138168 CPUtime=12.63 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 12218 1260 0 0 1262 1 0 0 25 0 5 0 521707647 141484032 5994 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=138168 CPUtime=12.68 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 10260 1260 0 0 1267 1 0 0 25 0 5 0 521707647 141484032 5994 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 138168

[startup+25.5011 s]
/proc/loadavg: 5.16 5.06 6.46 10/186 27275
/proc/meminfo: memFree=30855928/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=146808 CPUtime=101.84 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 82386 1260 0 0 10171 13 0 0 23 0 5 0 521707646 150331392 8161 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 36702 8161 181 55 0 34588 0
[pid=27264/tid=27271] ppid=27262 vsize=146808 CPUtime=25.48 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 21197 1260 0 0 2545 3 0 0 25 0 5 0 521707647 150331392 8161 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=146808 CPUtime=25.49 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 20729 1260 0 0 2546 3 0 0 25 0 5 0 521707647 150331392 8161 33554432000 4194304 4417332 140736237791376 18446744073709551615 4366017 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=146808 CPUtime=25.36 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 22116 1260 0 0 2534 2 0 0 25 0 5 0 521707647 150331392 8161 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=146808 CPUtime=25.48 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 17840 1260 0 0 2545 3 0 0 25 0 5 0 521707647 150331392 8161 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364957 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 146808

[startup+51.1012 s]
/proc/loadavg: 6.13 5.30 6.50 10/186 27276
/proc/meminfo: memFree=30829132/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=154460 CPUtime=204.12 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 128650 1260 0 0 20390 22 0 0 23 0 5 0 521707646 158167040 10055 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 38615 10055 181 55 0 36501 0
[pid=27264/tid=27271] ppid=27262 vsize=154460 CPUtime=51.08 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 31645 1260 0 0 5102 6 0 0 25 0 5 0 521707647 158167040 10055 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=154460 CPUtime=51.08 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 34363 1260 0 0 5103 5 0 0 25 0 5 0 521707647 158167040 10055 33554432000 4194304 4417332 140736237791376 18446744073709551615 4234678 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=154460 CPUtime=50.83 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 34092 1260 0 0 5078 5 0 0 25 0 5 0 521707647 158167040 10055 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=154460 CPUtime=51.08 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 28046 1260 0 0 5104 4 0 0 25 0 5 0 521707647 158167040 10055 33554432000 4194304 4417332 140736237791376 18446744073709551615 4236544 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 154460

[startup+102.306 s]
/proc/loadavg: 7.29 5.76 6.59 10/186 27277
/proc/meminfo: memFree=30770332/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=174636 CPUtime=408.65 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 230446 1260 0 0 40828 37 0 0 23 0 5 0 521707646 178827264 15107 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 43659 15107 181 55 0 41545 0
[pid=27264/tid=27271] ppid=27262 vsize=174636 CPUtime=102.28 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 59380 1260 0 0 10218 10 0 0 25 0 5 0 521707647 178827264 15107 33554432000 4194304 4417332 140736237791376 18446744073709551615 4353461 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=174636 CPUtime=102.29 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 60853 1260 0 0 10220 9 0 0 25 0 5 0 521707647 178827264 15107 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=174636 CPUtime=101.77 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 59968 1260 0 0 10168 9 0 0 25 0 5 0 521707647 178827264 15107 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=174636 CPUtime=102.29 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 49741 1260 0 0 10221 8 0 0 25 0 5 0 521707647 178827264 15107 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 174636

[startup+162.301 s]
/proc/loadavg: 7.75 6.15 6.67 10/186 27279
/proc/meminfo: memFree=30720840/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=191308 CPUtime=648.32 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 310000 1260 0 0 64782 50 0 0 23 0 5 0 521707646 195899392 19274 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 47827 19274 181 55 0 45713 0
[pid=27264/tid=27271] ppid=27262 vsize=191308 CPUtime=162.27 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 82649 1260 0 0 16214 13 0 0 25 0 5 0 521707647 195899392 19274 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364575 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=191308 CPUtime=162.29 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 82806 1260 0 0 16217 12 0 0 25 0 5 0 521707647 195899392 19274 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=191308 CPUtime=161.43 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 75576 1260 0 0 16132 11 0 0 25 0 5 0 521707647 195899392 19274 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=191308 CPUtime=162.28 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 68465 1260 0 0 16217 11 0 0 25 0 5 0 521707647 195899392 19274 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 648.32
Current children cumulated vsize (KiB) 191308


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

/proc/meminfo: memFree=30621100/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=194768 CPUtime=1127.67 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 446449 1260 0 0 112698 69 0 0 23 0 5 0 521707646 199442432 20132 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 48692 20132 181 55 0 46578 0
[pid=27264/tid=27271] ppid=27262 vsize=194768 CPUtime=282.27 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 121182 1260 0 0 28208 19 0 0 25 0 5 0 521707647 199442432 20132 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=194768 CPUtime=282.29 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 121046 1260 0 0 28211 18 0 0 25 0 5 0 521707647 199442432 20132 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=194768 CPUtime=280.78 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 107740 1260 0 0 28063 15 0 0 25 0 5 0 521707647 199442432 20132 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364631 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=194768 CPUtime=282.29 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 95977 1260 0 0 28214 15 0 0 25 0 5 0 521707647 199442432 20132 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1127.67
Current children cumulated vsize (KiB) 194768

[startup+342.3 s]
/proc/loadavg: 8.02 7.03 6.92 10/186 27283
/proc/meminfo: memFree=30533160/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=230960 CPUtime=1367.34 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 534391 1260 0 0 136653 81 0 0 23 0 5 0 521707646 236503040 29180 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 57740 29180 181 55 0 55626 0
[pid=27264/tid=27271] ppid=27262 vsize=230960 CPUtime=342.26 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 140477 1260 0 0 34205 21 0 0 25 0 5 0 521707647 236503040 29180 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=230960 CPUtime=342.29 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 165847 1260 0 0 34206 23 0 0 25 0 5 0 521707647 236503040 29180 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=230960 CPUtime=340.46 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 120393 1260 0 0 34029 17 0 0 25 0 5 0 521707647 236503040 29180 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=230960 CPUtime=342.29 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 107170 1260 0 0 34212 17 0 0 25 0 5 0 521707647 236503040 29180 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1367.34
Current children cumulated vsize (KiB) 230960

[startup+402.301 s]
/proc/loadavg: 8.07 7.21 6.98 9/186 27285
/proc/meminfo: memFree=30535248/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=249948 CPUtime=1607.02 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 610639 1260 0 0 160610 92 0 0 23 0 5 0 521707646 255946752 33957 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 62487 33957 181 55 0 60373 0
[pid=27264/tid=27271] ppid=27262 vsize=249948 CPUtime=402.25 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 157286 1260 0 0 40201 24 0 0 25 0 5 0 521707647 255946752 33957 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=249948 CPUtime=402.29 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 202426 1260 0 0 40201 28 0 0 25 0 5 0 521707647 255946752 33957 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=249948 CPUtime=400.14 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 132355 1260 0 0 39995 19 0 0 25 0 5 0 521707647 255946752 33957 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=249948 CPUtime=402.29 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 118068 1260 0 0 40210 19 0 0 25 0 5 0 521707647 255946752 33957 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.02
Current children cumulated vsize (KiB) 249948

[startup+462.3 s]
/proc/loadavg: 8.07 7.37 7.05 10/186 27287
/proc/meminfo: memFree=30531264/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=243624 CPUtime=1846.7 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 697822 1260 0 0 184565 105 0 0 23 0 5 0 521707646 249470976 32371 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 60906 32371 181 55 0 58792 0
[pid=27264/tid=27271] ppid=27262 vsize=243624 CPUtime=462.25 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 201922 1260 0 0 46196 29 0 0 25 0 5 0 521707647 249470976 32371 33554432000 4194304 4417332 140736237791376 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=243624 CPUtime=462.3 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 216028 1260 0 0 46199 31 0 0 25 0 5 0 521707647 249470976 32371 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=243624 CPUtime=459.81 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 147384 1260 0 0 45960 21 0 0 25 0 5 0 521707647 249470976 32371 33554432000 4194304 4417332 140736237791376 18446744073709551615 4366011 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=243624 CPUtime=462.29 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 131984 1260 0 0 46208 21 0 0 25 0 5 0 521707647 249470976 32371 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364473 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1846.7
Current children cumulated vsize (KiB) 243624

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

[startup+473.5 s]
/proc/loadavg: 8.06 7.39 7.06 10/186 27287
/proc/meminfo: memFree=30533860/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=251472 CPUtime=1891.43 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 700437 1260 0 0 189038 105 0 0 23 0 5 0 521707646 257507328 34333 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 62868 34333 181 55 0 60754 0
[pid=27264/tid=27271] ppid=27262 vsize=251472 CPUtime=473.45 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 201922 1260 0 0 47316 29 0 0 25 0 5 0 521707647 257507328 34333 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=251472 CPUtime=473.5 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 216028 1260 0 0 47319 31 0 0 25 0 5 0 521707647 257507328 34333 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=251472 CPUtime=470.95 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 149339 1260 0 0 47073 22 0 0 25 0 5 0 521707647 257507328 34333 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=251472 CPUtime=473.49 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 132644 1260 0 0 47328 21 0 0 25 0 5 0 521707647 257507328 34333 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1891.43
Current children cumulated vsize (KiB) 251472

[startup+479.901 s]
/proc/loadavg: 8.06 7.40 7.07 9/186 27287
/proc/meminfo: memFree=30547996/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=245644 CPUtime=1917 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 715918 1260 0 0 191593 107 0 0 23 0 5 0 521707646 251539456 32876 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 61411 32876 181 55 0 59297 0
[pid=27264/tid=27271] ppid=27262 vsize=245644 CPUtime=479.86 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 211458 1260 0 0 47955 31 0 0 25 0 5 0 521707647 251539456 32876 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=245644 CPUtime=479.9 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 218011 1260 0 0 47958 32 0 0 25 0 5 0 521707647 251539456 32876 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=245644 CPUtime=477.31 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 153301 1260 0 0 47709 22 0 0 25 0 5 0 521707647 251539456 32876 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=245644 CPUtime=479.9 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 132644 1260 0 0 47969 21 0 0 25 0 5 0 521707647 251539456 32876 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1917
Current children cumulated vsize (KiB) 245644

[startup+483.1 s]
/proc/loadavg: 8.05 7.41 7.07 10/186 27287
/proc/meminfo: memFree=30552828/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=235720 CPUtime=1929.78 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 719408 1260 0 0 192870 108 0 0 23 0 5 0 521707646 241377280 30370 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 58930 30370 181 55 0 56816 0
[pid=27264/tid=27271] ppid=27262 vsize=235720 CPUtime=483.06 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 211458 1260 0 0 48275 31 0 0 25 0 5 0 521707647 241377280 30370 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=235720 CPUtime=483.1 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 218684 1260 0 0 48278 32 0 0 25 0 5 0 521707647 241377280 30370 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=235720 CPUtime=480.49 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 153301 1260 0 0 48027 22 0 0 25 0 5 0 521707647 241377280 30370 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=235720 CPUtime=483.1 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 135461 1260 0 0 48288 22 0 0 25 0 5 0 521707647 241377280 30370 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1929.78
Current children cumulated vsize (KiB) 235720

[startup+484.701 s]
/proc/loadavg: 8.05 7.41 7.07 10/186 27287
/proc/meminfo: memFree=30538196/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=260296 CPUtime=1936.18 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 726576 1260 0 0 193509 109 0 0 23 0 5 0 521707646 266543104 36514 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 65074 36514 181 55 0 62960 0
[pid=27264/tid=27271] ppid=27262 vsize=260296 CPUtime=484.65 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 215554 1260 0 0 48434 31 0 0 25 0 5 0 521707647 266543104 36514 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27272] ppid=27262 vsize=260296 CPUtime=484.7 cores=1,3,5,7
/proc/27264/task/27272/stat : 27272 (plingeling) R 27262 27264 26666 0 -1 4202560 219708 1260 0 0 48438 32 0 0 25 0 5 0 521707647 266543104 36514 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=260296 CPUtime=482.09 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 153301 1260 0 0 48187 22 0 0 25 0 5 0 521707647 266543104 36514 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=27264/tid=27274] ppid=27262 vsize=260296 CPUtime=484.7 cores=1,3,5,7
/proc/27264/task/27274/stat : 27274 (plingeling) R 27262 27264 26666 0 -1 4202560 137509 1260 0 0 48448 22 0 0 25 0 5 0 521707647 266543104 36514 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1936.18
Current children cumulated vsize (KiB) 260296

[startup+485.501 s]
/proc/loadavg: 8.05 7.41 7.07 10/186 27287
/proc/meminfo: memFree=30521704/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=245064 CPUtime=1939.15 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 729968 1260 0 0 193805 110 0 0 23 0 3 0 521707646 250945536 32707 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 61266 32707 182 55 0 59152 0
[pid=27264/tid=27271] ppid=27262 vsize=245064 CPUtime=485.45 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 215554 1260 0 0 48514 31 0 0 25 0 3 0 521707647 250945536 32707 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27264/tid=27273] ppid=27262 vsize=245064 CPUtime=482.88 cores=1,3,5,7
/proc/27264/task/27273/stat : 27273 (plingeling) R 27262 27264 26666 0 -1 4202560 155349 1260 0 0 48266 22 0 0 25 0 3 0 521707647 250945536 32707 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1939.15
Current children cumulated vsize (KiB) 245064

[startup+485.901 s]
/proc/loadavg: 8.05 7.41 7.07 10/186 27287
/proc/meminfo: memFree=30521704/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=245064 CPUtime=1939.9 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 729968 1260 0 0 193880 110 0 0 23 0 2 0 521707646 250945536 32707 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 61266 32707 182 55 0 59152 0
[pid=27264/tid=27271] ppid=27262 vsize=245064 CPUtime=485.85 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 215554 1260 0 0 48554 31 0 0 25 0 2 0 521707647 250945536 32707 33554432000 4194304 4417332 140736237791376 18446744073709551615 4366314 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1939.9
Current children cumulated vsize (KiB) 245064

[startup+486.101 s]
/proc/loadavg: 8.05 7.41 7.07 7/183 27287
/proc/meminfo: memFree=30544544/32950928 swapFree=67086612/67111528
[pid=27264] ppid=27262 vsize=245064 CPUtime=1940.11 cores=1,3,5,7
/proc/27264/stat : 27264 (plingeling) S 27262 27264 26666 0 -1 4202496 729968 1260 0 0 193901 110 0 0 23 0 2 0 521707646 250945536 32707 33554432000 4194304 4417332 140736237791376 18446744073709551615 239488497637 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/27264/statm: 61266 32707 182 55 0 59152 0
[pid=27264/tid=27271] ppid=27262 vsize=245064 CPUtime=486.06 cores=1,3,5,7
/proc/27264/task/27271/stat : 27271 (plingeling) R 27262 27264 26666 0 -1 4202560 215554 1260 0 0 48575 31 0 0 25 0 2 0 521707647 250945536 32707 33554432000 4194304 4417332 140736237791376 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1940.11
Current children cumulated vsize (KiB) 245064

Child status: 20
Real time (s): 486.172
CPU time (s): 1940.18
CPU user time (s): 1939.07
CPU system time (s): 1.11083
CPU usage (%): 399.074
Max. virtual memory (cumulated for all children) (KiB): 289584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1939.07
system time used= 1.11083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 731231
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= 83
involuntary context switches= 13882

runsolver used 0.770882 second user time and 1.85872 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-29 20:18:26
IDJOB=3263926
IDBENCH=84062
IDSOLVER=1605
FILE ID=node148/3263926-1304101106
RUNJOBID= node148-1304101106-27236
PBS_JOBID= 13170593
Free space on /tmp= 71436 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263926-1304101106/watcher-3263926-1304101106 -o /tmp/evaluation-result-3263926-1304101106/solver-3263926-1304101106 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3263926-1304101106.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=426388887

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30928492 kB
Buffers:        694696 kB
Cached:         921300 kB
SwapCached:       3696 kB
Active:         107844 kB
Inactive:      1551416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30928492 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:              84 kB
Writeback:           0 kB
AnonPages:       42160 kB
Mapped:          14252 kB
Slab:           300140 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   250760 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= 71432 MiB
End job on node148 at 2011-04-29 20:26:32