Trace number 3262210

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 1176.41 294.752

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark194.97
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

Solver Data

1176.35/294.75	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-3262210-1304093123/watcher-3262210-1304093123 -o /tmp/evaluation-result-3262210-1304093123/solver-3262210-1304093123 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262210-1304093123.cnf 

running on 4 cores: 0,2,4,6

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: 7.97 7.94 7.85 6/181 18802
/proc/meminfo: memFree=30170604/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=9432 CPUtime=0 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) R 18800 18802 18710 0 -1 4202496 451 1251 0 0 0 0 0 0 25 0 1 0 520914636 9658368 380 33554432000 4194304 4417332 140737271963952 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/18802/statm: 2358 380 147 55 0 244 0

[startup+0.138626 s]
/proc/loadavg: 7.97 7.94 7.85 6/181 18802
/proc/meminfo: memFree=30170604/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=61440 CPUtime=0.43 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 3516 1251 0 0 43 0 0 0 25 0 5 0 520914636 62914560 3125 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 15360 3125 180 55 0 13246 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 61440

[startup+0.200616 s]
/proc/loadavg: 7.97 7.94 7.85 6/181 18802
/proc/meminfo: memFree=30170604/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=60964 CPUtime=0.68 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 3816 1251 0 0 68 0 0 0 25 0 5 0 520914636 62427136 2965 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 15241 2965 180 55 0 13127 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 60964

[startup+0.300595 s]
/proc/loadavg: 7.97 7.94 7.85 6/181 18802
/proc/meminfo: memFree=30170604/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=60964 CPUtime=1.08 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 3816 1251 0 0 108 0 0 0 25 0 5 0 520914636 62427136 2965 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 15241 2965 180 55 0 13127 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 60964

[startup+0.700521 s]
/proc/loadavg: 7.97 7.94 7.85 6/181 18802
/proc/meminfo: memFree=30170604/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=60964 CPUtime=2.68 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 3904 1251 0 0 268 0 0 0 25 0 5 0 520914636 62427136 3053 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 15241 3053 180 55 0 13127 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 60964

[startup+1.50037 s]
/proc/loadavg: 7.97 7.94 7.85 9/186 18812
/proc/meminfo: memFree=30148752/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=130108 CPUtime=5.87 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 4782 1251 0 0 587 0 0 0 25 0 5 0 520914636 133230592 3931 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 32527 3931 180 55 0 30413 0
[pid=18802/tid=18809] ppid=18800 vsize=130108 CPUtime=1.46 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 465 1251 0 0 146 0 0 0 25 0 5 0 520914639 133230592 3931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4351837 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=130108 CPUtime=1.46 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 398 1251 0 0 146 0 0 0 25 0 5 0 520914639 133230592 3931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4255615 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=130108 CPUtime=1.46 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 565 1251 0 0 146 0 0 0 25 0 5 0 520914639 133230592 3931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4357444 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=130108 CPUtime=1.45 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 629 1251 0 0 145 0 0 0 25 0 5 0 520914639 133230592 3931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364776 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 130108

[startup+3.10107 s]
/proc/loadavg: 7.97 7.94 7.85 9/186 18812
/proc/meminfo: memFree=30153960/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=133076 CPUtime=12.27 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 5897 1251 0 0 1227 0 0 0 25 0 5 0 520914636 136269824 4673 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 33269 4673 180 55 0 31155 0
[pid=18802/tid=18809] ppid=18800 vsize=133076 CPUtime=3.06 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 465 1251 0 0 306 0 0 0 25 0 5 0 520914639 136269824 4673 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=133076 CPUtime=3.06 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 704 1251 0 0 306 0 0 0 25 0 5 0 520914639 136269824 4673 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364734 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=133076 CPUtime=3.06 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 683 1251 0 0 306 0 0 0 25 0 5 0 520914639 136269824 4673 33554432000 4194304 4417332 140737271963952 18446744073709551615 4237326 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=133076 CPUtime=3.05 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 1320 1251 0 0 305 0 0 0 25 0 5 0 520914639 136269824 4673 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364509 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 133076

