Trace number 3371683

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
Lingeling 587f (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.62714
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3371683-1305434835/watcher-3371683-1305434835 -o /tmp/evaluation-result-3371683-1305434835/solver-3371683-1305434835 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371683-1305434835.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.96 3.30 3.56 5/363 20150
/proc/meminfo: memFree=17545384/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=11796 CPUtime=0 cores=1,3
/proc/20150/stat : 20150 (runsolver) R 20148 20150 19312 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 733714184 12079104 49 33554432000 4194304 5432360 140733474458304 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/20150/statm: 2949 49 30 303 0 2643 0

[startup+0.090286 s]
/proc/loadavg: 3.96 3.30 3.56 5/363 20150
/proc/meminfo: memFree=17545384/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=10140 CPUtime=0.07 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 1145 0 0 0 7 0 0 0 25 0 1 0 733714184 10383360 1074 33554432000 4194304 4409284 140737113735776 18446744073709551615 4271676 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 2535 1074 128 53 0 958 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10140

[startup+0.100277 s]
/proc/loadavg: 3.96 3.30 3.56 5/363 20150
/proc/meminfo: memFree=17545384/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=10140 CPUtime=0.08 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 1145 0 0 0 8 0 0 0 25 0 1 0 733714184 10383360 1074 33554432000 4194304 4409284 140737113735776 18446744073709551615 4271986 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 2535 1074 128 53 0 958 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10140

[startup+0.300236 s]
/proc/loadavg: 3.96 3.30 3.56 5/363 20150
/proc/meminfo: memFree=17545384/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=9288 CPUtime=0.28 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 1249 0 0 0 28 0 0 0 25 0 1 0 733714184 9510912 869 33554432000 4194304 4409284 140737113735776 18446744073709551615 4243701 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 2322 869 136 53 0 745 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9288

[startup+0.700158 s]
/proc/loadavg: 3.96 3.30 3.56 5/363 20150
/proc/meminfo: memFree=17545384/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=9288 CPUtime=0.68 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 1254 0 0 0 68 0 0 0 25 0 1 0 733714184 9510912 874 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 2322 874 141 53 0 745 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9288

[startup+1.50102 s]
/proc/loadavg: 3.96 3.31 3.56 5/364 20151
/proc/meminfo: memFree=17542664/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=10448 CPUtime=1.48 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 1512 0 0 0 146 2 0 0 25 0 1 0 733714184 10698752 1132 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 2612 1132 141 53 0 1035 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10448

[startup+3.10071 s]
/proc/loadavg: 3.96 3.31 3.56 5/364 20151
/proc/meminfo: memFree=17537580/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=12776 CPUtime=3.08 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 2094 0 0 0 305 3 0 0 25 0 1 0 733714184 13082624 1714 33554432000 4194304 4409284 140737113735776 18446744073709551615 4242957 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 3194 1714 141 53 0 1617 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12776

[startup+6.3011 s]
/proc/loadavg: 3.97 3.32 3.56 5/364 20151
/proc/meminfo: memFree=17532992/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=14824 CPUtime=6.28 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 2606 0 0 0 619 9 0 0 25 0 1 0 733714184 15179776 2226 33554432000 4194304 4409284 140737113735776 18446744073709551615 4360192 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 3706 2226 141 53 0 2129 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14824

[startup+12.7009 s]
/proc/loadavg: 3.97 3.33 3.57 5/364 20152
/proc/meminfo: memFree=17540424/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=17316 CPUtime=12.68 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 3747 0 0 0 1248 20 0 0 25 0 1 0 733714184 17731584 2849 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 4329 2849 141 53 0 2752 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17316

[startup+25.5005 s]
/proc/loadavg: 3.98 3.36 3.57 5/364 20152
/proc/meminfo: memFree=17523808/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=17328 CPUtime=25.48 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 7066 0 0 0 2507 41 0 0 25 0 1 0 733714184 17743872 2852 33554432000 4194304 4409284 140737113735776 18446744073709551615 4303806 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 4332 2852 141 53 0 2755 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17328

[startup+51.1006 s]
/proc/loadavg: 3.98 3.41 3.58 5/364 20153
/proc/meminfo: memFree=17537188/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=20984 CPUtime=51.08 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 18700 0 0 0 5032 76 0 0 25 0 1 0 733714184 21487616 3791 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 5246 3791 141 53 0 3669 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20984

[startup+102.314 s]
/proc/loadavg: 4.05 3.52 3.61 5/364 20154
/proc/meminfo: memFree=17506304/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=23760 CPUtime=102.29 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 44748 0 0 0 10086 143 0 0 25 0 1 0 733714184 24330240 4485 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 5940 4485 141 53 0 4363 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23760

[startup+162.301 s]
/proc/loadavg: 4.11 3.63 3.64 5/364 20156
/proc/meminfo: memFree=17500832/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=24256 CPUtime=162.28 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 72618 0 0 0 16009 219 0 0 25 0 1 0 733714184 24838144 4610 33554432000 4194304 4409284 140737113735776 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 6064 4610 141 53 0 4487 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 24256

[startup+222.3 s]
/proc/loadavg: 4.04 3.70 3.66 5/364 20157
/proc/meminfo: memFree=17497840/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=33572 CPUtime=222.29 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 101842 0 0 0 21940 289 0 0 25 0 1 0 733714184 34377728 6913 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 8393 6913 141 53 0 6816 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 33572

[startup+282.301 s]
/proc/loadavg: 4.01 3.75 3.67 5/364 20159
/proc/meminfo: memFree=17466960/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=31032 CPUtime=282.28 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 126205 0 0 0 27881 347 0 0 25 0 1 0 733714184 31776768 6278 33554432000 4194304 4409284 140737113735776 18446744073709551615 4305100 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 7758 6278 141 53 0 6181 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 31032

[startup+342.301 s]
/proc/loadavg: 4.04 3.81 3.70 5/364 20160
/proc/meminfo: memFree=17401848/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=37560 CPUtime=342.29 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 152947 0 0 0 33821 408 0 0 25 0 1 0 733714184 38461440 7910 33554432000 4194304 4409284 140737113735776 18446744073709551615 4360264 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 9390 7910 141 53 0 7813 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 37560

[startup+402.3 s]
/proc/loadavg: 4.12 3.87 3.73 5/364 20162
/proc/meminfo: memFree=17466176/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=33168 CPUtime=402.29 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 174552 0 0 0 39764 465 0 0 25 0 1 0 733714184 33964032 6812 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 8292 6812 141 53 0 6715 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 33168

[startup+462.301 s]
/proc/loadavg: 4.04 3.89 3.74 5/364 20164
/proc/meminfo: memFree=17440008/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=40984 CPUtime=462.3 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 195602 0 0 0 45715 515 0 0 25 0 1 0 733714184 41967616 8766 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 10246 8766 141 53 0 8669 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 40984

[startup+522.301 s]
/proc/loadavg: 4.01 3.91 3.75 5/364 20165
/proc/meminfo: memFree=17420032/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=40396 CPUtime=522.3 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 224304 0 0 0 51662 568 0 0 25 0 1 0 733714184 41365504 8619 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 10099 8619 141 53 0 8522 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 40396

[startup+582.301 s]
/proc/loadavg: 4.00 3.92 3.76 5/364 20167
/proc/meminfo: memFree=17378340/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=37648 CPUtime=582.3 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 245279 0 0 0 57612 618 0 0 25 0 1 0 733714184 38551552 7932 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 9412 7932 141 53 0 7835 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 37648

[startup+642.301 s]
/proc/loadavg: 4.00 3.93 3.77 5/364 20168
/proc/meminfo: memFree=17367420/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=38420 CPUtime=642.31 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 266477 0 0 0 63559 672 0 0 25 0 1 0 733714184 39342080 8125 33554432000 4194304 4409284 140737113735776 18446744073709551615 4257005 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 9605 8125 141 53 0 8028 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 38420

[startup+702.3 s]
/proc/loadavg: 4.07 3.97 3.80 5/364 20170
/proc/meminfo: memFree=17308736/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=39868 CPUtime=702.31 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 284156 0 0 0 69512 719 0 0 25 0 1 0 733714184 40824832 8487 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 9967 8487 141 53 0 8390 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 39868

[startup+762.314 s]
/proc/loadavg: 4.03 3.97 3.81 5/364 20172
/proc/meminfo: memFree=17341584/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=37160 CPUtime=762.32 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 311047 0 0 0 75456 776 0 0 25 0 1 0 733714184 38051840 7810 33554432000 4194304 4409284 140737113735776 18446744073709551615 4358413 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 9290 7810 141 53 0 7713 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 37160

[startup+822.301 s]
/proc/loadavg: 4.13 4.00 3.83 5/364 20173
/proc/meminfo: memFree=17295924/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=39192 CPUtime=822.3 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 344240 0 0 0 81398 832 0 0 25 0 1 0 733714184 40132608 8318 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 9798 8318 141 53 0 8221 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 39192

[startup+882.3 s]
/proc/loadavg: 4.10 4.01 3.84 5/364 20184
/proc/meminfo: memFree=17281644/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=46132 CPUtime=882.31 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 356138 0 0 0 87353 878 0 0 25 0 1 0 733714184 47239168 10053 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 11533 10053 141 53 0 9956 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 46132

[startup+942.301 s]
/proc/loadavg: 4.11 4.03 3.85 5/364 20185
/proc/meminfo: memFree=17208224/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=51436 CPUtime=942.31 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 376682 0 0 0 93313 918 0 0 25 0 1 0 733714184 52670464 11379 33554432000 4194304 4409284 140737113735776 18446744073709551615 4358627 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 12859 11379 141 53 0 11282 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 51436

[startup+1002.3 s]
/proc/loadavg: 4.04 4.02 3.86 5/364 20187
/proc/meminfo: memFree=17292148/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=46192 CPUtime=1002.31 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 390756 0 0 0 99271 960 0 0 25 0 1 0 733714184 47300608 10068 33554432000 4194304 4409284 140737113735776 18446744073709551615 4239986 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 11548 10068 141 53 0 9971 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 46192

[startup+1062.3 s]
/proc/loadavg: 3.39 3.87 3.81 3/352 20225
/proc/meminfo: memFree=17576728/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=42868 CPUtime=1062.31 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 410594 0 0 0 105227 1004 0 0 25 0 1 0 733714184 43896832 9237 33554432000 4194304 4409284 140737113735776 18446744073709551615 4358421 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 10717 9237 141 53 0 9140 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 42868

[startup+1122.3 s]
/proc/loadavg: 1.98 3.39 3.65 2/346 20244
/proc/meminfo: memFree=17630888/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=40476 CPUtime=1122.32 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 441113 0 0 0 111165 1067 0 0 25 0 1 0 733714184 41447424 8639 33554432000 4194304 4409284 140737113735776 18446744073709551615 4358516 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 10119 8639 141 53 0 8542 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 40476

[startup+1182.3 s]
/proc/loadavg: 1.36 2.95 3.48 2/346 20246
/proc/meminfo: memFree=17628232/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=43816 CPUtime=1182.32 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 457094 0 0 0 117099 1133 0 0 25 0 1 0 733714184 44867584 9474 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 10954 9474 141 53 0 9377 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 43816

[startup+1242.3 s]
/proc/loadavg: 1.13 2.59 3.32 2/346 20247
/proc/meminfo: memFree=17621740/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=49356 CPUtime=1242.32 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 481943 0 0 0 123028 1204 0 0 25 0 1 0 733714184 50540544 10859 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 12339 10859 141 53 0 10762 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 49356



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.05 2.30 3.18 2/346 20249
/proc/meminfo: memFree=17620948/32950928 swapFree=67111200/67111528
[pid=20150] ppid=20148 vsize=50184 CPUtime=1300.04 cores=1,3
/proc/20150/stat : 20150 (lingeling) R 20148 20150 19312 0 -1 4202496 498947 0 0 0 128736 1268 0 0 25 0 1 0 733714184 51388416 11066 33554432000 4194304 4409284 140737113735776 18446744073709551615 256415416215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/20150/statm: 12546 11066 141 53 0 10969 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 50184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1287.36
CPU system time (s): 12.6851
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 73036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1287.36
system time used= 12.6851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498947
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= 4
involuntary context switches= 14646

runsolver used 4.24935 second user time and 10.8873 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 06:47:15
IDJOB=3371683
IDBENCH=83318
IDSOLVER=1849
FILE ID=node115/3371683-1305434835
RUNJOBID= node115-1305434574-19995
PBS_JOBID= 13324623
Free space on /tmp= 73292 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371683-1305434835/watcher-3371683-1305434835 -o /tmp/evaluation-result-3371683-1305434835/solver-3371683-1305434835 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371683-1305434835.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=1027224503

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17545540 kB
Buffers:        299988 kB
Cached:        4644772 kB
SwapCached:          0 kB
Active:       12115288 kB
Inactive:      2972220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17545540 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:    10142084 kB
Mapped:          28972 kB
Slab:           210264 kB
PageTables:      41660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69839196 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= 73296 MiB
End job on node115 at 2011-05-15 07:08:57