Trace number 3292365

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
RestartSAT A75? (TO) 1300.05 1300.01

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 935)

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-3292365-1303788190/watcher-3292365-1303788190 -o /tmp/evaluation-result-3292365-1303788190/solver-3292365-1303788190 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3292365-1303788190.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.00 1.00 1.47 4/189 13145
/proc/meminfo: memFree=23826452/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=19796 CPUtime=0 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 820 0 0 0 0 0 0 0 21 0 1 0 569049483 20271104 751 33554432000 4194304 4291949 140735294106272 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 4949 751 225 24 0 1583 0

[startup+0.0231659 s]
/proc/loadavg: 1.00 1.00 1.47 4/189 13145
/proc/meminfo: memFree=23826452/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=22372 CPUtime=0.01 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 1882 0 0 0 1 0 0 0 21 0 1 0 569049483 22908928 1648 33554432000 4194304 4291949 140735294106272 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 5593 1649 226 24 0 2227 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22372

[startup+0.10117 s]
/proc/loadavg: 1.00 1.00 1.47 4/189 13145
/proc/meminfo: memFree=23826452/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=29532 CPUtime=0.09 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 4806 0 0 0 9 0 0 0 21 0 1 0 569049483 30240768 4014 33554432000 4194304 4291949 140735294106272 18446744073709551615 4217046 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 7383 4014 231 24 0 4017 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29532

[startup+0.301109 s]
/proc/loadavg: 1.00 1.00 1.47 4/189 13145
/proc/meminfo: memFree=23826452/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=29668 CPUtime=0.29 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 4845 0 0 0 29 0 0 0 22 0 1 0 569049483 30380032 4053 33554432000 4194304 4291949 140735294106272 18446744073709551615 4230281 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 7417 4053 231 24 0 4051 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29668

[startup+0.701051 s]
/proc/loadavg: 1.00 1.00 1.47 4/189 13145
/proc/meminfo: memFree=23826452/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=28584 CPUtime=0.68 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 5689 0 0 0 68 0 0 0 23 0 1 0 569049483 29270016 3485 33554432000 4194304 4291949 140735294106272 18446744073709551615 4262993 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 7146 3485 252 24 0 3780 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28584

[startup+1.50091 s]
/proc/loadavg: 1.24 1.05 1.49 5/190 13146
/proc/meminfo: memFree=23808348/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=31304 CPUtime=1.49 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 6168 0 0 0 148 1 0 0 25 0 1 0 569049483 32055296 3953 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 7826 3953 252 24 0 4460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31304

[startup+3.10058 s]
/proc/loadavg: 1.24 1.05 1.49 5/190 13146
/proc/meminfo: memFree=23798908/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=35724 CPUtime=3.09 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 6956 0 0 0 308 1 0 0 25 0 1 0 569049483 36581376 4720 33554432000 4194304 4291949 140735294106272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 8931 4720 252 24 0 5565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35724

[startup+6.30101 s]
/proc/loadavg: 1.46 1.10 1.50 5/190 13146
/proc/meminfo: memFree=23780804/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=42904 CPUtime=6.29 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 8232 0 0 0 628 1 0 0 25 0 1 0 569049483 43933696 5966 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 10726 5966 252 24 0 7360 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42904

[startup+12.7008 s]
/proc/loadavg: 1.66 1.15 1.51 5/190 13146
/proc/meminfo: memFree=23736424/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=56396 CPUtime=12.69 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 10666 0 0 0 1267 2 0 0 25 0 1 0 569049483 57749504 8346 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 14099 8346 252 24 0 10733 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56396

[startup+25.5004 s]
/proc/loadavg: 2.18 1.29 1.55 5/190 13147
/proc/meminfo: memFree=23705536/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=79808 CPUtime=25.49 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 14949 0 0 0 2546 3 0 0 25 0 1 0 569049483 81723392 12561 33554432000 4194304 4291949 140735294106272 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 19952 12561 252 24 0 16586 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79808

[startup+51.1007 s]
/proc/loadavg: 2.80 1.51 1.61 5/190 13174
/proc/meminfo: memFree=23683408/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=52840 CPUtime=51.09 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 23539 0 0 0 5104 5 0 0 25 0 1 0 569049483 54108160 9232 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 13210 9232 252 24 0 9844 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52840

