Trace number 3371116

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 3463.37 868.776

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

3463.27/868.77	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371116-1305428272/watcher-3371116-1305428272 -o /tmp/evaluation-result-3371116-1305428272/solver-3371116-1305428272 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371116-1305428272.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.83 7.99 6.68 5/368 11351
/proc/meminfo: memFree=25475008/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=11012 CPUtime=0 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) R 11349 11351 10794 0 -1 4202496 869 1251 0 0 0 0 0 0 25 0 1 0 635242853 11276288 778 33554432000 4194304 4417452 140736783048256 18446744073709551615 264726098925 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/11351/statm: 2753 778 149 55 0 639 0

[startup+0.137456 s]
/proc/loadavg: 7.83 7.99 6.68 5/368 11351
/proc/meminfo: memFree=25475008/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=61312 CPUtime=0.44 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 3515 1251 0 0 44 0 0 0 25 0 5 0 635242853 62783488 3131 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 15328 3131 179 55 0 13214 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 61312

[startup+0.200444 s]
/proc/loadavg: 7.83 7.99 6.68 5/368 11351
/proc/meminfo: memFree=25475008/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=61004 CPUtime=0.69 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 3799 1251 0 0 69 0 0 0 25 0 5 0 635242853 62468096 2975 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 15251 2975 179 55 0 13137 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61004

[startup+0.300424 s]
/proc/loadavg: 7.83 7.99 6.68 5/368 11351
/proc/meminfo: memFree=25475008/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=61004 CPUtime=1.09 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 3799 1251 0 0 109 0 0 0 25 0 5 0 635242853 62468096 2975 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 15251 2975 179 55 0 13137 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 61004

[startup+0.70035 s]
/proc/loadavg: 7.83 7.99 6.68 5/368 11351
/proc/meminfo: memFree=25475008/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=61528 CPUtime=2.69 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 4016 1251 0 0 269 0 0 0 25 0 5 0 635242853 63004672 3192 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 15382 3192 179 55 0 13268 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 61528

[startup+1.5012 s]
/proc/loadavg: 7.83 7.99 6.68 9/373 11361
/proc/meminfo: memFree=25456624/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=66180 CPUtime=5.88 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 5166 1251 0 0 588 0 0 0 25 0 5 0 635242853 67768320 4342 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 16545 4342 179 55 0 14431 0
[pid=11351/tid=11358] ppid=11349 vsize=66180 CPUtime=1.46 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 519 1251 0 0 146 0 0 0 25 0 5 0 635242856 67768320 4342 33554432000 4194304 4417452 140736783048256 18446744073709551615 4259882 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=66180 CPUtime=1.46 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 530 1251 0 0 146 0 0 0 25 0 5 0 635242856 67768320 4342 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=66180 CPUtime=1.46 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 679 1251 0 0 146 0 0 0 25 0 5 0 635242856 67768320 4342 33554432000 4194304 4417452 140736783048256 18446744073709551615 4236008 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=66180 CPUtime=1.45 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 713 1251 0 0 145 0 0 0 25 0 5 0 635242856 67768320 4342 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 66180

[startup+3.1009 s]
/proc/loadavg: 7.83 7.99 6.68 9/373 11361
/proc/meminfo: memFree=25455260/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=69060 CPUtime=12.27 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 5877 1251 0 0 1227 0 0 0 25 0 5 0 635242853 70717440 5053 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 17265 5053 180 55 0 15151 0
[pid=11351/tid=11358] ppid=11349 vsize=69060 CPUtime=3.06 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 520 1251 0 0 306 0 0 0 25 0 5 0 635242856 70717440 5053 33554432000 4194304 4417452 140736783048256 18446744073709551615 4236569 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=69060 CPUtime=3.06 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 714 1251 0 0 306 0 0 0 25 0 5 0 635242856 70717440 5053 33554432000 4194304 4417452 140736783048256 18446744073709551615 4366400 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=69060 CPUtime=3.06 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 871 1251 0 0 306 0 0 0 25 0 5 0 635242856 70717440 5053 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364807 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=69060 CPUtime=3.04 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 1047 1251 0 0 304 0 0 0 25 0 5 0 635242856 70717440 5053 33554432000 4194304 4417452 140736783048256 18446744073709551615 4321714 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) 69060

