Trace number 3419755

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.08 4999.93

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark809.913
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3419755-1306579402/watcher-3419755-1306579402 -o /tmp/evaluation-result-3419755-1306579402/solver-3419755-1306579402 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419755-1306579402.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.20 0.08 0.01 3/453 9201
/proc/meminfo: memFree=24341856/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=21100 CPUtime=0 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1151 0 0 0 0 0 0 0 21 0 1 0 769538139 21606400 1075 33554432000 4194304 4291949 140734304902112 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9201/statm: 5275 1075 227 24 0 1909 0

[startup+0.027551 s]
/proc/loadavg: 0.20 0.08 0.01 3/453 9201
/proc/meminfo: memFree=24341856/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=25208 CPUtime=0.02 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 2311 0 0 0 2 0 0 0 21 0 1 0 769538139 25812992 2156 33554432000 4194304 4291949 140734304902112 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9201/statm: 6302 2158 227 24 0 2936 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25208

[startup+0.100573 s]
/proc/loadavg: 0.20 0.08 0.01 3/453 9201
/proc/meminfo: memFree=24341856/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=35360 CPUtime=0.09 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 5699 0 0 0 9 0 0 0 21 0 1 0 769538139 36208640 5142 33554432000 4194304 4291949 140734304902112 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9201/statm: 8840 5142 234 24 0 5474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35360

[startup+0.300537 s]
/proc/loadavg: 0.20 0.08 0.01 3/453 9201
/proc/meminfo: memFree=24341856/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=39164 CPUtime=0.29 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 7908 0 0 0 29 0 0 0 22 0 1 0 769538139 40103936 6102 33554432000 4194304 4291949 140734304902112 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9201/statm: 9791 6102 234 24 0 6425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39164

[startup+0.70046 s]
/proc/loadavg: 0.20 0.08 0.01 3/453 9201
/proc/meminfo: memFree=24341856/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=35420 CPUtime=0.68 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 8431 0 0 0 68 0 0 0 23 0 1 0 769538139 36270080 5226 33554432000 4194304 4291949 140734304902112 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9201/statm: 8855 5226 253 24 0 5489 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35420

[startup+1.5003 s]
/proc/loadavg: 0.20 0.08 0.01 3/454 9202
/proc/meminfo: memFree=24319544/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=35420 CPUtime=1.48 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 8574 0 0 0 148 0 0 0 25 0 1 0 769538139 36270080 5361 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 8855 5361 253 24 0 5489 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35420

[startup+3.101 s]
/proc/loadavg: 0.20 0.08 0.01 3/454 9202
/proc/meminfo: memFree=24317808/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=39772 CPUtime=3.09 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 8998 0 0 0 309 0 0 0 25 0 1 0 769538139 40726528 5778 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 9943 5778 253 24 0 6577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39772

[startup+6.30045 s]
/proc/loadavg: 0.35 0.11 0.02 3/454 9202
/proc/meminfo: memFree=24313608/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=51268 CPUtime=6.29 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 11731 0 0 0 628 1 0 0 25 0 1 0 769538139 52498432 8501 33554432000 4194304 4291949 140734304902112 18446744073709551615 4268811 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 12817 8501 253 24 0 9451 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51268

[startup+12.7003 s]
/proc/loadavg: 0.48 0.14 0.03 3/454 9202
/proc/meminfo: memFree=24296568/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=58448 CPUtime=12.69 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 13908 0 0 0 1268 1 0 0 25 0 1 0 769538139 59850752 10644 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 14612 10644 253 24 0 11246 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58448

[startup+25.5009 s]
/proc/loadavg: 0.82 0.23 0.06 3/454 9202
/proc/meminfo: memFree=24281804/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=70124 CPUtime=25.49 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 17280 0 0 0 2547 2 0 0 25 0 1 0 769538139 71806976 13967 33554432000 4194304 4291949 140734304902112 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 17531 13967 253 24 0 14165 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70124

[startup+51.1003 s]
/proc/loadavg: 1.38 0.41 0.12 3/454 9203
/proc/meminfo: memFree=24275416/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=89540 CPUtime=51.09 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 28594 0 0 0 5104 5 0 0 25 0 1 0 769538139 91688960 15647 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 22385 15647 253 24 0 19019 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89540

[startup+102.317 s]
/proc/loadavg: 1.77 0.66 0.23 3/454 9204
/proc/meminfo: memFree=24239928/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=127088 CPUtime=102.31 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 51360 0 0 0 10222 9 0 0 25 0 1 0 769538139 130138112 23653 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 31772 23653 253 24 0 28406 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 127088

