Trace number 3371115

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 422.122 106.14

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.7746
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

Solver Data

422.07/106.13	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-3371115-1305428166/watcher-3371115-1305428166 -o /tmp/evaluation-result-3371115-1305428166/solver-3371115-1305428166 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371115-1305428166.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.05 8.03 6.53 5/368 11312
/proc/meminfo: memFree=25497004/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=11012 CPUtime=0 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) R 11310 11312 10794 0 -1 4202496 852 1250 0 0 0 0 0 0 25 0 1 0 635232220 11276288 760 33554432000 4194304 4417452 140734301215456 18446744073709551615 264726098925 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11312/statm: 2753 777 149 55 0 639 0

[startup+0.0235539 s]
/proc/loadavg: 8.05 8.03 6.53 5/368 11312
/proc/meminfo: memFree=25497004/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=13516 CPUtime=0.01 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) R 11310 11312 10794 0 -1 4202496 1480 1250 0 0 1 0 0 0 25 0 1 0 635232220 13840384 1389 33554432000 4194304 4417452 140734301215456 18446744073709551615 264726098895 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11312/statm: 3379 1403 149 55 0 1265 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13516

[startup+0.149487 s]
/proc/loadavg: 8.05 8.03 6.53 5/368 11312
/proc/meminfo: memFree=25497004/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=124792 CPUtime=0.5 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 2961 1250 0 0 50 0 0 0 25 0 5 0 635232220 127787008 2560 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 31198 2560 179 55 0 29084 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 124792

[startup+0.300458 s]
/proc/loadavg: 8.05 8.03 6.53 5/368 11312
/proc/meminfo: memFree=25497004/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=126196 CPUtime=1.1 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 3707 1250 0 0 110 0 0 0 25 0 5 0 635232220 129224704 2892 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 31549 2892 179 55 0 29435 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 126196

[startup+0.700384 s]
/proc/loadavg: 8.05 8.03 6.53 5/368 11312
/proc/meminfo: memFree=25497004/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=127336 CPUtime=2.7 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 4056 1250 0 0 270 0 0 0 25 0 5 0 635232220 130392064 3241 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 31834 3241 180 55 0 29720 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 127336

[startup+1.50023 s]
/proc/loadavg: 8.05 8.03 6.53 9/373 11322
/proc/meminfo: memFree=25480092/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=131088 CPUtime=5.88 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 4994 1250 0 0 588 0 0 0 25 0 5 0 635232220 134234112 4179 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 32772 4179 180 55 0 30658 0
[pid=11312/tid=11319] ppid=11310 vsize=131088 CPUtime=1.47 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 927 1250 0 0 147 0 0 0 25 0 5 0 635232222 134234112 4179 33554432000 4194304 4417452 140734301215456 18446744073709551615 4254810 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=131088 CPUtime=1.45 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 527 1250 0 0 145 0 0 0 25 0 5 0 635232222 134234112 4179 33554432000 4194304 4417452 140734301215456 18446744073709551615 4306311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=131088 CPUtime=1.46 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 736 1250 0 0 146 0 0 0 25 0 5 0 635232222 134234112 4179 33554432000 4194304 4417452 140734301215456 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=131088 CPUtime=1.47 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 1103 1250 0 0 147 0 0 0 25 0 5 0 635232222 134234112 4179 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 131088

[startup+3.10093 s]
/proc/loadavg: 8.05 8.03 6.54 9/373 11322
/proc/meminfo: memFree=25472648/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=133208 CPUtime=12.27 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 6834 1250 0 0 1226 1 0 0 25 0 5 0 635232220 136404992 4738 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 33302 4738 180 55 0 31188 0
[pid=11312/tid=11319] ppid=11310 vsize=133208 CPUtime=3.06 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 1171 1250 0 0 306 0 0 0 25 0 5 0 635232222 136404992 4738 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=133208 CPUtime=3.04 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 1182 1250 0 0 304 0 0 0 25 0 5 0 635232222 136404992 4738 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=133208 CPUtime=3.06 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 736 1250 0 0 306 0 0 0 25 0 5 0 635232222 136404992 4738 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=133208 CPUtime=3.06 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 2044 1250 0 0 306 0 0 0 25 0 5 0 635232222 136404992 4738 33554432000 4194304 4417452 140734301215456 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 133208

[startup+6.30033 s]
/proc/loadavg: 8.05 8.03 6.54 9/373 11322
/proc/meminfo: memFree=25454276/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=136212 CPUtime=25.03 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 10189 1250 0 0 2502 1 0 0 25 0 5 0 635232220 139481088 5496 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 34053 5496 180 55 0 31939 0
[pid=11312/tid=11319] ppid=11310 vsize=136212 CPUtime=6.26 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 1778 1250 0 0 626 0 0 0 25 0 5 0 635232222 139481088 5496 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=136212 CPUtime=6.2 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 1495 1250 0 0 620 0 0 0 25 0 5 0 635232222 139481088 5496 33554432000 4194304 4417452 140734301215456 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=136212 CPUtime=6.26 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 1770 1250 0 0 626 0 0 0 25 0 5 0 635232222 139481088 5496 33554432000 4194304 4417452 140734301215456 18446744073709551615 4366065 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=136212 CPUtime=6.26 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 3445 1250 0 0 626 0 0 0 25 0 5 0 635232222 139481088 5496 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 136212

