Trace number 3420169

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) 5000.14 4999.93

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark326.479
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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-3420169-1306587312/watcher-3420169-1306587312 -o /tmp/evaluation-result-3420169-1306587312/solver-3420169-1306587312 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420169-1306587312.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 3/437 22991
/proc/meminfo: memFree=14956272/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=20480 CPUtime=0 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 1032 0 0 0 0 0 0 0 23 0 1 0 751147092 20971520 951 33554432000 4194304 4291949 140733236234800 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 5120 952 226 24 0 1754 0

[startup+0.101631 s]
/proc/loadavg: 1.93 2.00 1.99 3/437 22991
/proc/meminfo: memFree=14956272/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=36016 CPUtime=0.09 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 6042 0 0 0 9 0 0 0 23 0 1 0 751147092 36880384 5200 33554432000 4194304 4291949 140733236234800 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 9004 5201 227 24 0 5638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36016

[startup+0.200612 s]
/proc/loadavg: 1.93 2.00 1.99 3/437 22991
/proc/meminfo: memFree=14956272/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=54896 CPUtime=0.19 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 11694 0 0 0 18 1 0 0 24 0 1 0 751147092 56213504 9836 33554432000 4194304 4291949 140733236234800 18446744073709551615 4260695 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 13724 9838 227 24 0 10358 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54896

[startup+0.300606 s]
/proc/loadavg: 1.93 2.00 1.99 3/437 22991
/proc/meminfo: memFree=14956272/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=77124 CPUtime=0.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 17396 0 0 0 27 2 0 0 25 0 1 0 751147092 78974976 14579 33554432000 4194304 4291949 140733236234800 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 19281 14580 227 24 0 15915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77124

[startup+0.700518 s]
/proc/loadavg: 1.93 2.00 1.99 3/437 22991
/proc/meminfo: memFree=14956272/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=161692 CPUtime=0.69 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 39074 0 0 0 64 5 0 0 25 0 1 0 751147092 165572608 32673 33554432000 4194304 4291949 140733236234800 18446744073709551615 270338081217 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 40423 32673 227 24 0 37057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161692

[startup+1.50035 s]
/proc/loadavg: 1.93 2.00 1.99 3/438 22992
/proc/meminfo: memFree=14756748/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=292768 CPUtime=1.49 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 77917 0 0 0 140 9 0 0 25 0 1 0 751147092 299794432 64012 33554432000 4194304 4291949 140733236234800 18446744073709551615 4215700 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 73192 64012 231 24 0 69826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 292768

[startup+3.10102 s]
/proc/loadavg: 1.93 2.00 1.99 3/438 22992
/proc/meminfo: memFree=14698344/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=292768 CPUtime=3.09 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 77919 0 0 0 300 9 0 0 25 0 1 0 751147092 299794432 64014 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 73192 64014 232 24 0 69826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 292768

[startup+6.3004 s]
/proc/loadavg: 1.93 2.00 1.99 3/438 22992
/proc/meminfo: memFree=14697988/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=292768 CPUtime=6.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 77919 0 0 0 620 9 0 0 25 0 1 0 751147092 299794432 64014 33554432000 4194304 4291949 140733236234800 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 73192 64014 232 24 0 69826 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 292768

[startup+12.7011 s]
/proc/loadavg: 1.94 2.00 1.99 3/438 22993
/proc/meminfo: memFree=14677124/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=304700 CPUtime=12.69 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 82765 0 0 0 1259 10 0 0 25 0 1 0 751147092 312012800 68674 33554432000 4194304 4291949 140733236234800 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22991/statm: 76175 68674 234 24 0 72809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 304700

[startup+25.5006 s]
/proc/loadavg: 1.95 2.00 1.99 3/438 22993
/proc/meminfo: memFree=14717780/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=282204 CPUtime=25.48 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 100791 0 0 0 2535 13 0 0 25 0 1 0 751147092 288976896 58026 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 70551 58026 253 24 0 67185 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 282204

[startup+51.1005 s]
/proc/loadavg: 2.02 2.01 2.00 3/438 22994
/proc/meminfo: memFree=14706944/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=282204 CPUtime=51.07 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 102213 0 0 0 5094 13 0 0 25 0 1 0 751147092 288976896 59417 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 70551 59417 253 24 0 67185 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 282204