[startup+6.30046 s]
/proc/loadavg: 7.97 7.94 7.85 9/186 18813
/proc/meminfo: memFree=30128780/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=136464 CPUtime=25.05 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 9249 1251 0 0 2504 1 0 0 25 0 5 0 520914636 139739136 5540 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 34116 5540 180 55 0 32002 0
[pid=18802/tid=18809] ppid=18800 vsize=136464 CPUtime=6.26 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 483 1251 0 0 626 0 0 0 25 0 5 0 520914639 139739136 5540 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=136464 CPUtime=6.26 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 983 1251 0 0 626 0 0 0 25 0 5 0 520914639 139739136 5540 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=136464 CPUtime=6.26 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 1468 1251 0 0 626 0 0 0 25 0 5 0 520914639 139739136 5540 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=136464 CPUtime=6.23 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 3590 1251 0 0 623 0 0 0 25 0 5 0 520914639 139739136 5540 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364695 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 136464

[startup+12.7002 s]
/proc/loadavg: 7.97 7.94 7.85 9/186 18813
/proc/meminfo: memFree=30139792/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=142028 CPUtime=50.61 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 18174 1251 0 0 5058 3 0 0 25 0 5 0 520914636 145436672 6931 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 35507 6931 180 55 0 33393 0
[pid=18802/tid=18809] ppid=18800 vsize=142028 CPUtime=12.65 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 1625 1251 0 0 1265 0 0 0 25 0 5 0 520914639 145436672 6931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4366718 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=142028 CPUtime=12.65 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 1969 1251 0 0 1265 0 0 0 25 0 5 0 520914639 145436672 6931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4355731 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=142028 CPUtime=12.65 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 3563 1251 0 0 1265 0 0 0 25 0 5 0 520914639 145436672 6931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4250447 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=142028 CPUtime=12.59 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 8292 1251 0 0 1258 1 0 0 25 0 5 0 520914639 145436672 6931 33554432000 4194304 4417332 140737271963952 18446744073709551615 4365846 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 142028

[startup+25.5008 s]
/proc/loadavg: 7.98 7.94 7.85 9/186 18813
/proc/meminfo: memFree=30117956/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=156652 CPUtime=101.75 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 47289 1251 0 0 10167 8 0 0 25 0 5 0 520914636 160411648 10600 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 39163 10600 181 55 0 37049 0
[pid=18802/tid=18809] ppid=18800 vsize=156652 CPUtime=25.46 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 7829 1251 0 0 2545 1 0 0 25 0 5 0 520914639 160411648 10600 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=156652 CPUtime=25.45 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 10412 1251 0 0 2543 2 0 0 25 0 5 0 520914639 160411648 10600 33554432000 4194304 4417332 140737271963952 18446744073709551615 4357623 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=156652 CPUtime=25.46 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 10191 1251 0 0 2545 1 0 0 25 0 5 0 520914639 160411648 10600 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=156652 CPUtime=25.32 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 16132 1251 0 0 2530 2 0 0 25 0 5 0 520914639 160411648 10600 33554432000 4194304 4417332 140737271963952 18446744073709551615 4357142 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 156652

[startup+51.1009 s]
/proc/loadavg: 7.98 7.94 7.86 9/186 18814
/proc/meminfo: memFree=30102448/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=167120 CPUtime=204.01 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 100454 1251 0 0 20385 16 0 0 25 0 5 0 520914636 171130880 13217 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 41780 13217 181 55 0 39666 0
[pid=18802/tid=18809] ppid=18800 vsize=167120 CPUtime=51.05 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 20344 1251 0 0 5103 2 0 0 25 0 5 0 520914639 171130880 13217 33554432000 4194304 4417332 140737271963952 18446744073709551615 4310964 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=167120 CPUtime=51.06 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 24093 1251 0 0 5101 5 0 0 25 0 5 0 520914639 171130880 13217 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=167120 CPUtime=51.06 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 25180 1251 0 0 5103 3 0 0 25 0 5 0 520914639 171130880 13217 33554432000 4194304 4417332 140737271963952 18446744073709551615 4236590 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=167120 CPUtime=50.78 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 28112 1251 0 0 5074 4 0 0 25 0 5 0 520914639 171130880 13217 33554432000 4194304 4417332 140737271963952 18446744073709551615 4365872 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 167120

