Trace number 3262298

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 3447.05 863.235

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.51
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

Solver Data

3446.98/863.23	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-3262298-1304093514/watcher-3262298-1304093514 -o /tmp/evaluation-result-3262298-1304093514/solver-3262298-1304093514 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262298-1304093514.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: 8.07 8.00 7.90 5/181 18885
/proc/meminfo: memFree=30133568/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=9432 CPUtime=0 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) R 18883 18885 18710 0 -1 4202496 452 1251 0 0 0 0 0 0 25 0 1 0 520953797 9658368 380 33554432000 4194304 4417332 140737468057104 18446744073709551615 212436016896 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/18885/statm: 2358 380 147 55 0 244 0

[startup+0.137135 s]
/proc/loadavg: 8.07 8.00 7.90 5/181 18885
/proc/meminfo: memFree=30133568/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=61352 CPUtime=0.44 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 3514 1251 0 0 44 0 0 0 25 0 5 0 520953797 62824448 3127 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 15338 3127 180 55 0 13224 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 61352

[startup+0.201123 s]
/proc/loadavg: 8.07 8.00 7.90 5/181 18885
/proc/meminfo: memFree=30133568/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=60988 CPUtime=0.69 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 3799 1251 0 0 69 0 0 0 25 0 5 0 520953797 62451712 2972 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 15247 2972 181 55 0 13133 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60988

[startup+0.300104 s]
/proc/loadavg: 8.07 8.00 7.90 5/181 18885
/proc/meminfo: memFree=30133568/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=60988 CPUtime=1.09 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 3799 1251 0 0 109 0 0 0 25 0 5 0 520953797 62451712 2972 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 15247 2972 181 55 0 13133 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 60988

[startup+0.701029 s]
/proc/loadavg: 8.07 8.00 7.90 5/181 18885
/proc/meminfo: memFree=30133568/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=61628 CPUtime=2.69 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 4050 1251 0 0 269 0 0 0 25 0 5 0 520953797 63107072 3223 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 15407 3223 181 55 0 13293 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 61628

[startup+1.50088 s]
/proc/loadavg: 8.07 8.00 7.90 9/186 18895
/proc/meminfo: memFree=30115052/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=66052 CPUtime=5.89 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 5128 1251 0 0 589 0 0 0 25 0 5 0 520953797 67637248 4301 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 16513 4301 181 55 0 14399 0
[pid=18885/tid=18892] ppid=18883 vsize=66052 CPUtime=1.46 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 848 1251 0 0 146 0 0 0 25 0 5 0 520953800 67637248 4301 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364512 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=66052 CPUtime=1.46 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 325 1251 0 0 146 0 0 0 25 0 5 0 520953800 67637248 4301 33554432000 4194304 4417332 140737468057104 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=66052 CPUtime=1.46 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 415 1251 0 0 146 0 0 0 25 0 5 0 520953800 67637248 4301 33554432000 4194304 4417332 140737468057104 18446744073709551615 4310429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=66052 CPUtime=1.46 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 814 1251 0 0 146 0 0 0 25 0 5 0 520953800 67637248 4301 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 66052

[startup+3.10058 s]
/proc/loadavg: 8.07 8.00 7.90 9/186 18895
/proc/meminfo: memFree=30107860/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=69816 CPUtime=12.28 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 6556 1251 0 0 1228 0 0 0 25 0 5 0 520953797 71491584 5248 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 17454 5248 181 55 0 15340 0
[pid=18885/tid=18892] ppid=18883 vsize=69816 CPUtime=3.06 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 848 1251 0 0 306 0 0 0 25 0 5 0 520953800 71491584 5248 33554432000 4194304 4417332 140737468057104 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=69816 CPUtime=3.06 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 640 1251 0 0 306 0 0 0 25 0 5 0 520953800 71491584 5248 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364536 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=69816 CPUtime=3.06 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 544 1251 0 0 306 0 0 0 25 0 5 0 520953800 71491584 5248 33554432000 4194304 4417332 140737468057104 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=69816 CPUtime=3.05 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 1798 1251 0 0 305 0 0 0 25 0 5 0 520953800 71491584 5248 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 69816

