Trace number 3379855

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.05 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g5.cnf
MD5SUM70a781814cd432fb0f934a7edd92ccff
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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-3379855-1305454836/watcher-3379855-1305454836 -o /tmp/evaluation-result-3379855-1305454836/solver-3379855-1305454836 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379855-1305454836.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: 1.14 2.06 2.81 3/342 5683
/proc/meminfo: memFree=17296600/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=15380 CPUtime=0 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 920 0 0 0 0 0 0 0 22 0 1 0 657083266 15749120 861 33554432000 4194304 4394578 140736987596784 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 3845 861 247 49 0 986 0

[startup+0.0836959 s]
/proc/loadavg: 1.14 2.06 2.81 3/342 5683
/proc/meminfo: memFree=17296600/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=27992 CPUtime=0.07 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 4079 0 0 0 7 0 0 0 22 0 1 0 657083266 28663808 4019 33554432000 4194304 4394578 140736987596784 18446744073709551615 4267902 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 6998 4019 253 49 0 4139 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27992

[startup+0.100689 s]
/proc/loadavg: 1.14 2.06 2.81 3/342 5683
/proc/meminfo: memFree=17296600/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=27992 CPUtime=0.09 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 4086 0 0 0 8 1 0 0 22 0 1 0 657083266 28663808 4026 33554432000 4194304 4394578 140736987596784 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 6998 4026 255 49 0 4139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27992

[startup+0.300655 s]
/proc/loadavg: 1.14 2.06 2.81 3/342 5683
/proc/meminfo: memFree=17296600/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=33368 CPUtime=0.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 6111 0 0 0 27 2 0 0 23 0 1 0 657083266 34168832 5381 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 8342 5381 266 49 0 5483 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33368

[startup+0.700584 s]
/proc/loadavg: 1.14 2.06 2.81 3/342 5683
/proc/meminfo: memFree=17296600/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=39440 CPUtime=0.69 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 7642 0 0 0 67 2 0 0 25 0 1 0 657083266 40386560 6912 33554432000 4194304 4394578 140736987596784 18446744073709551615 4320975 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 9860 6912 266 49 0 7001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39440

[startup+1.50044 s]
/proc/loadavg: 1.37 2.09 2.81 5/348 5694
/proc/meminfo: memFree=17213336/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=48084 CPUtime=1.49 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 9774 0 0 0 146 3 0 0 25 0 1 0 657083266 49238016 9044 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 12021 9045 266 49 0 9162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48084

[startup+3.10016 s]
/proc/loadavg: 1.37 2.09 2.81 5/348 5694
/proc/meminfo: memFree=17181220/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=60336 CPUtime=3.09 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 12841 0 0 0 306 3 0 0 25 0 1 0 657083266 61784064 12111 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 15084 12111 266 49 0 12225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60336

[startup+6.3006 s]
/proc/loadavg: 1.37 2.09 2.81 5/348 5694
/proc/meminfo: memFree=17128584/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=78500 CPUtime=6.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 17263 0 0 0 625 4 0 0 25 0 1 0 657083266 80384000 16533 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 19625 16533 266 49 0 16766 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78500

[startup+12.7005 s]
/proc/loadavg: 1.78 2.16 2.82 5/348 5694
/proc/meminfo: memFree=17055712/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=104744 CPUtime=12.69 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 23647 0 0 0 1264 5 0 0 25 0 1 0 657083266 107257856 22917 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 26186 22917 266 49 0 23327 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104744

[startup+25.5002 s]
/proc/loadavg: 2.12 2.22 2.84 5/348 5694
/proc/meminfo: memFree=17017900/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=106040 CPUtime=25.49 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 23942 0 0 0 2544 5 0 0 25 0 1 0 657083266 108584960 23212 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 26510 23212 266 49 0 23651 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106040

[startup+51.1007 s]
/proc/loadavg: 2.86 2.38 2.87 5/348 5695
/proc/meminfo: memFree=16975444/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=117324 CPUtime=51.09 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 26574 0 0 0 5103 6 0 0 25 0 1 0 657083266 120139776 25844 33554432000 4194304 4394578 140736987596784 18446744073709551615 4287716 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 29331 25844 266 49 0 26472 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117324

