Trace number 3292364

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 B95? (TO) 1300.06 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-3292364-1303788067/watcher-3292364-1303788067 -o /tmp/evaluation-result-3292364-1303788067/solver-3292364-1303788067 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3292364-1303788067.cnf 

running on 2 cores: 5,7

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.47 3.92 3.87 4/193 14281
/proc/meminfo: memFree=23220788/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=19796 CPUtime=0 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 826 0 0 0 0 0 0 0 25 0 1 0 490404593 20271104 755 33554432000 4194304 4291949 140736649454064 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 4949 756 225 24 0 1583 0

[startup+0.103045 s]
/proc/loadavg: 3.47 3.92 3.87 4/193 14281
/proc/meminfo: memFree=23220788/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=29532 CPUtime=0.1 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 4807 0 0 0 9 1 0 0 25 0 1 0 490404593 30240768 4014 33554432000 4194304 4291949 140736649454064 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 7383 4014 231 24 0 4017 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29532

[startup+0.201026 s]
/proc/loadavg: 3.47 3.92 3.87 4/193 14281
/proc/meminfo: memFree=23220788/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=29668 CPUtime=0.2 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 4836 0 0 0 19 1 0 0 25 0 1 0 490404593 30380032 4043 33554432000 4194304 4291949 140736649454064 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 7417 4043 231 24 0 4051 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 29668

[startup+0.30101 s]
/proc/loadavg: 3.47 3.92 3.87 4/193 14281
/proc/meminfo: memFree=23220788/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=29668 CPUtime=0.3 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 4846 0 0 0 29 1 0 0 25 0 1 0 490404593 30380032 4053 33554432000 4194304 4291949 140736649454064 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 7417 4053 231 24 0 4051 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 29668

[startup+0.700935 s]
/proc/loadavg: 3.47 3.92 3.87 4/193 14281
/proc/meminfo: memFree=23220788/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=28584 CPUtime=0.69 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 5699 0 0 0 68 1 0 0 25 0 1 0 490404593 29270016 3495 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 7146 3495 252 24 0 3780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28584

[startup+1.50079 s]
/proc/loadavg: 3.47 3.92 3.87 5/194 14282
/proc/meminfo: memFree=23201992/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=31304 CPUtime=1.49 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 6172 0 0 0 148 1 0 0 25 0 1 0 490404593 32055296 3953 33554432000 4194304 4291949 140736649454064 18446744073709551615 4250352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 7826 3953 252 24 0 4460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31304

[startup+3.10049 s]
/proc/loadavg: 3.51 3.92 3.87 5/194 14309
/proc/meminfo: memFree=23193892/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=35724 CPUtime=3.09 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 6987 0 0 0 308 1 0 0 25 0 1 0 490404593 36581376 4750 33554432000 4194304 4291949 140736649454064 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 8931 4750 252 24 0 5565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35724

[startup+6.3009 s]
/proc/loadavg: 3.51 3.92 3.87 5/194 14309
/proc/meminfo: memFree=23163020/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=43388 CPUtime=6.29 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 8434 0 0 0 628 1 0 0 25 0 1 0 490404593 44429312 6155 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 10847 6155 252 24 0 7481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43388

[startup+12.7007 s]
/proc/loadavg: 3.58 3.92 3.88 5/194 14310
/proc/meminfo: memFree=23131520/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=57308 CPUtime=12.69 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 11153 0 0 0 1267 2 0 0 25 0 1 0 490404593 58683392 8801 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 14327 8801 252 24 0 10961 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57308

[startup+25.5003 s]
/proc/loadavg: 3.65 3.92 3.88 5/194 14310
/proc/meminfo: memFree=23070068/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=80400 CPUtime=25.49 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 15305 0 0 0 2546 3 0 0 25 0 1 0 490404593 82329600 12873 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 20100 12873 252 24 0 16734 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80400