[startup+102.301 s]
/proc/loadavg: 8.03 7.97 7.87 9/186 18815
/proc/meminfo: memFree=30082952/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=177812 CPUtime=408.55 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 189502 1251 0 0 40825 30 0 0 25 0 5 0 520914636 182079488 15922 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 44453 15922 181 55 0 42339 0
[pid=18802/tid=18809] ppid=18800 vsize=177812 CPUtime=102.26 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 41185 1251 0 0 10220 6 0 0 25 0 5 0 520914639 182079488 15922 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=177812 CPUtime=102.26 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 45873 1251 0 0 10219 7 0 0 25 0 5 0 520914639 182079488 15922 33554432000 4194304 4417332 140737271963952 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=177812 CPUtime=102.27 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 46825 1251 0 0 10220 7 0 0 25 0 5 0 520914639 182079488 15922 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=177812 CPUtime=101.71 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 52894 1251 0 0 10163 8 0 0 25 0 5 0 520914639 182079488 15922 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 177812

[startup+162.301 s]
/proc/loadavg: 8.01 7.97 7.87 9/186 18817
/proc/meminfo: memFree=30062456/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=193052 CPUtime=648.21 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 302357 1251 0 0 64775 46 0 0 25 0 5 0 520914636 197685248 19732 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 48263 19732 181 55 0 46149 0
[pid=18802/tid=18809] ppid=18800 vsize=193052 CPUtime=162.25 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 67242 1251 0 0 16215 10 0 0 25 0 5 0 520914639 197685248 19732 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=193052 CPUtime=162.26 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 72856 1251 0 0 16215 11 0 0 25 0 5 0 520914639 197685248 19732 33554432000 4194304 4417332 140737271963952 18446744073709551615 4343680 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=193052 CPUtime=162.26 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 77236 1251 0 0 16215 11 0 0 25 0 5 0 520914639 197685248 19732 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364568 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=193052 CPUtime=161.38 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 82298 1251 0 0 16126 12 0 0 25 0 5 0 520914639 197685248 19732 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.21
Current children cumulated vsize (KiB) 193052

[startup+222.306 s]
/proc/loadavg: 8.04 7.99 7.88 9/186 18818
/proc/meminfo: memFree=30057088/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=203984 CPUtime=887.9 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 400994 1251 0 0 88729 61 0 0 25 0 5 0 520914636 208879616 22465 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 50996 22465 181 55 0 48882 0
[pid=18802/tid=18809] ppid=18800 vsize=203984 CPUtime=222.24 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 94556 1251 0 0 22211 13 0 0 25 0 5 0 520914639 208879616 22465 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=203984 CPUtime=222.27 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 95521 1251 0 0 22213 14 0 0 25 0 5 0 520914639 208879616 22465 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=203984 CPUtime=222.27 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 104479 1251 0 0 22211 16 0 0 25 0 5 0 520914639 208879616 22465 33554432000 4194304 4417332 140737271963952 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=203984 CPUtime=221.06 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 103713 1251 0 0 22090 16 0 0 25 0 5 0 520914639 208879616 22465 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.9
Current children cumulated vsize (KiB) 203984

[startup+282.301 s]
/proc/loadavg: 8.05 8.00 7.89 9/186 18820
/proc/meminfo: memFree=30049360/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=206816 CPUtime=1127.56 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 476158 1251 0 0 112683 73 0 0 25 0 5 0 520914636 211779584 23173 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 51704 23173 181 55 0 49590 0
[pid=18802/tid=18809] ppid=18800 vsize=206816 CPUtime=282.24 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 113436 1251 0 0 28207 17 0 0 25 0 5 0 520914639 211779584 23173 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=206816 CPUtime=282.27 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 113767 1251 0 0 28210 17 0 0 25 0 5 0 520914639 211779584 23173 33554432000 4194304 4417332 140737271963952 18446744073709551615 4366025 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=206816 CPUtime=282.27 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 125929 1251 0 0 28208 19 0 0 25 0 5 0 520914639 211779584 23173 33554432000 4194304 4417332 140737271963952 18446744073709551615 4365347 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=206816 CPUtime=280.73 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 120301 1251 0 0 28055 18 0 0 25 0 5 0 520914639 211779584 23173 33554432000 4194304 4417332 140737271963952 18446744073709551615 4365859 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1127.56
Current children cumulated vsize (KiB) 206816

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