[startup+102.313 s]
/proc/loadavg: 3.54 2.65 2.93 5/348 5696
/proc/meminfo: memFree=16896552/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=140268 CPUtime=102.3 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 31862 0 0 0 10223 7 0 0 25 0 1 0 657083266 143634432 31132 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 35067 31132 266 49 0 32208 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140268

[startup+162.3 s]
/proc/loadavg: 3.83 2.89 3.00 5/348 5698
/proc/meminfo: memFree=16839604/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=156960 CPUtime=162.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 35697 0 0 0 16220 9 0 0 25 0 1 0 657083266 160727040 34967 33554432000 4194304 4394578 140736987596784 18446744073709551615 4291957 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 39240 34967 266 49 0 36381 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 156960

[startup+222.301 s]
/proc/loadavg: 3.94 3.09 3.06 5/348 5700
/proc/meminfo: memFree=16793188/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=174704 CPUtime=222.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 39622 0 0 0 22219 10 0 0 25 0 1 0 657083266 178896896 38892 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 43676 38892 266 49 0 40817 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 174704

[startup+282.301 s]
/proc/loadavg: 3.97 3.25 3.11 5/348 5701
/proc/meminfo: memFree=16758052/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=185060 CPUtime=282.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 41838 0 0 0 28219 10 0 0 25 0 1 0 657083266 189501440 41108 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 46265 41108 266 49 0 43406 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 185060

[startup+342.3 s]
/proc/loadavg: 3.99 3.39 3.17 5/348 5703
/proc/meminfo: memFree=16716228/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=198372 CPUtime=342.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 44610 0 0 0 34218 11 0 0 25 0 1 0 657083266 203132928 43880 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 49593 43880 266 49 0 46734 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 198372

[startup+402.301 s]
/proc/loadavg: 4.03 3.51 3.22 5/348 5704
/proc/meminfo: memFree=16686180/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=206920 CPUtime=402.3 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 46278 0 0 0 40218 12 0 0 25 0 1 0 657083266 211886080 45548 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 51730 45548 266 49 0 48871 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 206920

[startup+462.3 s]
/proc/loadavg: 4.01 3.60 3.27 5/348 5706
/proc/meminfo: memFree=16667792/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=215264 CPUtime=462.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 48117 0 0 0 46217 12 0 0 25 0 1 0 657083266 220430336 47387 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 53816 47387 266 49 0 50957 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 215264

[startup+522.301 s]
/proc/loadavg: 4.07 3.68 3.31 5/348 5708
/proc/meminfo: memFree=16644328/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=221956 CPUtime=522.29 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 49482 0 0 0 52217 12 0 0 25 0 1 0 657083266 227282944 48752 33554432000 4194304 4394578 140736987596784 18446744073709551615 4287371 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 55489 48752 266 49 0 52630 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 221956

[startup+582.3 s]
/proc/loadavg: 4.08 3.75 3.36 5/348 5709
/proc/meminfo: memFree=16624944/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=229236 CPUtime=582.3 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 51079 0 0 0 58217 13 0 0 25 0 1 0 657083266 234737664 50349 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 57309 50349 266 49 0 54450 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 229236

[startup+642.301 s]
/proc/loadavg: 4.14 3.83 3.41 5/348 5711
/proc/meminfo: memFree=16604560/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=234600 CPUtime=642.3 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 52263 0 0 0 64217 13 0 0 25 0 1 0 657083266 240230400 51533 33554432000 4194304 4394578 140736987596784 18446744073709551615 4288254 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 58650 51533 266 49 0 55791 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 234600

[startup+702.301 s]
/proc/loadavg: 4.05 3.85 3.44 5/348 5712
/proc/meminfo: memFree=16580960/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=249536 CPUtime=702.3 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 55637 0 0 0 70215 15 0 0 25 0 1 0 657083266 255524864 54907 33554432000 4194304 4394578 140736987596784 18446744073709551615 4346547 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 62384 54907 266 49 0 59525 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 249536

[startup+762.313 s]
/proc/loadavg: 4.02 3.88 3.47 5/348 5714
/proc/meminfo: memFree=16561204/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=256516 CPUtime=762.31 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 56961 0 0 0 76216 15 0 0 25 0 1 0 657083266 262672384 56231 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 64129 56231 266 49 0 61270 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 256516