[startup+102.307 s]
/proc/loadavg: 3.52 1.90 1.74 5/190 13176
/proc/meminfo: memFree=23581112/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=119712 CPUtime=102.3 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 34383 0 0 0 10221 9 0 0 25 0 1 0 569049483 122585088 19884 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 29928 19884 252 24 0 26562 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 119712

[startup+162.301 s]
/proc/loadavg: 3.82 2.28 1.88 5/190 13177
/proc/meminfo: memFree=23527756/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=91384 CPUtime=162.29 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 49214 0 0 0 16216 13 0 0 25 0 1 0 569049483 93577216 19026 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 22846 19026 252 24 0 19480 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91384

[startup+222.301 s]
/proc/loadavg: 3.99 2.61 2.02 5/190 13314
/proc/meminfo: memFree=22957240/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=76100 CPUtime=222.3 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 63002 0 0 0 22213 17 0 0 25 0 1 0 569049483 77926400 14883 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 19025 14883 252 24 0 15659 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 76100

[startup+282.301 s]
/proc/loadavg: 3.99 2.86 2.14 5/190 13316
/proc/meminfo: memFree=22872080/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=128504 CPUtime=282.3 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 72905 0 0 0 28211 19 0 0 25 0 1 0 569049483 131588096 24600 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 32126 24600 252 24 0 28760 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 128504

[startup+342.301 s]
/proc/loadavg: 3.99 3.06 2.25 5/190 13317
/proc/meminfo: memFree=22866876/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=81340 CPUtime=342.29 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 85322 0 0 0 34206 23 0 0 25 0 1 0 569049483 83292160 16792 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 20335 16792 252 24 0 16969 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 81340

[startup+402.3 s]
/proc/loadavg: 4.04 3.25 2.36 5/190 13319
/proc/meminfo: memFree=22774664/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=132844 CPUtime=402.3 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 94057 0 0 0 40204 26 0 0 25 0 1 0 569049483 136032256 25371 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 33211 25371 252 24 0 29845 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 132844

[startup+462.301 s]
/proc/loadavg: 4.01 3.38 2.46 5/190 13320
/proc/meminfo: memFree=22745776/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=187760 CPUtime=462.3 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 100856 0 0 0 46202 28 0 0 25 0 1 0 569049483 192266240 32061 33554432000 4194304 4291949 140735294106272 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 46940 32061 252 24 0 43574 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 187760

[startup+522.301 s]
/proc/loadavg: 4.04 3.50 2.56 5/190 13322
/proc/meminfo: memFree=22754344/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=107432 CPUtime=522.3 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 113698 0 0 0 52199 31 0 0 25 0 1 0 569049483 110010368 22247 33554432000 4194304 4291949 140735294106272 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 26858 22247 252 24 0 23492 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107432

[startup+582.301 s]
/proc/loadavg: 4.01 3.59 2.65 5/190 13324
/proc/meminfo: memFree=22726592/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=139184 CPUtime=582.31 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 121093 0 0 0 58196 35 0 0 25 0 1 0 569049483 142524416 29482 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255739 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 34796 29482 252 24 0 31430 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 139184

[startup+642.301 s]
/proc/loadavg: 4.00 3.66 2.73 5/190 13325
/proc/meminfo: memFree=22686792/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=90992 CPUtime=642.31 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 131927 0 0 0 64193 38 0 0 25 0 1 0 569049483 93175808 18260 33554432000 4194304 4291949 140735294106272 18446744073709551615 4263293 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 22748 18260 252 24 0 19382 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 90992

[startup+702.301 s]
/proc/loadavg: 4.00 3.72 2.81 5/190 13327
/proc/meminfo: memFree=22749072/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=141212 CPUtime=702.3 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 140147 0 0 0 70190 40 0 0 25 0 1 0 569049483 144601088 26312 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 35303 26312 252 24 0 31937 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 141212

[startup+762.306 s]
/proc/loadavg: 4.00 3.77 2.88 5/190 13328
/proc/meminfo: memFree=22620876/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=192460 CPUtime=762.31 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 147183 0 0 0 76188 43 0 0 25 0 1 0 569049483 197079040 33225 33554432000 4194304 4291949 140735294106272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 48115 33225 252 24 0 44749 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 192460

