Trace number 3419657

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.17 5000.01

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark170.723
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

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-3419657-1306579390/watcher-3419657-1306579390 -o /tmp/evaluation-result-3419657-1306579390/solver-3419657-1306579390 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419657-1306579390.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: 0.00 0.00 0.00 4/454 1151
/proc/meminfo: memFree=13576696/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=20448 CPUtime=0 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 924 0 0 0 0 0 0 0 20 0 1 0 750355054 20938752 867 33554432000 4194304 4291949 140735843098368 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 5112 870 227 24 0 1746 0

[startup+0.0438461 s]
/proc/loadavg: 0.00 0.00 0.00 4/454 1151
/proc/meminfo: memFree=13576696/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=30564 CPUtime=0.04 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 3774 0 0 0 4 0 0 0 20 0 1 0 750355054 31297536 3615 33554432000 4194304 4291949 140735843098368 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 7641 3620 227 24 0 4275 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30564

[startup+0.100874 s]
/proc/loadavg: 0.00 0.00 0.00 4/454 1151
/proc/meminfo: memFree=13576696/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=62368 CPUtime=0.09 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 10347 0 0 0 9 0 0 0 20 0 1 0 750355054 63864832 9961 33554432000 4194304 4291949 140735843098368 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 15592 9962 227 24 0 12226 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62368

[startup+0.300826 s]
/proc/loadavg: 0.00 0.00 0.00 4/454 1151
/proc/meminfo: memFree=13576696/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=90696 CPUtime=0.29 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 18456 0 0 0 27 2 0 0 21 0 1 0 750355054 92872704 17065 33554432000 4194304 4291949 140735843098368 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 22674 17065 227 24 0 19308 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90696

[startup+0.700729 s]
/proc/loadavg: 0.00 0.00 0.00 4/454 1151
/proc/meminfo: memFree=13576696/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=120120 CPUtime=0.69 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 27765 0 0 0 66 3 0 0 22 0 1 0 750355054 123002880 24487 33554432000 4194304 4291949 140735843098368 18446744073709551615 4254680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 30030 24487 232 24 0 26664 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120120

[startup+1.50059 s]
/proc/loadavg: 0.16 0.03 0.01 4/456 1153
/proc/meminfo: memFree=13346928/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=126532 CPUtime=1.49 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 36366 0 0 0 145 4 0 0 25 0 1 0 750355054 129568768 26511 33554432000 4194304 4291949 140735843098368 18446744073709551615 220815894298 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 31633 26511 234 24 0 28267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 126532

[startup+3.10031 s]
/proc/loadavg: 0.16 0.03 0.01 4/456 1153
/proc/meminfo: memFree=13381276/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=112536 CPUtime=3.09 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 39362 0 0 0 304 5 0 0 25 0 1 0 750355054 115236864 22924 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 28134 22924 253 24 0 24768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112536

[startup+6.30073 s]
/proc/loadavg: 0.16 0.03 0.01 4/456 1153
/proc/meminfo: memFree=13379672/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=112536 CPUtime=6.29 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 39773 0 0 0 624 5 0 0 25 0 1 0 750355054 115236864 23333 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 28134 23333 253 24 0 24768 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112536

[startup+12.7005 s]
/proc/loadavg: 0.44 0.10 0.03 4/456 1153
/proc/meminfo: memFree=13370968/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=131212 CPUtime=12.69 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 40810 0 0 0 1264 5 0 0 25 0 1 0 750355054 134361088 24368 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 32803 24368 253 24 0 29437 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131212

[startup+25.5012 s]
/proc/loadavg: 0.68 0.16 0.05 3/456 1154
/proc/meminfo: memFree=13350988/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=150068 CPUtime=25.49 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 43485 0 0 0 2543 6 0 0 25 0 1 0 750355054 153669632 27039 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 37517 27039 253 24 0 34151 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150068

[startup+51.1005 s]
/proc/loadavg: 1.13 0.31 0.10 4/456 1154
/proc/meminfo: memFree=13248992/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=199388 CPUtime=51.09 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 56527 0 0 0 5101 8 0 0 25 0 1 0 750355054 204173312 40067 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 49847 40067 253 24 0 46481 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 199388

[startup+102.318 s]
/proc/loadavg: 1.65 0.59 0.21 4/456 1156
/proc/meminfo: memFree=13144328/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=280296 CPUtime=102.31 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 68931 0 0 0 10220 11 0 0 25 0 1 0 750355054 287023104 52440 33554432000 4194304 4291949 140735843098368 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 70074 52440 253 24 0 66708 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 280296