[startup+162.301 s]
/proc/loadavg: 1.94 0.92 0.34 3/454 9206
/proc/meminfo: memFree=24205048/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=142648 CPUtime=162.29 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 78893 0 0 0 16214 15 0 0 25 0 1 0 769538139 146071552 31424 33554432000 4194304 4291949 140734304902112 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 35662 31424 253 24 0 32296 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 142648

[startup+222.301 s]
/proc/loadavg: 1.98 1.11 0.44 3/454 9208
/proc/meminfo: memFree=24261308/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=86728 CPUtime=222.3 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 113390 0 0 0 22207 23 0 0 25 0 1 0 769538139 88809472 17307 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 21682 17307 253 24 0 18316 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 86728

[startup+282.301 s]
/proc/loadavg: 1.99 1.27 0.54 3/454 9209
/proc/meminfo: memFree=24176828/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=205620 CPUtime=282.29 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 134413 0 0 0 28201 28 0 0 25 0 1 0 769538139 210554880 38192 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 51405 38192 253 24 0 48039 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 205620

[startup+342.3 s]
/proc/loadavg: 1.99 1.40 0.62 3/454 9211
/proc/meminfo: memFree=24177160/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=207992 CPUtime=342.3 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 159189 0 0 0 34195 35 0 0 25 0 1 0 769538139 212983808 37953 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 51998 37953 253 24 0 48632 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 207992

[startup+402.3 s]
/proc/loadavg: 1.99 1.51 0.71 3/454 9212
/proc/meminfo: memFree=24194616/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=160440 CPUtime=402.3 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 180064 0 0 0 40190 40 0 0 25 0 1 0 769538139 164290560 33832 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 40110 33832 253 24 0 36744 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 160440

[startup+462.3 s]
/proc/loadavg: 1.99 1.59 0.78 3/454 9214
/proc/meminfo: memFree=24198668/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=176096 CPUtime=462.31 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 203751 0 0 0 46186 45 0 0 25 0 1 0 769538139 180322304 32587 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 44024 32587 253 24 0 40658 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 176096

[startup+522.3 s]
/proc/loadavg: 1.99 1.67 0.86 3/454 9216
/proc/meminfo: memFree=24212384/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=145276 CPUtime=522.31 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 222065 0 0 0 52182 49 0 0 25 0 1 0 769538139 148762624 28919 33554432000 4194304 4291949 140734304902112 18446744073709551615 4262053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 36319 28919 253 24 0 32953 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 145276

[startup+582.301 s]
/proc/loadavg: 2.11 1.75 0.94 3/454 9217
/proc/meminfo: memFree=24215072/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=145276 CPUtime=582.3 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 241474 0 0 0 58178 52 0 0 25 0 1 0 769538139 148762624 28035 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 36319 28035 253 24 0 32953 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 145276

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.06 2.09 2.01 3/454 9322
/proc/meminfo: memFree=24137580/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=207656 CPUtime=4062.43 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1477474 0 0 0 405891 352 0 0 25 0 1 0 769538139 212639744 42716 33554432000 4194304 4291949 140734304902112 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 51914 42716 253 24 0 48548 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 207656

[startup+4122.3 s]
/proc/loadavg: 2.02 2.07 2.01 3/454 9324
/proc/meminfo: memFree=24066724/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=288564 CPUtime=4122.41 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1495333 0 0 0 411885 356 0 0 25 0 1 0 769538139 295489536 60453 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 72141 60453 253 24 0 68775 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 288564