[startup+6.30097 s]
/proc/loadavg: 8.14 8.02 7.91 9/186 18895
/proc/meminfo: memFree=30114144/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=72792 CPUtime=25.06 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 10067 1251 0 0 2505 1 0 0 25 0 5 0 520953797 74539008 5993 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 18198 5993 181 55 0 16084 0
[pid=18885/tid=18892] ppid=18883 vsize=72792 CPUtime=6.26 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 848 1251 0 0 626 0 0 0 25 0 5 0 520953800 74539008 5993 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=72792 CPUtime=6.26 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 1698 1251 0 0 626 0 0 0 25 0 5 0 520953800 74539008 5993 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=72792 CPUtime=6.26 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 544 1251 0 0 626 0 0 0 25 0 5 0 520953800 74539008 5993 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=72792 CPUtime=6.23 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 4251 1251 0 0 623 0 0 0 25 0 5 0 520953800 74539008 5993 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 72792

[startup+12.7008 s]
/proc/loadavg: 8.13 8.02 7.91 9/186 18895
/proc/meminfo: memFree=30080456/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=78148 CPUtime=50.62 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 21250 1251 0 0 5059 3 0 0 25 0 5 0 520953797 80023552 7333 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 19537 7333 181 55 0 17423 0
[pid=18885/tid=18892] ppid=18883 vsize=78148 CPUtime=12.66 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 1511 1251 0 0 1266 0 0 0 25 0 5 0 520953800 80023552 7333 33554432000 4194304 4417332 140737468057104 18446744073709551615 4366146 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=78148 CPUtime=12.66 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 5591 1251 0 0 1266 0 0 0 25 0 5 0 520953800 80023552 7333 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364317 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=78148 CPUtime=12.66 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 2406 1251 0 0 1266 0 0 0 25 0 5 0 520953800 80023552 7333 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=78148 CPUtime=12.59 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 9016 1251 0 0 1258 1 0 0 25 0 5 0 520953800 80023552 7333 33554432000 4194304 4417332 140737468057104 18446744073709551615 4365994 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 78148

[startup+25.5003 s]
/proc/loadavg: 8.10 8.02 7.91 9/186 18895
/proc/meminfo: memFree=30090860/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=91532 CPUtime=101.75 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 50566 1251 0 0 10168 7 0 0 25 0 5 0 520953797 93728768 10703 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 22883 10703 181 55 0 20769 0
[pid=18885/tid=18892] ppid=18883 vsize=91532 CPUtime=25.46 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 9734 1251 0 0 2545 1 0 0 25 0 5 0 520953800 93728768 10703 33554432000 4194304 4417332 140737468057104 18446744073709551615 4365994 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=91532 CPUtime=25.46 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 12215 1251 0 0 2545 1 0 0 25 0 5 0 520953800 93728768 10703 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=91532 CPUtime=25.46 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 8852 1251 0 0 2545 1 0 0 25 0 5 0 520953800 93728768 10703 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=91532 CPUtime=25.32 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 17039 1251 0 0 2530 2 0 0 25 0 5 0 520953800 93728768 10703 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 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) 91532

[startup+51.1005 s]
/proc/loadavg: 8.07 8.01 7.91 9/186 18896
/proc/meminfo: memFree=30083988/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=166040 CPUtime=204.01 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 110224 1251 0 0 20385 16 0 0 25 0 5 0 520953797 170024960 12979 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 41510 12979 181 55 0 39396 0
[pid=18885/tid=18892] ppid=18883 vsize=166040 CPUtime=51.06 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 24512 1251 0 0 5102 4 0 0 25 0 5 0 520953800 170024960 12979 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364977 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=166040 CPUtime=51.06 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 28120 1251 0 0 5103 3 0 0 25 0 5 0 520953800 170024960 12979 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=166040 CPUtime=51.06 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 22550 1251 0 0 5102 4 0 0 25 0 5 0 520953800 170024960 12979 33554432000 4194304 4417332 140737468057104 18446744073709551615 212436074922 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=166040 CPUtime=50.78 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 32316 1251 0 0 5074 4 0 0 25 0 5 0 520953800 170024960 12648 33554432000 4194304 4417332 140737468057104 18446744073709551615 4366384 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) 166040