[startup+102.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/438 22995
/proc/meminfo: memFree=14664596/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=332292 CPUtime=102.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 110709 0 0 0 10213 16 0 0 25 0 1 0 751147092 340267008 67759 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 83073 67759 253 24 0 79707 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 332292

[startup+162.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/438 22997
/proc/meminfo: memFree=14615848/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=335820 CPUtime=162.28 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 119661 0 0 0 16209 19 0 0 25 0 1 0 751147092 343879680 76583 33554432000 4194304 4291949 140733236234800 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 83955 76583 253 24 0 80589 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 335820

[startup+222.317 s]
/proc/loadavg: 2.04 2.03 2.00 3/438 22998
/proc/meminfo: memFree=14572932/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=420568 CPUtime=222.3 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 126953 0 0 0 22209 21 0 0 25 0 1 0 751147092 430661632 83773 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 105142 83773 253 24 0 101776 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 420568

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 23000
/proc/meminfo: memFree=14854032/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=422996 CPUtime=282.28 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 132469 0 0 0 28205 23 0 0 25 0 1 0 751147092 433147904 89209 33554432000 4194304 4291949 140733236234800 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 105749 89209 253 24 0 102383 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 422996

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23002
/proc/meminfo: memFree=14772544/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=555256 CPUtime=342.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 148614 0 0 0 34201 28 0 0 25 0 1 0 751147092 568582144 105257 33554432000 4194304 4291949 140733236234800 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 138814 105257 253 24 0 135448 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 555256

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23012
/proc/meminfo: memFree=14730524/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=559332 CPUtime=402.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 155214 0 0 0 40198 31 0 0 25 0 1 0 751147092 572755968 111783 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 139833 111783 253 24 0 136467 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 559332

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 23014
/proc/meminfo: memFree=14668140/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=560772 CPUtime=462.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 163239 0 0 0 46197 32 0 0 25 0 1 0 751147092 574230528 119731 33554432000 4194304 4291949 140733236234800 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 140193 119731 253 24 0 136827 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 560772

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 23015
/proc/meminfo: memFree=14624972/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=564388 CPUtime=522.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 170332 0 0 0 52193 36 0 0 25 0 1 0 751147092 577933312 126760 33554432000 4194304 4291949 140733236234800 18446744073709551615 4250730 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 141097 126760 253 24 0 137731 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 564388

[startup+582.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/438 23017
/proc/meminfo: memFree=14572636/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=780712 CPUtime=582.29 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 179761 0 0 0 58189 40 0 0 25 0 1 0 751147092 799449088 136105 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 195178 136105 253 24 0 191812 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 780712

[startup+642.301 s]

################
# More data... #
################

[startup+4062.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/438 23150
/proc/meminfo: memFree=13094640/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3032236 CPUtime=4062.47 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 636927 0 0 0 406059 188 0 0 25 0 1 0 751147092 3105009664 589891 33554432000 4194304 4291949 140733236234800 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 758059 589891 253 24 0 754693 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 3032236

[startup+4122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/438 23151
/proc/meminfo: memFree=12999372/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3043172 CPUtime=4122.46 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 645792 0 0 0 412054 192 0 0 25 0 1 0 751147092 3116208128 598697 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 760793 598697 253 24 0 757427 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 3043172

[startup+4182.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/438 23153
/proc/meminfo: memFree=13314544/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3043172 CPUtime=4182.48 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 650554 0 0 0 418053 195 0 0 25 0 1 0 751147092 3116208128 603421 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 760793 603421 253 24 0 757427 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 3043172

[startup+4242.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/438 23155
/proc/meminfo: memFree=13236016/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3057756 CPUtime=4242.47 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 657486 0 0 0 424050 197 0 0 25 0 1 0 751147092 3131142144 610319 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 764439 610319 253 24 0 761073 0
Current children cumulated CPU time (s) 4242.47
Current children cumulated vsize (KiB) 3057756

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/438 23156
/proc/meminfo: memFree=13165684/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3057756 CPUtime=4302.47 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 662822 0 0 0 430048 199 0 0 25 0 1 0 751147092 3131142144 615604 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 764439 615604 253 24 0 761073 0
Current children cumulated CPU time (s) 4302.47
Current children cumulated vsize (KiB) 3057756

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 23158
/proc/meminfo: memFree=13111716/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3065048 CPUtime=4362.48 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 668039 0 0 0 436047 201 0 0 25 0 1 0 751147092 3138609152 620790 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 766262 620790 253 24 0 762896 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 3065048

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23159
/proc/meminfo: memFree=13069528/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3065048 CPUtime=4422.47 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 671502 0 0 0 442045 202 0 0 25 0 1 0 751147092 3138609152 624231 33554432000 4194304 4291949 140733236234800 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 766262 624231 253 24 0 762896 0
Current children cumulated CPU time (s) 4422.47
Current children cumulated vsize (KiB) 3065048

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23161
/proc/meminfo: memFree=13005396/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3077196 CPUtime=4482.47 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 680169 0 0 0 448042 205 0 0 25 0 1 0 751147092 3151048704 632847 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 769299 632847 253 24 0 765933 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 3077196

[startup+4542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/438 23163
/proc/meminfo: memFree=12956136/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3083272 CPUtime=4542.48 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 686724 0 0 0 454041 207 0 0 25 0 1 0 751147092 3157270528 639370 33554432000 4194304 4291949 140733236234800 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 770818 639370 253 24 0 767452 0
Current children cumulated CPU time (s) 4542.48
Current children cumulated vsize (KiB) 3083272

[startup+4602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/438 23164
/proc/meminfo: memFree=12917552/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3083272 CPUtime=4602.48 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 690725 0 0 0 460039 209 0 0 25 0 1 0 751147092 3157270528 643341 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 770818 643341 253 24 0 767452 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 3083272

[startup+4662.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/438 23166
/proc/meminfo: memFree=12881692/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3083272 CPUtime=4662.48 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 694109 0 0 0 466038 210 0 0 25 0 1 0 751147092 3157270528 646691 33554432000 4194304 4291949 140733236234800 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 770818 646691 253 24 0 767452 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 3083272

[startup+4722.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/438 23167
/proc/meminfo: memFree=12818916/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3110956 CPUtime=4722.5 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 702592 0 0 0 472037 213 0 0 25 0 1 0 751147092 3185618944 655141 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 777739 655141 253 24 0 774373 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 3110956

[startup+4782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/438 23169
/proc/meminfo: memFree=12769168/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3110956 CPUtime=4782.49 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 705717 0 0 0 478034 215 0 0 25 0 1 0 751147092 3185618944 658233 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 777739 658233 253 24 0 774373 0
Current children cumulated CPU time (s) 4782.49
Current children cumulated vsize (KiB) 3110956

[startup+4842.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/438 23171
/proc/meminfo: memFree=12727108/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3121892 CPUtime=4842.51 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 711447 0 0 0 484035 216 0 0 25 0 1 0 751147092 3196817408 663925 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 780473 663925 253 24 0 777107 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 3121892

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/438 23172
/proc/meminfo: memFree=12657396/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3121892 CPUtime=4902.5 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 724885 0 0 0 490029 221 0 0 25 0 1 0 751147092 3196817408 677239 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 780473 677239 253 24 0 777107 0
Current children cumulated CPU time (s) 4902.5
Current children cumulated vsize (KiB) 3121892

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 23174
/proc/meminfo: memFree=12577388/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3121892 CPUtime=4962.5 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 740475 0 0 0 496025 225 0 0 25 0 1 0 751147092 3196817408 692711 33554432000 4194304 4291949 140733236234800 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 780473 692711 253 24 0 777107 0
Current children cumulated CPU time (s) 4962.5
Current children cumulated vsize (KiB) 3121892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.16 2.05 2.01 3/438 23175
/proc/meminfo: memFree=12530492/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=3121892 CPUtime=5000.02 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4202496 749654 0 0 0 499773 229 0 0 25 0 1 0 751147092 3196817408 701818 33554432000 4194304 4291949 140733236234800 18446744073709551615 4256305 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22991/statm: 780473 701818 253 24 0 777107 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 3121892

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

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

[startup+4999.92 s]
/proc/loadavg: 2.16 2.05 2.01 3/438 23175
/proc/meminfo: memFree=12530492/32951124 swapFree=54329440/67111528
[pid=22991] ppid=22989 vsize=0 CPUtime=5000.12 cores=0,2,4,6
/proc/22991/stat : 22991 (RestartSAT) R 22989 22991 22419 0 -1 4203524 749655 0 0 0 499773 239 0 0 25 0 1 0 751147092 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 0 0 0 0
/proc/22991/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.14
CPU user time (s): 4997.74
CPU system time (s): 2.40064
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3121892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.74
system time used= 2.40063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 749655
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= 10
involuntary context switches= 6348

runsolver used 22.9665 second user time and 47.4698 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-28 14:55:15
IDJOB=3420169
IDBENCH=85007
IDSOLVER=1911
FILE ID=node143/3420169-1306587312
RUNJOBID= node143-1306579391-22437
PBS_JOBID= 13471537
Free space on /tmp= 73388 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420169-1306587312/watcher-3420169-1306587312 -o /tmp/evaluation-result-3420169-1306587312/solver-3420169-1306587312 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420169-1306587312.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1037042414

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
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.83
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.846
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.846
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.846
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.846
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:      14956684 kB
Buffers:        313008 kB
Cached:        5878024 kB
SwapCached:      29864 kB
Active:        8946676 kB
Inactive:      8748560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14956684 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:           77408 kB
Writeback:           0 kB
AnonPages:    11474308 kB
Mapped:          31048 kB
Slab:           151200 kB
PageTables:      81672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 116766904 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= 73480 MiB
End job on node143 at 2011-05-28 16:18:37