[startup+6.30029 s]
/proc/loadavg: 7.84 7.99 6.69 9/373 11361
/proc/meminfo: memFree=25440964/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=137808 CPUtime=25.02 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 8630 1251 0 0 2502 0 0 0 25 0 5 0 635242853 141115392 5860 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 34452 5860 180 55 0 32338 0
[pid=11351/tid=11358] ppid=11349 vsize=137808 CPUtime=6.26 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 1057 1251 0 0 626 0 0 0 25 0 5 0 635242856 141115392 5860 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=137808 CPUtime=6.26 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 1351 1251 0 0 626 0 0 0 25 0 5 0 635242856 141115392 5860 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=137808 CPUtime=6.26 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 1284 1251 0 0 626 0 0 0 25 0 5 0 635242856 141115392 5860 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=137808 CPUtime=6.2 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 2213 1251 0 0 620 0 0 0 25 0 5 0 635242856 141115392 5860 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 137808

[startup+12.7011 s]
/proc/loadavg: 7.93 8.00 6.70 9/373 11361
/proc/meminfo: memFree=25448908/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=144776 CPUtime=50.55 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 19482 1251 0 0 5053 2 0 0 25 0 5 0 635242853 148250624 7602 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 36194 7602 180 55 0 34080 0
[pid=11351/tid=11358] ppid=11349 vsize=144776 CPUtime=12.66 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 2835 1251 0 0 1266 0 0 0 25 0 5 0 635242856 148250624 7602 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364548 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=144776 CPUtime=12.66 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 3871 1251 0 0 1266 0 0 0 25 0 5 0 635242856 148250624 7602 33554432000 4194304 4417452 140736783048256 18446744073709551615 4366048 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=144776 CPUtime=12.66 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 4591 1251 0 0 1266 0 0 0 25 0 5 0 635242856 148250624 7602 33554432000 4194304 4417452 140736783048256 18446744073709551615 4365075 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=144776 CPUtime=12.51 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 5460 1251 0 0 1251 0 0 0 25 0 5 0 635242856 148250624 7602 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 144776

[startup+25.5007 s]
/proc/loadavg: 8.02 8.02 6.72 9/373 11362
/proc/meminfo: memFree=25424576/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=158972 CPUtime=101.59 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 46433 1251 0 0 10153 6 0 0 25 0 5 0 635242853 162787328 11151 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 39743 11151 180 55 0 37629 0
[pid=11351/tid=11358] ppid=11349 vsize=158972 CPUtime=25.46 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 10537 1251 0 0 2545 1 0 0 25 0 5 0 635242856 162787328 11151 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364669 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=158972 CPUtime=25.46 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 9145 1251 0 0 2545 1 0 0 25 0 5 0 635242856 162787328 11151 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364466 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=158972 CPUtime=25.46 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 11168 1251 0 0 2546 0 0 0 25 0 5 0 635242856 162787328 11151 33554432000 4194304 4417452 140736783048256 18446744073709551615 4357386 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=158972 CPUtime=25.16 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 12858 1251 0 0 2514 2 0 0 25 0 5 0 635242856 162787328 11151 33554432000 4194304 4417452 140736783048256 18446744073709551615 4250502 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 158972

[startup+51.1008 s]
/proc/loadavg: 8.01 8.01 6.76 9/373 11362
/proc/meminfo: memFree=25421324/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=167272 CPUtime=203.7 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 102976 1251 0 0 20354 16 0 0 25 0 5 0 635242853 171286528 13258 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 41818 13258 180 55 0 39704 0
[pid=11351/tid=11358] ppid=11349 vsize=167272 CPUtime=51.06 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 23288 1251 0 0 5103 3 0 0 25 0 5 0 635242856 171286528 13258 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=167272 CPUtime=51.06 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 23637 1251 0 0 5102 4 0 0 25 0 5 0 635242856 171286528 13258 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=167272 CPUtime=51.06 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 26614 1251 0 0 5103 3 0 0 25 0 5 0 635242856 171286528 13258 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=167272 CPUtime=50.46 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 26712 1251 0 0 5042 4 0 0 25 0 5 0 635242856 171286528 13258 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 167272

[startup+102.301 s]
/proc/loadavg: 8.05 8.03 6.83 9/373 11364
/proc/meminfo: memFree=25393268/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=183736 CPUtime=407.92 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 207081 1251 0 0 40759 33 0 0 25 0 5 0 635242853 188145664 17374 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 45934 17374 180 55 0 43820 0
[pid=11351/tid=11358] ppid=11349 vsize=183736 CPUtime=102.27 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 48409 1251 0 0 10220 7 0 0 25 0 5 0 635242856 188145664 17374 33554432000 4194304 4417452 140736783048256 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=183736 CPUtime=102.28 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 48720 1251 0 0 10220 8 0 0 25 0 5 0 635242856 188145664 17374 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364607 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=183736 CPUtime=102.26 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 52530 1251 0 0 10219 7 0 0 25 0 5 0 635242856 188145664 17374 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=183736 CPUtime=101.07 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 54697 1251 0 0 10098 9 0 0 25 0 5 0 635242856 188145664 17374 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.92
Current children cumulated vsize (KiB) 183736