[startup+822.301 s]
/proc/loadavg: 4.00 3.90 3.50 5/348 5716
/proc/meminfo: memFree=16535376/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=266500 CPUtime=822.31 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 59067 0 0 0 82215 16 0 0 25 0 1 0 657083266 272896000 58337 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298770 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 66625 58337 266 49 0 63766 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 266500

[startup+882.3 s]
/proc/loadavg: 4.00 3.91 3.53 5/348 5717
/proc/meminfo: memFree=16511652/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=274820 CPUtime=882.3 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 60741 0 0 0 88214 16 0 0 25 0 1 0 657083266 281415680 60011 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 68705 60011 266 49 0 65846 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 274820

[startup+942.301 s]
/proc/loadavg: 4.05 3.94 3.56 5/348 5719
/proc/meminfo: memFree=16501080/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=282760 CPUtime=942.3 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 62338 0 0 0 94213 17 0 0 25 0 1 0 657083266 289546240 61608 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 70690 61608 266 49 0 67831 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 282760

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 3.59 5/348 5720
/proc/meminfo: memFree=16489760/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=288456 CPUtime=1002.31 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 63486 0 0 0 100213 18 0 0 25 0 1 0 657083266 295378944 62756 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 72114 62756 266 49 0 69255 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 288456

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/348 5722
/proc/meminfo: memFree=16477936/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=289544 CPUtime=1062.31 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 63710 0 0 0 106213 18 0 0 25 0 1 0 657083266 296493056 62980 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 72386 62980 266 49 0 69527 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 289544

[startup+1122.3 s]
/proc/loadavg: 4.11 3.99 3.64 5/348 5724
/proc/meminfo: memFree=16470960/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=291400 CPUtime=1122.31 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 64043 0 0 0 112213 18 0 0 25 0 1 0 657083266 298393600 63313 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 72850 63313 266 49 0 69991 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 291400

[startup+1182.3 s]
/proc/loadavg: 4.12 4.00 3.67 5/348 5725
/proc/meminfo: memFree=16444636/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=309020 CPUtime=1182.31 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 68175 0 0 0 118212 19 0 0 25 0 1 0 657083266 316436480 67445 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 77255 67445 266 49 0 74396 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 309020

[startup+1242.3 s]
/proc/loadavg: 4.04 4.00 3.68 5/348 5727
/proc/meminfo: memFree=16436048/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=309724 CPUtime=1242.31 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 68330 0 0 0 124212 19 0 0 25 0 1 0 657083266 317157376 67600 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 77431 67600 266 49 0 74572 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 309724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.70 3/346 5730
/proc/meminfo: memFree=16919636/32950928 swapFree=67111348/67111528
[pid=5683] ppid=5681 vsize=309724 CPUtime=1300.02 cores=4,6
/proc/5683/stat : 5683 (SApperloT2010) R 5681 5683 30479 0 -1 4202496 68389 0 0 0 129983 19 0 0 25 0 1 0 657083266 317157376 67659 33554432000 4194304 4394578 140736987596784 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5683/statm: 77431 67659 266 49 0 74572 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 309724

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.05
CPU user time (s): 1299.84
CPU system time (s): 0.210967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 309724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68389
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= 5
involuntary context switches= 1293

runsolver used 4.15437 second user time and 10.0515 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 12:20:36
IDJOB=3379855
IDBENCH=71443
IDSOLVER=1862
FILE ID=node125/3379855-1305454836
RUNJOBID= node125-1305454836-5652
PBS_JOBID= 13324855
Free space on /tmp= 73196 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g5.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379855-1305454836/watcher-3379855-1305454836 -o /tmp/evaluation-result-3379855-1305454836/solver-3379855-1305454836 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379855-1305454836.cnf

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

MD5SUM BENCH= 70a781814cd432fb0f934a7edd92ccff
RANDOM SEED=128039864

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17296880 kB
Buffers:        283976 kB
Cached:        4613384 kB
SwapCached:          0 kB
Active:       11595156 kB
Inactive:      3676132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17296880 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5864 kB
Writeback:           0 kB
AnonPages:    10373076 kB
Mapped:          32384 kB
Slab:           278628 kB
PageTables:      39416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 66834668 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= 73200 MiB
End job on node125 at 2011-05-15 12:42:18