[startup+288.001 s]
/proc/loadavg: 8.12 8.02 7.90 9/186 18820
/proc/meminfo: memFree=30067952/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=179936 CPUtime=1150.33 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 483990 1251 0 0 114959 74 0 0 25 0 5 0 520914636 184254464 16453 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 44984 16453 181 55 0 42870 0
[pid=18802/tid=18809] ppid=18800 vsize=179936 CPUtime=287.94 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 114536 1251 0 0 28777 17 0 0 25 0 5 0 520914639 184254464 16453 33554432000 4194304 4417332 140737271963952 18446744073709551615 4259629 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=179936 CPUtime=287.96 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 115789 1251 0 0 28779 17 0 0 25 0 5 0 520914639 184254464 16453 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364742 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=179936 CPUtime=287.96 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 128184 1251 0 0 28777 19 0 0 25 0 5 0 520914639 184254464 16453 33554432000 4194304 4417332 140737271963952 18446744073709551615 4365003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=179936 CPUtime=286.41 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 122756 1251 0 0 28622 19 0 0 25 0 5 0 520914639 184254464 16453 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1150.33
Current children cumulated vsize (KiB) 179936

[startup+291.2 s]
/proc/loadavg: 8.11 8.02 7.90 9/186 18820
/proc/meminfo: memFree=30062984/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=192464 CPUtime=1163.12 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 489750 1251 0 0 116237 75 0 0 25 0 5 0 520914636 197083136 19585 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 48116 19585 181 55 0 46002 0
[pid=18802/tid=18809] ppid=18800 vsize=192464 CPUtime=291.14 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 115997 1251 0 0 29097 17 0 0 25 0 5 0 520914639 197083136 19585 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=192464 CPUtime=291.17 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 118266 1251 0 0 29099 18 0 0 25 0 5 0 520914639 197083136 19585 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=192464 CPUtime=291.16 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 129160 1251 0 0 29097 19 0 0 25 0 5 0 520914639 197083136 19585 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364680 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=192464 CPUtime=289.59 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 123602 1251 0 0 28940 19 0 0 25 0 5 0 520914639 197083136 19585 33554432000 4194304 4417332 140737271963952 18446744073709551615 4236672 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1163.12
Current children cumulated vsize (KiB) 192464

[startup+292.801 s]
/proc/loadavg: 8.11 8.02 7.90 9/186 18820
/proc/meminfo: memFree=30057404/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=197320 CPUtime=1169.51 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 492091 1251 0 0 116876 75 0 0 25 0 5 0 520914636 202055680 20799 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 49330 20799 181 55 0 47216 0
[pid=18802/tid=18809] ppid=18800 vsize=197320 CPUtime=292.74 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 115997 1251 0 0 29257 17 0 0 25 0 5 0 520914639 202055680 20799 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=197320 CPUtime=292.77 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 118266 1251 0 0 29259 18 0 0 25 0 5 0 520914639 202055680 20799 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=197320 CPUtime=292.76 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 130260 1251 0 0 29257 19 0 0 25 0 5 0 520914639 202055680 20799 33554432000 4194304 4417332 140737271963952 18446744073709551615 4236554 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=197320 CPUtime=291.18 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 124843 1251 0 0 29099 19 0 0 25 0 5 0 520914639 202055680 20799 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1169.51
Current children cumulated vsize (KiB) 197320

[startup+293.601 s]
/proc/loadavg: 8.11 8.02 7.90 9/186 18820
/proc/meminfo: memFree=30057404/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=186324 CPUtime=1172.7 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 494144 1251 0 0 117195 75 0 0 25 0 5 0 520914636 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 46581 18050 181 55 0 44467 0
[pid=18802/tid=18809] ppid=18800 vsize=186324 CPUtime=293.53 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 117180 1251 0 0 29336 17 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364919 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=186324 CPUtime=293.57 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 119133 1251 0 0 29339 18 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=186324 CPUtime=293.56 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 130263 1251 0 0 29337 19 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=186324 CPUtime=291.98 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 124843 1251 0 0 29179 19 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1172.7
Current children cumulated vsize (KiB) 186324