[startup+12.7011 s]
/proc/loadavg: 8.04 8.03 6.55 9/373 11323
/proc/meminfo: memFree=25452208/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=140280 CPUtime=50.56 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 19503 1250 0 0 5053 3 0 0 25 0 5 0 635232220 143646720 6524 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 35070 6524 180 55 0 32956 0
[pid=11312/tid=11319] ppid=11310 vsize=140280 CPUtime=12.66 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 3583 1250 0 0 1266 0 0 0 25 0 5 0 635232222 143646720 6524 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364958 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=140280 CPUtime=12.52 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 3641 1250 0 0 1252 0 0 0 25 0 5 0 635232222 143646720 6524 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=140280 CPUtime=12.66 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 4358 1250 0 0 1266 0 0 0 25 0 5 0 635232222 143646720 6524 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=140280 CPUtime=12.67 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 6220 1250 0 0 1266 1 0 0 25 0 5 0 635232222 143646720 6524 33554432000 4194304 4417452 140734301215456 18446744073709551615 4356852 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 140280

[startup+25.5007 s]
/proc/loadavg: 8.03 8.03 6.57 9/373 11323
/proc/meminfo: memFree=25453316/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=151524 CPUtime=101.6 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 48682 1250 0 0 10152 8 0 0 25 0 5 0 635232220 155160576 9349 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 37881 9349 180 55 0 35767 0
[pid=11312/tid=11319] ppid=11310 vsize=151524 CPUtime=25.46 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 9570 1250 0 0 2545 1 0 0 25 0 5 0 635232222 155160576 9349 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=151524 CPUtime=25.16 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 10456 1250 0 0 2515 1 0 0 25 0 5 0 635232222 155160576 9349 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=151524 CPUtime=25.46 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 13597 1250 0 0 2544 2 0 0 25 0 5 0 635232222 155160576 9349 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=151524 CPUtime=25.47 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 13358 1250 0 0 2545 2 0 0 25 0 5 0 635232222 155160576 9349 33554432000 4194304 4417452 140734301215456 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 151524

[startup+51.1009 s]
/proc/loadavg: 8.02 8.03 6.61 9/373 11324
/proc/meminfo: memFree=25424508/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=158624 CPUtime=203.69 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 93691 1250 0 0 20354 15 0 0 25 0 5 0 635232220 162430976 11124 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 39656 11124 180 55 0 37542 0
[pid=11312/tid=11319] ppid=11310 vsize=158624 CPUtime=51.05 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 19313 1250 0 0 5102 3 0 0 25 0 5 0 635232222 162430976 11124 33554432000 4194304 4417452 140734301215456 18446744073709551615 4262496 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=158624 CPUtime=50.46 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 20592 1250 0 0 5043 3 0 0 25 0 5 0 635232222 162430976 11124 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=158624 CPUtime=51.06 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 26469 1250 0 0 5102 4 0 0 25 0 5 0 635232222 162430976 11124 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364838 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=158624 CPUtime=51.06 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 25616 1250 0 0 5103 3 0 0 25 0 5 0 635232222 162430976 11124 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 158624

[startup+102.314 s]
/proc/loadavg: 8.07 8.04 6.69 9/373 11325
/proc/meminfo: memFree=25414432/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=168212 CPUtime=407.94 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 167748 1250 0 0 40765 29 0 0 25 0 5 0 635232220 172249088 13489 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 42053 13489 180 55 0 39939 0
[pid=11312/tid=11319] ppid=11310 vsize=168212 CPUtime=102.26 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 36418 1250 0 0 10220 6 0 0 25 0 5 0 635232222 172249088 13489 33554432000 4194304 4417452 140734301215456 18446744073709551615 4366079 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=168212 CPUtime=101.06 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 38902 1250 0 0 10100 6 0 0 25 0 5 0 635232222 172249088 13489 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=168212 CPUtime=102.28 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 46110 1250 0 0 10220 8 0 0 25 0 5 0 635232222 172249088 13489 33554432000 4194304 4417452 140734301215456 18446744073709551615 4365023 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=168212 CPUtime=102.28 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 44617 1250 0 0 10221 7 0 0 25 0 5 0 635232222 172249088 13489 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.94
Current children cumulated vsize (KiB) 168212

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