[startup+822.301 s]
/proc/loadavg: 4.00 3.81 2.95 5/190 13330
/proc/meminfo: memFree=22646432/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=114576 CPUtime=822.31 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 161476 0 0 0 82183 48 0 0 25 0 1 0 569049483 117325824 21955 33554432000 4194304 4291949 140735294106272 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 28644 21955 252 24 0 25278 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 114576

[startup+882.301 s]
/proc/loadavg: 4.00 3.84 3.01 5/190 13332
/proc/meminfo: memFree=22639532/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=147816 CPUtime=882.31 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 170330 0 0 0 88179 52 0 0 25 0 1 0 569049483 151363584 30666 33554432000 4194304 4291949 140735294106272 18446744073709551615 4262893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 36954 30666 252 24 0 33588 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 147816

[startup+942.301 s]
/proc/loadavg: 4.00 3.87 3.07 5/190 13335
/proc/meminfo: memFree=22555228/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=198040 CPUtime=942.31 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 176457 0 0 0 94177 54 0 0 25 0 1 0 569049483 202792960 36679 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 49510 36679 252 24 0 46144 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 198040

[startup+1002.3 s]
/proc/loadavg: 4.00 3.89 3.12 5/190 13338
/proc/meminfo: memFree=22542300/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=117896 CPUtime=1002.32 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 189339 0 0 0 100174 58 0 0 25 0 1 0 569049483 120725504 23874 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 29474 23874 252 24 0 26108 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 117896

[startup+1062.3 s]
/proc/loadavg: 4.00 3.91 3.18 5/190 13339
/proc/meminfo: memFree=22503700/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=149716 CPUtime=1062.32 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 197915 0 0 0 106171 61 0 0 25 0 1 0 569049483 153309184 32292 33554432000 4194304 4291949 140735294106272 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 37429 32292 252 24 0 34063 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 149716

[startup+1122.3 s]
/proc/loadavg: 4.00 3.92 3.22 5/190 13341
/proc/meminfo: memFree=22518048/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=200692 CPUtime=1122.31 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 203695 0 0 0 112168 63 0 0 25 0 1 0 569049483 205508608 37985 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 50173 37985 252 24 0 46807 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 200692

[startup+1182.3 s]
/proc/loadavg: 4.03 3.94 3.28 5/190 13343
/proc/meminfo: memFree=22601716/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=120660 CPUtime=1182.32 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 214606 0 0 0 118165 67 0 0 25 0 1 0 569049483 123555840 21853 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 30165 21853 252 24 0 26799 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 120660

[startup+1242.3 s]
/proc/loadavg: 3.86 3.92 3.31 4/184 13361
/proc/meminfo: memFree=23420888/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=152280 CPUtime=1242.33 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 222385 0 0 0 124163 70 0 0 25 0 1 0 569049483 155934720 29480 33554432000 4194304 4291949 140735294106272 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 38070 29480 252 24 0 34704 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 152280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.36 3.76 3.29 3/183 13364
/proc/meminfo: memFree=23518628/32951124 swapFree=67111348/67111528
[pid=13145] ppid=13143 vsize=202940 CPUtime=1300.03 cores=4,6
/proc/13145/stat : 13145 (RestartSAT) R 13143 13145 12511 0 -1 4202496 228121 0 0 0 129930 73 0 0 25 0 1 0 569049483 207810560 35117 33554432000 4194304 4291949 140735294106272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13145/statm: 50735 35117 252 24 0 47369 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 202940

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.3
CPU system time (s): 0.744886
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 210300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.3
system time used= 0.744886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228121
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= 881

runsolver used 2.28665 second user time and 4.81727 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 05:23:10
IDJOB=3292365
IDBENCH=85987
IDSOLVER=1581
FILE ID=node111/3292365-1303788190
RUNJOBID= node111-1303788190-13104
PBS_JOBID= 13157239
Free space on /tmp= 70964 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292365-1303788190/watcher-3292365-1303788190 -o /tmp/evaluation-result-3292365-1303788190/solver-3292365-1303788190 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3292365-1303788190.cnf

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=2045369800

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23826608 kB
Buffers:       1241972 kB
Cached:        7314948 kB
SwapCached:        132 kB
Active:        2683456 kB
Inactive:      5964520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23826608 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10196 kB
Writeback:           0 kB
AnonPages:       90464 kB
Mapped:          15084 kB
Slab:           412624 kB
PageTables:       5572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   280644 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= 70964 MiB
End job on node111 at 2011-04-26 05:44:52