[startup+162.301 s]
/proc/loadavg: 8.11 8.05 6.91 9/373 11365
/proc/meminfo: memFree=25377972/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=188512 CPUtime=647.18 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 327474 1251 0 0 64665 53 0 0 25 0 5 0 635242853 193036288 18568 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 47128 18568 180 55 0 45014 0
[pid=11351/tid=11358] ppid=11349 vsize=188512 CPUtime=162.26 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 78234 1251 0 0 16214 12 0 0 25 0 5 0 635242856 193036288 18568 33554432000 4194304 4417452 140736783048256 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=188512 CPUtime=162.26 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 79403 1251 0 0 16213 13 0 0 25 0 5 0 635242856 193036288 18568 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=188512 CPUtime=162.24 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 77747 1251 0 0 16212 12 0 0 25 0 5 0 635242856 193036288 18568 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=188512 CPUtime=160.35 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 89365 1251 0 0 16021 14 0 0 25 0 5 0 635242856 193036288 18568 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.18
Current children cumulated vsize (KiB) 188512


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

[pid=11351/tid=11358] ppid=11349 vsize=239236 CPUtime=702.28 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 251251 1251 0 0 70191 37 0 0 25 0 5 0 635242856 244977664 31249 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=239236 CPUtime=702.28 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 250271 1251 0 0 70191 37 0 0 25 0 5 0 635242856 244977664 31249 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=239236 CPUtime=702.15 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 255471 1251 0 0 70175 40 0 0 25 0 5 0 635242856 244977664 31249 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=239236 CPUtime=693.95 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 265573 1251 0 0 69354 41 0 0 25 0 5 0 635242856 244977664 31249 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.73
Current children cumulated vsize (KiB) 239236

[startup+762.3 s]
/proc/loadavg: 8.19 8.13 7.48 9/373 11390
/proc/meminfo: memFree=25255596/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=250320 CPUtime=3040.03 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1086859 1251 0 0 303837 166 0 0 25 0 5 0 635242853 256327680 33996 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 62580 33996 180 55 0 60466 0
[pid=11351/tid=11358] ppid=11349 vsize=250320 CPUtime=762.3 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 263281 1251 0 0 76191 39 0 0 25 0 5 0 635242856 256327680 33996 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=250320 CPUtime=762.29 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 262381 1251 0 0 76190 39 0 0 25 0 5 0 635242856 256327680 33996 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=250320 CPUtime=762.15 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 270361 1251 0 0 76173 42 0 0 25 0 5 0 635242856 256327680 33996 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=250320 CPUtime=753.25 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 288111 1251 0 0 75281 44 0 0 25 0 5 0 635242856 256327680 33996 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.03
Current children cumulated vsize (KiB) 250320

[startup+822.301 s]
/proc/loadavg: 8.18 8.14 7.52 9/373 11392
/proc/meminfo: memFree=25274400/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=247468 CPUtime=3279.3 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1160834 1251 0 0 327753 177 0 0 25 0 5 0 635242853 253407232 33283 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 61867 33283 180 55 0 59753 0
[pid=11351/tid=11358] ppid=11349 vsize=247468 CPUtime=822.29 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 279642 1251 0 0 82187 42 0 0 25 0 5 0 635242856 253407232 33283 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=247468 CPUtime=822.28 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 279279 1251 0 0 82187 41 0 0 25 0 5 0 635242856 253407232 33283 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364696 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=247468 CPUtime=822.13 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 293291 1251 0 0 82168 45 0 0 25 0 5 0 635242856 253407232 33283 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=247468 CPUtime=812.53 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 305897 1251 0 0 81207 46 0 0 25 0 5 0 635242856 253407232 33283 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.3
Current children cumulated vsize (KiB) 247468

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