[startup+162.301 s]
/proc/loadavg: 1.87 0.84 0.32 4/456 1157
/proc/meminfo: memFree=13049948/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=361684 CPUtime=162.29 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 80441 0 0 0 16216 13 0 0 25 0 1 0 750355054 370364416 63926 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 90421 63926 253 24 0 87055 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 361684

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.42 4/456 1159
/proc/meminfo: memFree=12961388/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=361684 CPUtime=222.3 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 92173 0 0 0 22214 16 0 0 25 0 1 0 750355054 370364416 75636 33554432000 4194304 4291949 140735843098368 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 90421 75636 253 24 0 87055 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 361684

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 4/456 1161
/proc/meminfo: memFree=12812936/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=493944 CPUtime=282.3 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 110137 0 0 0 28209 21 0 0 25 0 1 0 750355054 505798656 93575 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 123486 93575 253 24 0 120120 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 493944

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.61 4/456 1162
/proc/meminfo: memFree=12719424/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=493944 CPUtime=342.3 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 119617 0 0 0 34206 24 0 0 25 0 1 0 750355054 505798656 103041 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 123486 103041 253 24 0 120120 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 493944

[startup+402.301 s]
/proc/loadavg: 2.12 1.52 0.71 4/456 1164
/proc/meminfo: memFree=12639428/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=493944 CPUtime=402.3 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 129750 0 0 0 40203 27 0 0 25 0 1 0 750355054 505798656 113156 33554432000 4194304 4291949 140735843098368 18446744073709551615 4248397 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 123486 113156 253 24 0 120120 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 493944

[startup+462.301 s]
/proc/loadavg: 2.12 1.63 0.79 4/456 1165
/proc/meminfo: memFree=12536980/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=708868 CPUtime=462.3 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 142782 0 0 0 46199 31 0 0 25 0 1 0 750355054 725880832 126177 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 177217 126177 253 24 0 173851 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 708868

[startup+522.301 s]
/proc/loadavg: 2.04 1.70 0.87 4/456 1167
/proc/meminfo: memFree=12448552/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=708868 CPUtime=522.3 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 152319 0 0 0 52196 34 0 0 25 0 1 0 750355054 725880832 135706 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 177217 135706 253 24 0 173851 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 708868

[startup+582.3 s]
/proc/loadavg: 2.01 1.75 0.94 4/456 1169
/proc/meminfo: memFree=12369788/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=708868 CPUtime=582.3 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 163205 0 0 0 58193 37 0 0 25 0 1 0 750355054 725880832 146580 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 177217 146580 253 24 0 173851 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 708868

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 1.96 3/456 1300
/proc/meminfo: memFree=10865892/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2678216 CPUtime=4062.44 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 640007 0 0 0 406076 168 0 0 25 0 1 0 750355054 2742493184 622806 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 669554 622806 253 24 0 666188 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 2678216

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/456 1302
/proc/meminfo: memFree=10709380/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2679764 CPUtime=4122.43 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 645264 0 0 0 412073 170 0 0 25 0 1 0 750355054 2744078336 628055 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 669941 628055 253 24 0 666575 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 2679764

