Trace number 3379819

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.01 1300.03

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_445.cnf
MD5SUM4f7ff14ba0d33c4cf7de4e3c004f2f79
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark899.169
Satisfiable
(Un)Satisfiability was proved
Number of variables223
Number of clauses26441
Sum of the clauses size116565
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2296
Number of clauses of size 324153
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51992

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

running on 2 cores: 4,6

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.51 3.93 3.97 4/374 1744
/proc/meminfo: memFree=26594396/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=12720 CPUtime=0 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 532 0 0 0 0 0 0 0 25 0 1 0 657398712 13025280 473 33554432000 4194304 4394578 140735228712016 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 3180 474 247 49 0 321 0

[startup+0.0485391 s]
/proc/loadavg: 3.51 3.93 3.97 4/374 1744
/proc/meminfo: memFree=26594396/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=15192 CPUtime=0.04 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 1156 0 0 0 4 0 0 0 25 0 1 0 657398712 15556608 1096 33554432000 4194304 4394578 140735228712016 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/1744/statm: 3798 1096 255 49 0 939 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15192

[startup+0.100529 s]
/proc/loadavg: 3.51 3.93 3.97 4/374 1744
/proc/meminfo: memFree=26594396/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=15192 CPUtime=0.09 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 1156 0 0 0 9 0 0 0 25 0 1 0 657398712 15556608 1096 33554432000 4194304 4394578 140735228712016 18446744073709551615 4254543 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/1744/statm: 3798 1096 255 49 0 939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15192

[startup+0.300508 s]
/proc/loadavg: 3.51 3.93 3.97 4/374 1744
/proc/meminfo: memFree=26594396/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=19716 CPUtime=0.29 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 2459 0 0 0 29 0 0 0 25 0 1 0 657398712 20189184 2295 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/1744/statm: 4929 2295 266 49 0 2070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19716

[startup+0.700428 s]
/proc/loadavg: 3.51 3.93 3.97 4/374 1744
/proc/meminfo: memFree=26594396/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=22044 CPUtime=0.69 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 3000 0 0 0 69 0 0 0 25 0 1 0 657398712 22573056 2836 33554432000 4194304 4394578 140735228712016 18446744073709551615 4287674 0 0 4096 6 0 0 0 17 6 0 0 0
/proc/1744/statm: 5511 2836 266 49 0 2652 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22044

[startup+1.50034 s]
/proc/loadavg: 3.51 3.93 3.97 5/375 1745
/proc/meminfo: memFree=26557940/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=23856 CPUtime=1.48 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 3414 0 0 0 148 0 0 0 25 0 1 0 657398712 24428544 3250 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 5964 3250 266 49 0 3105 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23856

[startup+3.10108 s]
/proc/loadavg: 3.55 3.93 3.97 5/375 1745
/proc/meminfo: memFree=26549856/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=26576 CPUtime=3.08 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 4056 0 0 0 308 0 0 0 25 0 1 0 657398712 27213824 3892 33554432000 4194304 4394578 140735228712016 18446744073709551615 4299041 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 6644 3892 266 49 0 3785 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26576

[startup+6.30055 s]
/proc/loadavg: 3.55 3.93 3.97 5/375 1745
/proc/meminfo: memFree=26534108/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=28644 CPUtime=6.28 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 4507 0 0 0 628 0 0 0 25 0 1 0 657398712 29331456 4343 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 7161 4343 266 49 0 4302 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28644

[startup+12.7005 s]
/proc/loadavg: 3.78 3.96 3.98 5/375 1745
/proc/meminfo: memFree=26513952/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=32720 CPUtime=12.68 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 5403 0 0 0 1268 0 0 0 25 0 1 0 657398712 33505280 5239 33554432000 4194304 4394578 140735228712016 18446744073709551615 4327709 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 8180 5239 266 49 0 5321 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32720

[startup+25.5003 s]
/proc/loadavg: 3.97 4.00 3.99 5/375 1746
/proc/meminfo: memFree=26492164/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=38312 CPUtime=25.48 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 6667 0 0 0 2547 1 0 0 25 0 1 0 657398712 39231488 6503 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 9578 6503 266 49 0 6719 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38312