[startup+51.1006 s]
/proc/loadavg: 3.77 3.93 3.88 5/194 14311
/proc/meminfo: memFree=23062068/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=65316 CPUtime=51.1 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 24554 0 0 0 5104 6 0 0 25 0 1 0 490404593 66883584 12064 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 16329 12064 252 24 0 12963 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 65316

[startup+102.301 s]
/proc/loadavg: 3.91 3.94 3.88 5/194 14312
/proc/meminfo: memFree=23019400/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=71344 CPUtime=102.3 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 39365 0 0 0 10220 10 0 0 25 0 1 0 490404593 73056256 13698 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 17836 13698 252 24 0 14470 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71344

[startup+162.301 s]
/proc/loadavg: 3.96 3.95 3.89 5/194 14314
/proc/meminfo: memFree=22926140/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=76648 CPUtime=162.3 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 53822 0 0 0 16213 17 0 0 25 0 1 0 490404593 78487552 13539 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 19162 13539 252 24 0 15796 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 76648

[startup+222.307 s]
/proc/loadavg: 3.98 3.95 3.90 5/194 14315
/proc/meminfo: memFree=22864624/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=130376 CPUtime=222.3 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 64668 0 0 0 22209 21 0 0 25 0 1 0 490404593 133505024 24156 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 32594 24156 252 24 0 29228 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130376

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.90 5/194 14317
/proc/meminfo: memFree=22905160/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=102632 CPUtime=282.3 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 78654 0 0 0 28205 25 0 0 25 0 1 0 490404593 105095168 21694 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 25658 21694 252 24 0 22292 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102632

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/194 14318
/proc/meminfo: memFree=22912948/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=88964 CPUtime=342.31 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 91338 0 0 0 34201 30 0 0 25 0 1 0 490404593 91099136 16841 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 22241 16841 252 24 0 18875 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 88964