[startup+844.801 s]
/proc/loadavg: 8.12 8.13 7.53 9/373 11393
/proc/meminfo: memFree=25278348/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=255068 CPUtime=3369.06 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1193746 1251 0 0 336724 182 0 0 25 0 5 0 635242853 261189632 35175 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 63767 35175 180 55 0 61653 0
[pid=11351/tid=11358] ppid=11349 vsize=255068 CPUtime=844.8 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 287390 1251 0 0 84437 43 0 0 25 0 5 0 635242856 261189632 35175 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=255068 CPUtime=844.79 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 287661 1251 0 0 84437 42 0 0 25 0 5 0 635242856 261189632 35175 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=255068 CPUtime=844.64 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 301435 1251 0 0 84417 47 0 0 25 0 5 0 635242856 261189632 35175 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364752 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=255068 CPUtime=834.77 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 314535 1251 0 0 83429 48 0 0 25 0 5 0 635242856 261189632 35175 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3369.06
Current children cumulated vsize (KiB) 255068

[startup+857.6 s]
/proc/loadavg: 8.18 8.14 7.54 9/373 11393
/proc/meminfo: memFree=25241372/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=259716 CPUtime=3420.07 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1207491 1251 0 0 341824 183 0 0 25 0 5 0 635242853 265949184 36337 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 64929 36337 180 55 0 62815 0
[pid=11351/tid=11358] ppid=11349 vsize=259716 CPUtime=857.58 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 293202 1251 0 0 85715 43 0 0 25 0 5 0 635242856 265949184 36337 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364614 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=259716 CPUtime=857.58 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 291556 1251 0 0 85715 43 0 0 25 0 5 0 635242856 265949184 36337 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=259716 CPUtime=857.43 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 303091 1251 0 0 85696 47 0 0 25 0 5 0 635242856 265949184 36337 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=259716 CPUtime=847.41 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 316917 1251 0 0 84693 48 0 0 25 0 5 0 635242856 265949184 36337 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3420.07
Current children cumulated vsize (KiB) 259716

[startup+864 s]
/proc/loadavg: 8.17 8.13 7.54 9/373 11393
/proc/meminfo: memFree=25241868/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=234484 CPUtime=3445.59 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1219166 1251 0 0 344374 185 0 0 25 0 5 0 635242853 240111616 30029 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 58621 30029 180 55 0 56507 0
[pid=11351/tid=11358] ppid=11349 vsize=234484 CPUtime=863.99 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 293202 1251 0 0 86355 44 0 0 25 0 5 0 635242856 240111616 30029 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=234484 CPUtime=863.98 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 295922 1251 0 0 86355 43 0 0 25 0 5 0 635242856 240111616 30029 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=234484 CPUtime=863.82 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 305419 1251 0 0 86335 47 0 0 25 0 5 0 635242856 240111616 30029 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=234484 CPUtime=853.74 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 321898 1251 0 0 85325 49 0 0 25 0 5 0 635242856 240111616 30029 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3445.59
Current children cumulated vsize (KiB) 234484

[startup+867.201 s]
/proc/loadavg: 8.15 8.13 7.55 9/373 11393
/proc/meminfo: memFree=25271504/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=218980 CPUtime=3458.36 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1220993 1251 0 0 345651 185 0 0 25 0 5 0 635242853 224235520 26153 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 54745 26153 180 55 0 52631 0
[pid=11351/tid=11358] ppid=11349 vsize=218980 CPUtime=867.19 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 293202 1251 0 0 86675 44 0 0 25 0 5 0 635242856 224235520 26153 33554432000 4194304 4417452 140736783048256 18446744073709551615 4270122 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=218980 CPUtime=867.18 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 296137 1251 0 0 86675 43 0 0 25 0 5 0 635242856 224235520 26153 33554432000 4194304 4417452 140736783048256 18446744073709551615 4308789 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=218980 CPUtime=867.03 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 305419 1251 0 0 86656 47 0 0 25 0 5 0 635242856 224235520 26153 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=218980 CPUtime=856.9 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 323510 1251 0 0 85641 49 0 0 25 0 5 0 635242856 224235520 26153 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3458.36
Current children cumulated vsize (KiB) 218980

[startup+868.015 s]
/proc/loadavg: 8.15 8.13 7.55 9/373 11393
/proc/meminfo: memFree=25265924/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=222704 CPUtime=3461.6 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1224639 1251 0 0 345975 185 0 0 25 0 5 0 635242853 228048896 27084 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 55676 27084 180 55 0 53562 0
[pid=11351/tid=11358] ppid=11349 vsize=222704 CPUtime=868.01 cores=0,2,4,6
/proc/11351/task/11358/stat : 11358 (plingeling) R 11349 11351 10794 0 -1 4202560 295173 1251 0 0 86757 44 0 0 25 0 5 0 635242856 228048896 27084 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11351/tid=11359] ppid=11349 vsize=222704 CPUtime=868 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 297812 1251 0 0 86756 44 0 0 25 0 5 0 635242856 228048896 27084 33554432000 4194304 4417452 140736783048256 18446744073709551615 4344151 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=222704 CPUtime=867.84 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 305419 1251 0 0 86737 47 0 0 25 0 5 0 635242856 228048896 27084 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11351/tid=11361] ppid=11349 vsize=222704 CPUtime=857.7 cores=0,2,4,6
/proc/11351/task/11361/stat : 11361 (plingeling) R 11349 11351 10794 0 -1 4202560 323510 1251 0 0 85721 49 0 0 25 0 5 0 635242856 228048896 27084 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3461.6
Current children cumulated vsize (KiB) 222704