[startup+102.301 s]
/proc/loadavg: 8.07 8.02 7.92 9/186 18898
/proc/meminfo: memFree=30065232/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=170644 CPUtime=408.55 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 217417 1251 0 0 40820 35 0 0 25 0 5 0 520953797 174739456 14130 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 42661 14130 181 55 0 40547 0
[pid=18885/tid=18892] ppid=18883 vsize=170644 CPUtime=102.26 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 52957 1251 0 0 10217 9 0 0 25 0 5 0 520953800 174739456 14130 33554432000 4194304 4417332 140737468057104 18446744073709551615 4263109 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=170644 CPUtime=102.27 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 53203 1251 0 0 10221 6 0 0 25 0 5 0 520953800 174739456 14130 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=170644 CPUtime=102.27 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 45224 1251 0 0 10220 7 0 0 25 0 5 0 520953800 174739456 14130 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=170644 CPUtime=101.71 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 63307 1251 0 0 10159 12 0 0 25 0 5 0 520953800 174739456 14130 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364560 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) 170644

[startup+162.3 s]
/proc/loadavg: 7.85 7.97 7.90 9/186 18935
/proc/meminfo: memFree=30138092/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=192388 CPUtime=648.22 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 341322 1251 0 0 64768 54 0 0 25 0 5 0 520953797 197005312 19566 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 48097 19566 181 55 0 45983 0
[pid=18885/tid=18892] ppid=18883 vsize=192388 CPUtime=162.25 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 83980 1251 0 0 16212 13 0 0 25 0 5 0 520953800 197005312 19566 33554432000 4194304 4417332 140737468057104 18446744073709551615 4343691 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=192388 CPUtime=162.27 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 83886 1251 0 0 16216 11 0 0 25 0 5 0 520953800 197005312 19566 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=192388 CPUtime=162.26 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 71402 1251 0 0 16215 11 0 0 25 0 5 0 520953800 197005312 19566 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=192388 CPUtime=161.38 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 99328 1251 0 0 16121 17 0 0 25 0 5 0 520953800 197005312 19566 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (KiB) 192388


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

[pid=18885/tid=18894] ppid=18883 vsize=242372 CPUtime=642.25 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 232005 1251 0 0 64194 31 0 0 25 0 5 0 520953800 248188928 32030 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=242372 CPUtime=638.78 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 258900 1251 0 0 63839 39 0 0 25 0 5 0 520953800 248188928 32030 33554432000 4194304 4417332 140737468057104 18446744073709551615 4365986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.65
Current children cumulated vsize (KiB) 242372

[startup+702.301 s]
/proc/loadavg: 8.15 8.06 7.95 9/186 18950
/proc/meminfo: memFree=29996320/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=250396 CPUtime=2805.33 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1041742 1251 0 0 280380 153 0 0 25 0 5 0 520953797 256405504 34036 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 62599 34036 181 55 0 60485 0
[pid=18885/tid=18892] ppid=18883 vsize=250396 CPUtime=702.28 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 260417 1251 0 0 70188 40 0 0 25 0 5 0 520953800 256405504 34036 33554432000 4194304 4417332 140737468057104 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=250396 CPUtime=702.29 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 254198 1251 0 0 70193 36 0 0 25 0 5 0 520953800 256405504 34036 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=250396 CPUtime=702.26 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 248603 1251 0 0 70192 34 0 0 25 0 5 0 520953800 256405504 34036 33554432000 4194304 4417332 140737468057104 18446744073709551615 4344093 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=250396 CPUtime=698.45 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 275798 1251 0 0 69803 42 0 0 25 0 5 0 520953800 256405504 34036 33554432000 4194304 4417332 140737468057104 18446744073709551615 4352313 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 250396

[startup+762.3 s]
/proc/loadavg: 8.16 8.07 7.96 9/186 18951
/proc/meminfo: memFree=29999260/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=237372 CPUtime=3045.02 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1097383 1251 0 0 304342 160 0 0 25 0 5 0 520953797 243068928 30780 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 59343 30780 181 55 0 57229 0
[pid=18885/tid=18892] ppid=18883 vsize=237372 CPUtime=762.29 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 272197 1251 0 0 76188 41 0 0 25 0 5 0 520953800 243068928 30780 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=237372 CPUtime=762.29 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 264640 1251 0 0 76192 37 0 0 25 0 5 0 520953800 243068928 30780 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=237372 CPUtime=762.25 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 261207 1251 0 0 76190 35 0 0 25 0 5 0 520953800 243068928 30780 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364990 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=237372 CPUtime=758.13 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 296613 1251 0 0 75768 45 0 0 25 0 5 0 520953800 243068928 30780 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 237372