[startup+402.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/194 14320
/proc/meminfo: memFree=22892112/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=140808 CPUtime=402.31 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 100960 0 0 0 40197 34 0 0 25 0 1 0 490404593 144187392 26250 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 35202 26250 252 24 0 31836 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 140808

[startup+462.3 s]
/proc/loadavg: 4.06 4.00 3.92 5/194 14322
/proc/meminfo: memFree=22804928/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=112152 CPUtime=462.31 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 113688 0 0 0 46193 38 0 0 25 0 1 0 490404593 114843648 21388 33554432000 4194304 4291949 140736649454064 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 28038 21389 252 24 0 24672 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 112152

[startup+522.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/194 14323
/proc/meminfo: memFree=22713896/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=144856 CPUtime=522.3 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 122118 0 0 0 52189 41 0 0 25 0 1 0 490404593 148332544 29628 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 36214 29628 252 24 0 32848 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 144856

[startup+582.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/194 14325
/proc/meminfo: memFree=22816060/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=117568 CPUtime=582.31 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 137352 0 0 0 58184 47 0 0 25 0 1 0 490404593 120389632 24857 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 29392 24857 252 24 0 26026 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 117568

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/194 14326
/proc/meminfo: memFree=22741888/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=152232 CPUtime=642.31 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 146032 0 0 0 64181 50 0 0 25 0 1 0 490404593 155885568 33344 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 38058 33344 252 24 0 34692 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 152232

[startup+702.301 s]
/proc/loadavg: 4.08 4.02 3.93 5/194 14328
/proc/meminfo: memFree=22786392/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=122344 CPUtime=702.31 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 158028 0 0 0 70177 54 0 0 25 0 1 0 490404593 125280256 22959 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 30586 22959 252 24 0 27220 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 122344

[startup+762.301 s]
/proc/loadavg: 4.08 4.03 3.94 5/194 14330
/proc/meminfo: memFree=22725484/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=154992 CPUtime=762.32 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 166615 0 0 0 76174 58 0 0 25 0 1 0 490404593 158711808 31356 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 38748 31356 252 24 0 35382 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 154992

[startup+822.301 s]
/proc/loadavg: 4.03 4.02 3.94 5/194 14331
/proc/meminfo: memFree=22785608/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=106980 CPUtime=822.32 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 177082 0 0 0 82170 62 0 0 25 0 1 0 490404593 109547520 20291 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 26745 20291 252 24 0 23379 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 106980

[startup+882.307 s]
/proc/loadavg: 4.06 4.03 3.94 5/194 14333
/proc/meminfo: memFree=22763028/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=157792 CPUtime=882.33 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 186270 0 0 0 88166 67 0 0 25 0 1 0 490404593 161579008 29276 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 39448 29276 252 24 0 36082 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 157792

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/194 14334
/proc/meminfo: memFree=22720116/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=209508 CPUtime=942.32 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 193498 0 0 0 94162 70 0 0 25 0 1 0 490404593 214536192 36354 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 52377 36354 252 24 0 49011 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 209508

[startup+1002.3 s]
/proc/loadavg: 4.12 4.05 3.95 5/194 14336
/proc/meminfo: memFree=22844228/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=131140 CPUtime=1002.33 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 207323 0 0 0 100158 75 0 0 25 0 1 0 490404593 134287360 28182 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 32785 28182 252 24 0 29419 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 131140

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.95 5/194 14392
/proc/meminfo: memFree=22790488/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=163324 CPUtime=1062.32 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 215018 0 0 0 106154 78 0 0 25 0 1 0 490404593 167243776 35712 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 40831 35712 252 24 0 37465 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 163324

[startup+1122.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/194 14393
/proc/meminfo: memFree=22830868/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=114516 CPUtime=1122.33 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 226002 0 0 0 112150 83 0 0 25 0 1 0 490404593 117264384 24348 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 28629 24348 252 24 0 25263 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 114516

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 14449
/proc/meminfo: memFree=22834708/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=165900 CPUtime=1182.33 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 235026 0 0 0 118147 86 0 0 25 0 1 0 490404593 169881600 33177 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 41475 33177 252 24 0 38109 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 165900

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/194 14504
/proc/meminfo: memFree=22865144/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=105904 CPUtime=1242.33 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 244533 0 0 0 124143 90 0 0 25 0 1 0 490404593 108445696 20808 33554432000 4194304 4291949 140736649454064 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 26476 20808 252 24 0 23110 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 105904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.96 4/193 14507
/proc/meminfo: memFree=22935324/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=167860 CPUtime=1300.04 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 254924 0 0 0 129910 94 0 0 25 0 1 0 490404593 171888640 30940 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 41965 30940 252 24 0 38599 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 167860

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

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

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.96 4/193 14507
/proc/meminfo: memFree=22935324/32951124 swapFree=67111524/67111528
[pid=14281] ppid=14279 vsize=167860 CPUtime=1300.04 cores=5,7
/proc/14281/stat : 14281 (RestartSAT) R 14279 14281 14221 0 -1 4202496 254924 0 0 0 129910 94 0 0 25 0 1 0 490404593 171888640 30940 33554432000 4194304 4291949 140736649454064 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14281/statm: 41965 30940 252 24 0 38599 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 167860

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.1
CPU system time (s): 0.953854
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 217260

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

runsolver used 1.91571 second user time and 5.18121 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 05:21:07
IDJOB=3292364
IDBENCH=85987
IDSOLVER=1580
FILE ID=node135/3292364-1303788067
RUNJOBID= node135-1303788067-14242
PBS_JOBID= 13157256
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1864639506

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23221192 kB
Buffers:       1827448 kB
Cached:        7228312 kB
SwapCached:          4 kB
Active:         598108 kB
Inactive:      8549908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23221192 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9976 kB
Writeback:           0 kB
AnonPages:       91612 kB
Mapped:          15052 kB
Slab:           515148 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   286668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71624 MiB
End job on node135 at 2011-04-26 05:42:49