[startup+103.901 s]
/proc/loadavg: 8.07 8.04 6.69 9/373 11325
/proc/meminfo: memFree=25425220/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=160196 CPUtime=414.27 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 170085 1250 0 0 41398 29 0 0 25 0 5 0 635232220 164040704 11485 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 40049 11485 180 55 0 37935 0
[pid=11312/tid=11319] ppid=11310 vsize=160196 CPUtime=103.84 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 36529 1250 0 0 10378 6 0 0 25 0 5 0 635232222 164040704 11485 33554432000 4194304 4417452 140734301215456 18446744073709551615 4236549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=160196 CPUtime=102.64 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 38978 1250 0 0 10258 6 0 0 25 0 5 0 635232222 164040704 11485 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=160196 CPUtime=103.87 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 46792 1250 0 0 10379 8 0 0 25 0 5 0 635232222 164040704 11485 33554432000 4194304 4417452 140734301215456 18446744073709551615 4365058 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=160196 CPUtime=103.87 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 46085 1250 0 0 10380 7 0 0 25 0 5 0 635232222 164040704 11485 33554432000 4194304 4417452 140734301215456 18446744073709551615 4365004 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 414.27
Current children cumulated vsize (KiB) 160196

[startup+105.501 s]
/proc/loadavg: 8.07 8.04 6.69 9/373 11325
/proc/meminfo: memFree=25432040/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=160344 CPUtime=420.68 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 171367 1250 0 0 42039 29 0 0 25 0 5 0 635232220 164192256 11522 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 40086 11522 180 55 0 37972 0
[pid=11312/tid=11319] ppid=11310 vsize=160344 CPUtime=105.46 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 36529 1250 0 0 10540 6 0 0 25 0 5 0 635232222 164192256 11522 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11312/tid=11320] ppid=11310 vsize=160344 CPUtime=104.22 cores=0,2,4,6
/proc/11312/task/11320/stat : 11320 (plingeling) R 11310 11312 10794 0 -1 4202560 39988 1250 0 0 10416 6 0 0 25 0 5 0 635232222 164192256 11522 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11312/tid=11321] ppid=11310 vsize=160344 CPUtime=105.48 cores=0,2,4,6
/proc/11312/task/11321/stat : 11321 (plingeling) R 11310 11312 10794 0 -1 4202560 46792 1250 0 0 10540 8 0 0 25 0 5 0 635232222 164192256 11522 33554432000 4194304 4417452 140734301215456 18446744073709551615 4357238 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=11312/tid=11322] ppid=11310 vsize=160344 CPUtime=105.48 cores=0,2,4,6
/proc/11312/task/11322/stat : 11322 (plingeling) R 11310 11312 10794 0 -1 4202560 46357 1250 0 0 10541 7 0 0 25 0 5 0 635232222 164192256 11522 33554432000 4194304 4417452 140734301215456 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 420.68
Current children cumulated vsize (KiB) 160344

[startup+105.901 s]
/proc/loadavg: 8.07 8.04 6.69 9/373 11325
/proc/meminfo: memFree=25432040/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=162752 CPUtime=421.87 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 171970 1250 0 0 42158 29 0 0 25 0 2 0 635232220 166658048 12125 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 40688 12125 181 55 0 38574 0
[pid=11312/tid=11319] ppid=11310 vsize=162752 CPUtime=105.84 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 37131 1250 0 0 10578 6 0 0 25 0 2 0 635232222 166658048 12125 33554432000 4194304 4417452 140734301215456 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 421.87
Current children cumulated vsize (KiB) 162752

[startup+106.101 s]
/proc/loadavg: 8.07 8.04 6.69 9/373 11325
/proc/meminfo: memFree=25432040/32951124 swapFree=63083164/67111528
[pid=11312] ppid=11310 vsize=158224 CPUtime=422.07 cores=0,2,4,6
/proc/11312/stat : 11312 (plingeling) S 11310 11312 10794 0 -1 4202496 171970 1250 0 0 42178 29 0 0 25 0 2 0 635232220 162021376 10993 33554432000 4194304 4417452 140734301215456 18446744073709551615 264738207717 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/11312/statm: 39556 10993 181 55 0 37442 0
[pid=11312/tid=11319] ppid=11310 vsize=158224 CPUtime=106.04 cores=0,2,4,6
/proc/11312/task/11319/stat : 11319 (plingeling) R 11310 11312 10794 0 -1 4202560 37131 1250 0 0 10598 6 0 0 25 0 2 0 635232222 162021376 10993 33554432000 4194304 4417452 140734301215456 18446744073709551615 4244345 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 422.07
Current children cumulated vsize (KiB) 158224

Child status: 20
Real time (s): 106.14
CPU time (s): 422.122
CPU user time (s): 421.819
CPU system time (s): 0.302953
CPU usage (%): 397.704
Max. virtual memory (cumulated for all children) (KiB): 173372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 421.819
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173846
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= 54
involuntary context switches= 1944

runsolver used 0.369943 second user time and 0.890864 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 04:56:06
IDJOB=3371115
IDBENCH=83287
IDSOLVER=1848
FILE ID=node141/3371115-1305428166
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_381.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371115-1305428166/watcher-3371115-1305428166 -o /tmp/evaluation-result-3371115-1305428166/solver-3371115-1305428166 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371115-1305428166.cnf

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=927043347

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:      25497044 kB
Buffers:        246360 kB
Cached:        4901900 kB
SwapCached:      15708 kB
Active:        2140316 kB
Inactive:      5073968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25497044 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:     2057264 kB
Mapped:          13232 kB
Slab:           136736 kB
PageTables:      38212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86384156 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 04:57:52