[startup+822.301 s]
/proc/loadavg: 8.23 8.10 7.98 9/186 18953
/proc/meminfo: memFree=30000968/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=250844 CPUtime=3284.68 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1178262 1251 0 0 328298 170 0 0 25 0 5 0 520953797 256864256 34148 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 62711 34148 181 55 0 60597 0
[pid=18885/tid=18892] ppid=18883 vsize=250844 CPUtime=822.28 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 288878 1251 0 0 82185 43 0 0 25 0 5 0 520953800 256864256 34148 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=250844 CPUtime=822.28 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 285275 1251 0 0 82189 39 0 0 25 0 5 0 520953800 256864256 34148 33554432000 4194304 4417332 140737468057104 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=250844 CPUtime=822.25 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 287494 1251 0 0 82186 39 0 0 25 0 5 0 520953800 256864256 34148 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=250844 CPUtime=817.81 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 313889 1251 0 0 81734 47 0 0 25 0 5 0 520953800 256864256 34148 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364667 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 250844

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

[startup+844.801 s]
/proc/loadavg: 8.15 8.09 7.98 9/186 18953
/proc/meminfo: memFree=29978628/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=237696 CPUtime=3374.58 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1202233 1251 0 0 337283 175 0 0 25 0 5 0 520953797 243400704 30861 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 59424 30861 181 55 0 57310 0
[pid=18885/tid=18892] ppid=18883 vsize=237696 CPUtime=844.79 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 298139 1251 0 0 84434 45 0 0 25 0 5 0 520953800 243400704 30861 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=237696 CPUtime=844.8 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 288899 1251 0 0 84439 41 0 0 25 0 5 0 520953800 243400704 30861 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=237696 CPUtime=844.76 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 293615 1251 0 0 84436 40 0 0 25 0 5 0 520953800 243400704 30861 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=237696 CPUtime=840.19 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 318854 1251 0 0 83971 48 0 0 25 0 5 0 520953800 243400704 30861 33554432000 4194304 4417332 140737468057104 18446744073709551615 4199451 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3374.58
Current children cumulated vsize (KiB) 237696

[startup+851.2 s]
/proc/loadavg: 8.14 8.09 7.98 9/186 18953
/proc/meminfo: memFree=30027856/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=237764 CPUtime=3400.12 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1216831 1251 0 0 339835 177 0 0 25 0 5 0 520953797 243470336 30878 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 59441 30878 181 55 0 57327 0
[pid=18885/tid=18892] ppid=18883 vsize=237764 CPUtime=851.18 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 300083 1251 0 0 85073 45 0 0 25 0 5 0 520953800 243470336 30878 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=237764 CPUtime=851.19 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 295062 1251 0 0 85077 42 0 0 25 0 5 0 520953800 243470336 30878 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=237764 CPUtime=851.15 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 295624 1251 0 0 85075 40 0 0 25 0 5 0 520953800 243470336 30878 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=237764 CPUtime=846.56 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 323336 1251 0 0 84607 49 0 0 25 0 5 0 520953800 243470336 30878 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364796 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3400.12
Current children cumulated vsize (KiB) 237764

[startup+857.6 s]
/proc/loadavg: 8.13 8.09 7.98 9/186 18954
/proc/meminfo: memFree=30016820/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=230032 CPUtime=3425.69 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1223266 1251 0 0 342391 178 0 0 25 0 5 0 520953797 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 57508 28945 181 55 0 55394 0
[pid=18885/tid=18892] ppid=18883 vsize=230032 CPUtime=857.58 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 302245 1251 0 0 85713 45 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=230032 CPUtime=857.59 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 297268 1251 0 0 85717 42 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=230032 CPUtime=857.54 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 297480 1251 0 0 85714 40 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=230032 CPUtime=852.92 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 323547 1251 0 0 85243 49 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4264950 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3425.69
Current children cumulated vsize (KiB) 230032

[startup+860.801 s]
/proc/loadavg: 8.12 8.09 7.98 9/186 18954
/proc/meminfo: memFree=29995984/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=230032 CPUtime=3438.47 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1223266 1251 0 0 343669 178 0 0 25 0 5 0 520953797 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 57508 28945 181 55 0 55394 0
[pid=18885/tid=18892] ppid=18883 vsize=230032 CPUtime=860.78 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 302245 1251 0 0 86033 45 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=230032 CPUtime=860.79 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 297268 1251 0 0 86037 42 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=230032 CPUtime=860.74 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 297480 1251 0 0 86034 40 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=230032 CPUtime=856.1 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 323547 1251 0 0 85561 49 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3438.47
Current children cumulated vsize (KiB) 230032