[startup+51.101 s]
/proc/loadavg: 3.98 4.00 3.99 5/375 1747
/proc/meminfo: memFree=26438116/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=55136 CPUtime=51.08 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 10630 0 0 0 5106 2 0 0 25 0 1 0 657398712 56459264 10466 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 13784 10466 266 49 0 10925 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55136

[startup+102.313 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1775
/proc/meminfo: memFree=26395448/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=79060 CPUtime=102.29 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 16274 0 0 0 10225 4 0 0 25 0 1 0 657398712 80957440 16110 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298733 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 19765 16110 266 49 0 16906 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 79060

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1776
/proc/meminfo: memFree=26296024/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=86600 CPUtime=162.28 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 18013 0 0 0 16223 5 0 0 25 0 1 0 657398712 88678400 17849 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 21650 17849 266 49 0 18791 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 86600

[startup+222.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1778
/proc/meminfo: memFree=26214904/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=92860 CPUtime=222.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 19507 0 0 0 22222 5 0 0 25 0 1 0 657398712 95088640 19343 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 23215 19343 266 49 0 20356 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 92860

[startup+282.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1780
/proc/meminfo: memFree=26150144/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=100936 CPUtime=282.28 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 21520 0 0 0 28222 6 0 0 25 0 1 0 657398712 103358464 21356 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 25234 21356 266 49 0 22375 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 100936

[startup+342.301 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1781
/proc/meminfo: memFree=26043360/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=120332 CPUtime=342.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 26413 0 0 0 34220 7 0 0 25 0 1 0 657398712 123219968 26249 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 30083 26249 266 49 0 27224 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 120332

[startup+402.301 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1783
/proc/meminfo: memFree=25950220/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=138704 CPUtime=402.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 30931 0 0 0 40219 8 0 0 25 0 1 0 657398712 142032896 30767 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 34676 30767 266 49 0 31817 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 138704

[startup+462.301 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1784
/proc/meminfo: memFree=25863524/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=152656 CPUtime=462.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 34389 0 0 0 46218 9 0 0 25 0 1 0 657398712 156319744 34225 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 38164 34225 266 49 0 35305 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 152656

[startup+522.301 s]
/proc/loadavg: 4.06 4.01 4.00 5/375 1786
/proc/meminfo: memFree=25791344/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=169012 CPUtime=522.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 38360 0 0 0 52217 10 0 0 25 0 1 0 657398712 173068288 38196 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 42253 38196 266 49 0 39394 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 169012

[startup+582.301 s]
/proc/loadavg: 4.17 4.04 4.01 5/375 1788
/proc/meminfo: memFree=25749916/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=173264 CPUtime=582.28 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 39370 0 0 0 58217 11 0 0 25 0 1 0 657398712 177422336 39206 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 43316 39206 266 49 0 40457 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 173264

[startup+642.301 s]
/proc/loadavg: 4.13 4.04 4.00 5/375 1789
/proc/meminfo: memFree=25693464/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=180188 CPUtime=642.28 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 41111 0 0 0 64217 11 0 0 25 0 1 0 657398712 184512512 40947 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 45047 40947 266 49 0 42188 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 180188

[startup+702.301 s]
/proc/loadavg: 4.05 4.03 4.00 5/375 1791
/proc/meminfo: memFree=25632900/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=193728 CPUtime=702.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 44415 0 0 0 70215 12 0 0 25 0 1 0 657398712 198377472 44251 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 48432 44251 266 49 0 45573 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 193728

[startup+762.314 s]
/proc/loadavg: 4.02 4.02 4.00 5/375 1792
/proc/meminfo: memFree=25590072/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=204712 CPUtime=762.29 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 47196 0 0 0 76216 13 0 0 25 0 1 0 657398712 209625088 47032 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 51178 47032 266 49 0 48319 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 204712

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/375 1794
/proc/meminfo: memFree=25552832/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=217356 CPUtime=822.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 50263 0 0 0 82214 13 0 0 25 0 1 0 657398712 222572544 50099 33554432000 4194304 4394578 140735228712016 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 54339 50099 266 49 0 51480 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 217356

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/375 1796
/proc/meminfo: memFree=25471320/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=230232 CPUtime=882.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 53366 0 0 0 88213 14 0 0 25 0 1 0 657398712 235757568 53202 33554432000 4194304 4394578 140735228712016 18446744073709551615 4295845 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 57558 53202 266 49 0 54699 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 230232

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/375 1797
/proc/meminfo: memFree=25391440/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=246280 CPUtime=942.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 57413 0 0 0 94213 14 0 0 25 0 1 0 657398712 252190720 57249 33554432000 4194304 4394578 140735228712016 18446744073709551615 4299139 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 61570 57249 266 49 0 58711 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 246280

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/375 1799
/proc/meminfo: memFree=25296560/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=269236 CPUtime=1002.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 63070 0 0 0 100211 16 0 0 25 0 1 0 657398712 275697664 62906 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 67309 62906 266 49 0 64450 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 269236

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/375 1800
/proc/meminfo: memFree=25202812/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=292440 CPUtime=1062.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 68753 0 0 0 106210 17 0 0 25 0 1 0 657398712 299458560 68589 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 73110 68589 266 49 0 70251 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 292440

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 4.01 5/375 1829
/proc/meminfo: memFree=25270456/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=316300 CPUtime=1122.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 74685 0 0 0 112208 19 0 0 25 0 1 0 657398712 323891200 74521 33554432000 4194304 4394578 140735228712016 18446744073709551615 4300066 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 79075 74521 266 49 0 76216 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 316300

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/375 1831
/proc/meminfo: memFree=25217444/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=335168 CPUtime=1182.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 79250 0 0 0 118207 20 0 0 25 0 1 0 657398712 343212032 79086 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 83792 79086 266 49 0 80933 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 335168

[startup+1242.3 s]
/proc/loadavg: 4.12 4.05 4.01 5/375 1832
/proc/meminfo: memFree=25032316/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=336728 CPUtime=1242.27 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 79520 0 0 0 124207 20 0 0 25 0 1 0 657398712 344809472 79356 33554432000 4194304 4394578 140735228712016 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 84182 79356 266 49 0 81323 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 336728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.05 4.01 4/374 1835
/proc/meminfo: memFree=25368532/32951124 swapFree=63649232/67111528
[pid=1744] ppid=1742 vsize=336988 CPUtime=1299.97 cores=4,6
/proc/1744/stat : 1744 (SApperloT2010) R 1742 1744 1684 0 -1 4202496 79580 0 0 0 129977 20 0 0 25 0 1 0 657398712 345075712 79416 33554432000 4194304 4394578 140735228712016 18446744073709551615 4313471 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1744/statm: 84247 79416 266 49 0 81388 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 336988

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.03
CPU time (s): 1300.01
CPU user time (s): 1299.79
CPU system time (s): 0.219966
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 336988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.219966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79580
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= 6
involuntary context switches= 2962

runsolver used 4.88826 second user time and 10.5004 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 13:13:22
IDJOB=3379819
IDBENCH=83311
IDSOLVER=1862
FILE ID=node130/3379819-1305458002
RUNJOBID= node130-1305458002-1703
PBS_JOBID= 13324900
Free space on /tmp= 73392 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_445.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379819-1305458002/watcher-3379819-1305458002 -o /tmp/evaluation-result-3379819-1305458002/solver-3379819-1305458002 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379819-1305458002.cnf

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

MD5SUM BENCH= 4f7ff14ba0d33c4cf7de4e3c004f2f79
RANDOM SEED=1483253035

node130.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.838
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.67
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.838
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	: 5332.83
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.838
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26594676 kB
Buffers:        288408 kB
Cached:        4022956 kB
SwapCached:      10248 kB
Active:        2168768 kB
Inactive:      3898176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26594676 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            3304 kB
Writeback:           0 kB
AnonPages:     1753028 kB
Mapped:          20820 kB
Slab:           188792 kB
PageTables:      34688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88896172 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= 73372 MiB
End job on node130 at 2011-05-15 13:35:04