[startup+868.4 s]
/proc/loadavg: 8.15 8.13 7.55 9/373 11393
/proc/meminfo: memFree=25265924/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=222704 CPUtime=3462.67 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1224640 1251 0 0 346082 185 0 0 18 0 3 0 635242853 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 55676 27085 181 55 0 53562 0
[pid=11351/tid=11359] ppid=11349 vsize=222704 CPUtime=868.39 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 297812 1251 0 0 86795 44 0 0 25 0 3 0 635242856 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=222704 CPUtime=868.23 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 305419 1251 0 0 86776 47 0 0 25 0 3 0 635242856 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364765 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3462.67
Current children cumulated vsize (KiB) 222704

[startup+868.6 s]
/proc/loadavg: 8.15 8.13 7.55 9/373 11393
/proc/meminfo: memFree=25265924/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=222704 CPUtime=3463.07 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1224640 1251 0 0 346122 185 0 0 18 0 3 0 635242853 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 55676 27085 181 55 0 53562 0
[pid=11351/tid=11359] ppid=11349 vsize=222704 CPUtime=868.59 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 297812 1251 0 0 86815 44 0 0 25 0 3 0 635242856 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=222704 CPUtime=868.43 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 305419 1251 0 0 86796 47 0 0 25 0 3 0 635242856 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3463.07
Current children cumulated vsize (KiB) 222704

[startup+868.7 s]
/proc/loadavg: 8.15 8.13 7.55 9/373 11393
/proc/meminfo: memFree=25265924/32951124 swapFree=63083164/67111528
[pid=11351] ppid=11349 vsize=222704 CPUtime=3463.27 cores=0,2,4,6
/proc/11351/stat : 11351 (plingeling) S 11349 11351 10794 0 -1 4202496 1224640 1251 0 0 346142 185 0 0 18 0 3 0 635242853 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/11351/statm: 55676 27085 181 55 0 53562 0
[pid=11351/tid=11359] ppid=11349 vsize=222704 CPUtime=868.69 cores=0,2,4,6
/proc/11351/task/11359/stat : 11359 (plingeling) R 11349 11351 10794 0 -1 4202560 297812 1251 0 0 86825 44 0 0 25 0 3 0 635242856 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=11351/tid=11360] ppid=11349 vsize=222704 CPUtime=868.53 cores=0,2,4,6
/proc/11351/task/11360/stat : 11360 (plingeling) R 11349 11351 10794 0 -1 4202560 305419 1251 0 0 86806 47 0 0 25 0 3 0 635242856 228048896 27085 33554432000 4194304 4417452 140736783048256 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3463.27
Current children cumulated vsize (KiB) 222704

Child status: 20
Real time (s): 868.776
CPU time (s): 3463.37
CPU user time (s): 3461.5
CPU system time (s): 1.86971
CPU usage (%): 398.649
Max. virtual memory (cumulated for all children) (KiB): 275296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3461.5
system time used= 1.86972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1225894
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= 53
involuntary context switches= 16565

runsolver used 3.01754 second user time and 7.2509 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 04:57:52
IDJOB=3371116
IDBENCH=83292
IDSOLVER=1848
FILE ID=node141/3371116-1305428272
RUNJOBID= node141-1305426761-10812
PBS_JOBID= 13324603
Free space on /tmp= 73360 MiB

SOLVER NAME= Plingeling 587f (fixed)
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-3371116-1305428272/watcher-3371116-1305428272 -o /tmp/evaluation-result-3371116-1305428272/solver-3371116-1305428272 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371116-1305428272.cnf

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=36600776

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      25475288 kB
Buffers:        246452 kB
Cached:        4902224 kB
SwapCached:      15708 kB
Active:        2162400 kB
Inactive:      5074100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25475288 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:     2078544 kB
Mapped:          13424 kB
Slab:           136704 kB
PageTables:      38064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86409784 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= 73360 MiB
End job on node141 at 2011-05-15 05:12:21