[startup+862.4 s]
/proc/loadavg: 8.12 8.09 7.98 9/186 18954
/proc/meminfo: memFree=29980980/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=230032 CPUtime=3444.88 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1223266 1251 0 0 344310 178 0 0 25 0 5 0 520953797 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 57508 28945 181 55 0 55394 0
[pid=18885/tid=18892] ppid=18883 vsize=230032 CPUtime=862.38 cores=0,2,4,6
/proc/18885/task/18892/stat : 18892 (plingeling) R 18883 18885 18710 0 -1 4202560 302245 1251 0 0 86193 45 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=18885/tid=18893] ppid=18883 vsize=230032 CPUtime=862.39 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 297268 1251 0 0 86197 42 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18894] ppid=18883 vsize=230032 CPUtime=862.35 cores=0,2,4,6
/proc/18885/task/18894/stat : 18894 (plingeling) R 18883 18885 18710 0 -1 4202560 297480 1251 0 0 86195 40 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=230032 CPUtime=857.69 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 323547 1251 0 0 85720 49 0 0 25 0 5 0 520953800 235552768 28945 33554432000 4194304 4417332 140737468057104 18446744073709551615 4365999 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3444.88
Current children cumulated vsize (KiB) 230032

[startup+862.8 s]
/proc/loadavg: 8.12 8.09 7.98 9/186 18954
/proc/meminfo: memFree=29980980/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=213908 CPUtime=3446.18 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1223912 1251 0 0 344440 178 0 0 18 0 3 0 520953797 219041792 24915 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 53477 24915 182 55 0 51363 0
[pid=18885/tid=18893] ppid=18883 vsize=213908 CPUtime=862.79 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 297268 1251 0 0 86237 42 0 0 25 0 3 0 520953800 219041792 24915 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=213908 CPUtime=858.09 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 323547 1251 0 0 85760 49 0 0 25 0 3 0 520953800 219041792 24915 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3446.18
Current children cumulated vsize (KiB) 213908

[startup+863.2 s]
/proc/loadavg: 8.12 8.09 7.98 9/186 18954
/proc/meminfo: memFree=29980980/32951124 swapFree=67111416/67111528
[pid=18885] ppid=18883 vsize=200936 CPUtime=3446.98 cores=0,2,4,6
/proc/18885/stat : 18885 (plingeling) S 18883 18885 18710 0 -1 4202496 1225007 1251 0 0 344520 178 0 0 18 0 3 0 520953797 205758464 21672 33554432000 4194304 4417332 140737468057104 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/18885/statm: 50234 21672 182 55 0 48120 0
[pid=18885/tid=18893] ppid=18883 vsize=200936 CPUtime=863.19 cores=0,2,4,6
/proc/18885/task/18893/stat : 18893 (plingeling) R 18883 18885 18710 0 -1 4202560 298363 1251 0 0 86277 42 0 0 25 0 3 0 520953800 205758464 21672 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364732 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=18885/tid=18895] ppid=18883 vsize=200936 CPUtime=858.49 cores=0,2,4,6
/proc/18885/task/18895/stat : 18895 (plingeling) R 18883 18885 18710 0 -1 4202560 323547 1251 0 0 85800 49 0 0 25 0 3 0 520953800 205758464 21672 33554432000 4194304 4417332 140737468057104 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3446.98
Current children cumulated vsize (KiB) 200936

Child status: 20
Real time (s): 863.235
CPU time (s): 3447.05
CPU user time (s): 3445.26
CPU system time (s): 1.79773
CPU usage (%): 399.318
Max. virtual memory (cumulated for all children) (KiB): 269168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3445.26
system time used= 1.79773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1226261
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= 194
involuntary context switches= 25120

runsolver used 1.42378 second user time and 3.2865 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 18:11:54
IDJOB=3262298
IDBENCH=83292
IDSOLVER=1605
FILE ID=node102/3262298-1304093514
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-20_390.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262298-1304093514/watcher-3262298-1304093514 -o /tmp/evaluation-result-3262298-1304093514/solver-3262298-1304093514 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262298-1304093514.cnf

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=2120544857

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:      30133848 kB
Buffers:        652920 kB
Cached:        1545472 kB
SwapCached:          8 kB
Active:         388852 kB
Inactive:      2004660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30133848 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:      195200 kB
Mapped:          15488 kB
Slab:           359992 kB
PageTables:       4876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   382264 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:26:18