[startup+4182.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/454 9325
/proc/meminfo: memFree=23999856/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=369952 CPUtime=4182.41 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1512019 0 0 0 417881 360 0 0 25 0 1 0 769538139 378830848 77047 33554432000 4194304 4291949 140734304902112 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 92488 77047 253 24 0 89122 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 369952

[startup+4242.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/454 9327
/proc/meminfo: memFree=24103856/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=238476 CPUtime=4242.42 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1536517 0 0 0 423876 366 0 0 25 0 1 0 769538139 244199424 51203 33554432000 4194304 4291949 140734304902112 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 59619 51203 253 24 0 56253 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 238476

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 9328
/proc/meminfo: memFree=24034020/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=369952 CPUtime=4302.42 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1554033 0 0 0 429872 370 0 0 25 0 1 0 769538139 378830848 68611 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 92488 68611 253 24 0 89122 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 369952

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 9330
/proc/meminfo: memFree=24153268/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=188688 CPUtime=4362.42 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1578397 0 0 0 435867 375 0 0 25 0 1 0 769538139 193216512 39121 33554432000 4194304 4291949 140734304902112 18446744073709551615 4250416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 47172 39121 253 24 0 43806 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 188688

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 9332
/proc/meminfo: memFree=24074732/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=288564 CPUtime=4422.42 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1597839 0 0 0 441861 381 0 0 25 0 1 0 769538139 295489536 58451 33554432000 4194304 4291949 140734304902112 18446744073709551615 4262893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 72141 58451 253 24 0 68775 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 288564

[startup+4482.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/454 9333
/proc/meminfo: memFree=23996452/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=369952 CPUtime=4482.43 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1617634 0 0 0 447857 386 0 0 25 0 1 0 769538139 378830848 78135 33554432000 4194304 4291949 140734304902112 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 92488 78135 253 24 0 89122 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 369952

[startup+4542.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/454 9335
/proc/meminfo: memFree=24086936/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=288564 CPUtime=4542.42 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1642274 0 0 0 453850 392 0 0 25 0 1 0 769538139 295489536 55224 33554432000 4194304 4291949 140734304902112 18446744073709551615 4248360 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 72141 55224 253 24 0 68775 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 288564

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/454 9336
/proc/meminfo: memFree=24018200/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=369952 CPUtime=4602.44 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1659552 0 0 0 459847 397 0 0 25 0 1 0 769538139 378830848 72389 33554432000 4194304 4291949 140734304902112 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 92488 72389 253 24 0 89122 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 369952

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/454 9347
/proc/meminfo: memFree=24080508/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=288564 CPUtime=4662.43 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1698095 0 0 0 465839 404 0 0 25 0 1 0 769538139 295489536 56162 33554432000 4194304 4291949 140734304902112 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 72141 56162 253 24 0 68775 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 288564

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 9349
/proc/meminfo: memFree=24029632/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=369952 CPUtime=4722.44 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1710688 0 0 0 471837 407 0 0 25 0 1 0 769538139 378830848 68661 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 92488 68661 253 24 0 89122 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 369952

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 9350
/proc/meminfo: memFree=23975280/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=369952 CPUtime=4782.43 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1724404 0 0 0 477832 411 0 0 25 0 1 0 769538139 378830848 82305 33554432000 4194304 4291949 140734304902112 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 92488 82305 253 24 0 89122 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 369952

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/454 9352
/proc/meminfo: memFree=24098992/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=239916 CPUtime=4842.43 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1746089 0 0 0 483827 416 0 0 25 0 1 0 769538139 245673984 51312 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 59979 51312 253 24 0 56613 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 239916

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/454 9356
/proc/meminfo: memFree=24033808/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=371392 CPUtime=4902.44 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1762908 0 0 0 489823 421 0 0 25 0 1 0 769538139 380305408 67996 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 92848 67996 253 24 0 89482 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 371392

[startup+4962.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/454 9358
/proc/meminfo: memFree=24143332/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=190128 CPUtime=4962.43 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1782017 0 0 0 495818 425 0 0 25 0 1 0 769538139 194691072 40732 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 47532 40732 253 24 0 44166 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 190128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.32 2.09 2.02 3/454 9387
/proc/meminfo: memFree=24068052/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=290004 CPUtime=5000.05 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1799971 0 0 0 499576 429 0 0 25 0 1 0 769538139 296964096 58601 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 72501 58601 253 24 0 69135 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 290004

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.32 2.09 2.02 3/454 9387
/proc/meminfo: memFree=24068052/32951124 swapFree=61585512/67111528
[pid=9201] ppid=9199 vsize=290004 CPUtime=5000.05 cores=0,2,4,6
/proc/9201/stat : 9201 (RestartSAT) R 9199 9201 9135 0 -1 4202496 1799971 0 0 0 499576 429 0 0 25 0 1 0 769538139 296964096 58601 33554432000 4194304 4291949 140734304902112 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9201/statm: 72501 58601 253 24 0 69135 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 290004

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.08
CPU user time (s): 4995.77
CPU system time (s): 4.30535
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 551532

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

runsolver used 23.0735 second user time and 49.6814 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-28 12:43:23
IDJOB=3419755
IDBENCH=70817
IDSOLVER=1911
FILE ID=node133/3419755-1306579402
RUNJOBID= node133-1306579392-9153
PBS_JOBID= 13471547
Free space on /tmp= 73192 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419755-1306579402/watcher-3419755-1306579402 -o /tmp/evaluation-result-3419755-1306579402/solver-3419755-1306579402 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419755-1306579402.cnf

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=5988937

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:      24341888 kB
Buffers:        184736 kB
Cached:        2172088 kB
SwapCached:      56540 kB
Active:         846380 kB
Inactive:      7531004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24341888 kB
SwapTotal:    67111528 kB
SwapFree:     61585512 kB
Dirty:            4192 kB
Writeback:           0 kB
AnonPages:     5969508 kB
Mapped:          30696 kB
Slab:           112916 kB
PageTables:      53432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114914052 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= 73188 MiB
End job on node133 at 2011-05-28 14:06:45