[startup+294.401 s]
/proc/loadavg: 8.11 8.02 7.90 9/186 18820
/proc/meminfo: memFree=30076128/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=186324 CPUtime=1175.89 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 494144 1251 0 0 117514 75 0 0 25 0 5 0 520914636 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 46581 18050 181 55 0 44467 0
[pid=18802/tid=18809] ppid=18800 vsize=186324 CPUtime=294.33 cores=0,2,4,6
/proc/18802/task/18809/stat : 18809 (plingeling) R 18800 18802 18710 0 -1 4202560 117180 1251 0 0 29416 17 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18802/tid=18810] ppid=18800 vsize=186324 CPUtime=294.37 cores=0,2,4,6
/proc/18802/task/18810/stat : 18810 (plingeling) R 18800 18802 18710 0 -1 4202560 119133 1251 0 0 29419 18 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18802/tid=18811] ppid=18800 vsize=186324 CPUtime=294.36 cores=0,2,4,6
/proc/18802/task/18811/stat : 18811 (plingeling) R 18800 18802 18710 0 -1 4202560 130263 1251 0 0 29417 19 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18802/tid=18812] ppid=18800 vsize=186324 CPUtime=292.77 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 124843 1251 0 0 29258 19 0 0 25 0 5 0 520914639 190795776 18050 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1175.89
Current children cumulated vsize (KiB) 186324

[startup+294.601 s]
/proc/loadavg: 8.11 8.02 7.90 9/186 18820
/proc/meminfo: memFree=30076128/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=183080 CPUtime=1176.25 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 494600 1251 0 0 117549 76 0 0 17 0 2 0 520914636 187473920 17240 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 45770 17240 182 55 0 43656 0
[pid=18802/tid=18812] ppid=18800 vsize=183080 CPUtime=292.97 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 124843 1251 0 0 29278 19 0 0 25 0 2 0 520914639 187473920 17240 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1176.25
Current children cumulated vsize (KiB) 183080

[startup+294.701 s]
/proc/loadavg: 8.11 8.02 7.90 9/186 18820
/proc/meminfo: memFree=30076128/32951124 swapFree=67111416/67111528
[pid=18802] ppid=18800 vsize=183080 CPUtime=1176.35 cores=0,2,4,6
/proc/18802/stat : 18802 (plingeling) S 18800 18802 18710 0 -1 4202496 494600 1251 0 0 117559 76 0 0 17 0 2 0 520914636 187473920 17240 33554432000 4194304 4417332 140737271963952 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 0 0 0 0
/proc/18802/statm: 45770 17240 182 55 0 43656 0
[pid=18802/tid=18812] ppid=18800 vsize=183080 CPUtime=293.07 cores=0,2,4,6
/proc/18802/task/18812/stat : 18812 (plingeling) R 18800 18802 18710 0 -1 4202560 124843 1251 0 0 29288 19 0 0 25 0 2 0 520914639 187473920 17240 33554432000 4194304 4417332 140737271963952 18446744073709551615 4364788 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1176.35
Current children cumulated vsize (KiB) 183080

Child status: 20
Real time (s): 294.752
CPU time (s): 1176.41
CPU user time (s): 1175.64
CPU system time (s): 0.767883
CPU usage (%): 399.119
Max. virtual memory (cumulated for all children) (KiB): 219212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1175.64
system time used= 0.767883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495854
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= 119
involuntary context switches= 8494

runsolver used 0.494924 second user time and 1.11683 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 18:05:23
IDJOB=3262210
IDBENCH=83285
IDSOLVER=1605
FILE ID=node102/3262210-1304093123
RUNJOBID= node102-1304092886-18728
PBS_JOBID= 13170584
Free space on /tmp= 71560 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262210-1304093123/watcher-3262210-1304093123 -o /tmp/evaluation-result-3262210-1304093123/solver-3262210-1304093123 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262210-1304093123.cnf

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

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=519036837

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30170884 kB
Buffers:        652696 kB
Cached:        1545252 kB
SwapCached:          8 kB
Active:         352164 kB
Inactive:      2004432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30170884 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:      158428 kB
Mapped:          15080 kB
Slab:           359984 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   345124 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= 71560 MiB
End job on node102 at 2011-04-29 18:10:18