[startup+4182.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/456 1304
/proc/meminfo: memFree=10515176/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2681760 CPUtime=4182.43 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 649951 0 0 0 418071 172 0 0 25 0 1 0 750355054 2746122240 632739 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 670440 632739 253 24 0 667074 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 2681760

[startup+4242.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/456 1305
/proc/meminfo: memFree=10384456/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2683328 CPUtime=4242.43 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 656854 0 0 0 424068 175 0 0 25 0 1 0 750355054 2747727872 639631 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 670832 639631 253 24 0 667466 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 2683328

[startup+4302.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/456 1307
/proc/meminfo: memFree=10254236/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2684760 CPUtime=4302.43 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 661467 0 0 0 430067 176 0 0 25 0 1 0 750355054 2749194240 644239 33554432000 4194304 4291949 140735843098368 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 671190 644239 253 24 0 667824 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 2684760

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/456 1308
/proc/meminfo: memFree=10141008/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2686232 CPUtime=4362.43 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 665399 0 0 0 436066 177 0 0 25 0 1 0 750355054 2750701568 648161 33554432000 4194304 4291949 140735843098368 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 671558 648161 253 24 0 668192 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 2686232

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/456 1310
/proc/meminfo: memFree=9924228/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2688416 CPUtime=4422.44 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 670620 0 0 0 442065 179 0 0 25 0 1 0 750355054 2752937984 653378 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 672104 653378 253 24 0 668738 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 2688416

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/456 1312
/proc/meminfo: memFree=9809260/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=2689352 CPUtime=4482.43 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 675133 0 0 0 448063 180 0 0 25 0 1 0 750355054 2753896448 657883 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 672338 657883 253 24 0 668972 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 2689352

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/456 1313
/proc/meminfo: memFree=9693536/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4189136 CPUtime=4542.44 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 683539 0 0 0 454061 183 0 0 25 0 1 0 750355054 4289675264 666286 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1047284 666286 253 24 0 1043918 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 4189136

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/456 1315
/proc/meminfo: memFree=9534180/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4189988 CPUtime=4602.44 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 700733 0 0 0 460057 187 0 0 25 0 1 0 750355054 4290547712 683467 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1047497 683467 253 24 0 1044131 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 4189988

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/456 1316
/proc/meminfo: memFree=9392544/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4191880 CPUtime=4662.44 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 714715 0 0 0 466054 190 0 0 25 0 1 0 750355054 4292485120 697433 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1047970 697433 253 24 0 1044604 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 4191880

[startup+4722.32 s]
/proc/loadavg: 2.07 2.03 1.98 3/456 1327
/proc/meminfo: memFree=9230920/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4194260 CPUtime=4722.46 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 719315 0 0 0 472055 191 0 0 25 0 1 0 750355054 4294922240 702030 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1048565 702030 253 24 0 1045199 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 4194260

[startup+4782.3 s]
/proc/loadavg: 2.17 2.06 2.00 3/456 1329
/proc/meminfo: memFree=9123528/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4196076 CPUtime=4782.45 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 723119 0 0 0 478052 193 0 0 25 0 1 0 750355054 4296781824 705833 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1049019 705833 253 24 0 1045653 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 4196076

[startup+4842.3 s]
/proc/loadavg: 2.11 2.06 2.00 3/456 1330
/proc/meminfo: memFree=9029256/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4197956 CPUtime=4842.45 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 728096 0 0 0 484050 195 0 0 25 0 1 0 750355054 4298706944 710806 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1049489 710806 253 24 0 1046123 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 4197956

[startup+4902.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/456 1332
/proc/meminfo: memFree=8908956/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4199540 CPUtime=4902.45 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 732087 0 0 0 490049 196 0 0 25 0 1 0 750355054 4300328960 714786 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1049885 714786 253 24 0 1046519 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 4199540

[startup+4962.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/456 1333
/proc/meminfo: memFree=8798328/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4201680 CPUtime=4962.45 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 739232 0 0 0 496047 198 0 0 25 0 1 0 750355054 4302520320 721925 33554432000 4194304 4291949 140735843098368 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1050420 721925 253 24 0 1047054 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 4201680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/456 1334
/proc/meminfo: memFree=8732836/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4202272 CPUtime=5000.05 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 741426 0 0 0 499807 198 0 0 25 0 1 0 750355054 4303126528 724117 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1050568 724117 253 24 0 1047202 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 4202272

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/456 1334
/proc/meminfo: memFree=8732836/32951124 swapFree=63485464/67111528
[pid=1149] ppid=1146 vsize=4202272 CPUtime=5000.05 cores=0,2,4,6
/proc/1149/stat : 1149 (RestartSAT) R 1146 1149 1114 0 -1 4202496 741426 0 0 0 499807 198 0 0 25 0 1 0 750355054 4303126528 724117 33554432000 4194304 4291949 140735843098368 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1149/statm: 1050568 724117 253 24 0 1047202 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 4202272

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 5000.17
CPU user time (s): 4998.09
CPU system time (s): 2.08168
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 4202272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.09
system time used= 2.08168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 741427
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= 24
involuntary context switches= 2536

runsolver used 23.3145 second user time and 50.1494 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-28 12:43:11
IDJOB=3419657
IDBENCH=20353
IDSOLVER=1911
FILE ID=node147/3419657-1306579390
RUNJOBID= node147-1306579390-1132
PBS_JOBID= 13471533
Free space on /tmp= 73580 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419657-1306579390/watcher-3419657-1306579390 -o /tmp/evaluation-result-3419657-1306579390/solver-3419657-1306579390 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419657-1306579390.cnf

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=851707964

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13577512 kB
Buffers:        365760 kB
Cached:        9386716 kB
SwapCached:      13096 kB
Active:       10035112 kB
Inactive:      9047916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13577512 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:           41952 kB
Writeback:           0 kB
AnonPages:     9325792 kB
Mapped:          26452 kB
Slab:           164096 kB
PageTables:      58572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120749696 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= 73592 MiB
End job on node147 at 2011-05-28 14:06:33