Trace number 3282428

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.05 1300.02

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282428-1303753901/watcher-3282428-1303753901 -o /tmp/evaluation-result-3282428-1303753901/solver-3282428-1303753901 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3282428-1303753901.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.48 2.50 5/189 1620
/proc/meminfo: memFree=14852212/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=19572 CPUtime=0 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 701 0 0 0 0 0 0 0 21 0 1 0 486988108 20041728 639 33554432000 4194304 4291949 140734780575344 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 4893 640 225 24 0 1527 0

[startup+0.056233 s]
/proc/loadavg: 0.92 1.48 2.50 5/189 1620
/proc/meminfo: memFree=14852212/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=30980 CPUtime=0.04 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 4076 0 0 0 4 0 0 0 21 0 1 0 486988108 31723520 3705 33554432000 4194304 4291949 140734780575344 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 7745 3705 227 24 0 4379 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30980

[startup+0.101231 s]
/proc/loadavg: 0.92 1.48 2.50 5/189 1620
/proc/meminfo: memFree=14852212/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=39832 CPUtime=0.09 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 6689 0 0 0 8 1 0 0 21 0 1 0 486988108 40787968 6076 33554432000 4194304 4291949 140734780575344 18446744073709551615 4223059 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 9958 6079 227 24 0 6592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39832

[startup+0.301202 s]
/proc/loadavg: 0.92 1.48 2.50 5/189 1620
/proc/meminfo: memFree=14852212/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=86868 CPUtime=0.29 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 19070 0 0 0 26 3 0 0 22 0 1 0 486988108 88952832 17044 33554432000 4194304 4291949 140734780575344 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 21717 17044 280 24 0 18351 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86868

[startup+0.701122 s]
/proc/loadavg: 0.92 1.48 2.50 5/189 1620
/proc/meminfo: memFree=14852212/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=109636 CPUtime=0.69 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 24694 0 0 0 66 3 0 0 24 0 1 0 486988108 112267264 22438 33554432000 4194304 4291949 140734780575344 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 27409 22438 284 24 0 24043 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109636

[startup+1.50096 s]
/proc/loadavg: 0.92 1.48 2.50 5/190 1621
/proc/meminfo: memFree=14759760/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=118504 CPUtime=1.49 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 29506 0 0 0 144 5 0 0 25 0 1 0 486988108 121348096 20611 33554432000 4194304 4291949 140734780575344 18446744073709551615 4256579 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 29626 20611 284 24 0 26260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118504

[startup+3.1007 s]
/proc/loadavg: 1.17 1.52 2.51 5/190 1621
/proc/meminfo: memFree=14761620/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=99828 CPUtime=3.09 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 31383 0 0 0 304 5 0 0 25 0 1 0 486988108 102223872 18981 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 24957 18981 303 24 0 21591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99828

[startup+6.30114 s]
/proc/loadavg: 1.17 1.52 2.51 5/190 1621
/proc/meminfo: memFree=14755360/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=99828 CPUtime=6.29 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 31450 0 0 0 624 5 0 0 25 0 1 0 486988108 102223872 19047 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 24957 19047 303 24 0 21591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99828

[startup+12.701 s]
/proc/loadavg: 1.60 1.60 2.52 5/190 1621
/proc/meminfo: memFree=14730828/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=99828 CPUtime=12.7 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 31850 0 0 0 1264 6 0 0 25 0 1 0 486988108 102223872 19442 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 24957 19442 303 24 0 21591 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 99828

[startup+25.5008 s]
/proc/loadavg: 1.97 1.68 2.54 5/190 1622
/proc/meminfo: memFree=14708016/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=99828 CPUtime=25.49 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 32587 0 0 0 2543 6 0 0 25 0 1 0 486988108 102223872 20167 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 24957 20167 303 24 0 21591 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99828

[startup+51.1003 s]
/proc/loadavg: 2.66 1.87 2.58 5/190 1622
/proc/meminfo: memFree=14691052/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=118504 CPUtime=51.1 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 34237 0 0 0 5103 7 0 0 25 0 1 0 486988108 121348096 21795 33554432000 4194304 4291949 140734780575344 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 29626 21795 303 24 0 26260 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 118504

[startup+102.307 s]
/proc/loadavg: 3.53 2.24 2.66 5/190 1624
/proc/meminfo: memFree=14604112/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=167824 CPUtime=102.3 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 42977 0 0 0 10221 9 0 0 25 0 1 0 486988108 171851776 30492 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 41956 30492 303 24 0 38590 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167824

[startup+162.301 s]
/proc/loadavg: 3.81 2.53 2.73 5/190 1625
/proc/meminfo: memFree=14530452/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=198644 CPUtime=162.29 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 48427 0 0 0 16218 11 0 0 25 0 1 0 486988108 203411456 35886 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 49661 35886 303 24 0 46295 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 198644

[startup+222.301 s]
/proc/loadavg: 3.93 2.82 2.82 5/190 1627
/proc/meminfo: memFree=14466692/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=198644 CPUtime=222.29 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 54184 0 0 0 22216 13 0 0 25 0 1 0 486988108 203411456 41596 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 49661 41596 303 24 0 46295 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 198644

[startup+282.301 s]
/proc/loadavg: 3.97 3.01 2.88 5/190 1629
/proc/meminfo: memFree=14440520/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=248732 CPUtime=282.29 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 59274 0 0 0 28214 15 0 0 25 0 1 0 486988108 254701568 46654 33554432000 4194304 4291949 140734780575344 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 62183 46654 303 24 0 58817 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 248732

[startup+342.301 s]
/proc/loadavg: 3.99 3.20 2.95 5/190 1630
/proc/meminfo: memFree=14396600/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=330120 CPUtime=342.3 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 68320 0 0 0 34210 20 0 0 25 0 1 0 486988108 338042880 55649 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 82530 55649 303 24 0 79164 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 330120

[startup+402.301 s]
/proc/loadavg: 3.99 3.33 3.01 5/190 1632
/proc/meminfo: memFree=14361248/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=330120 CPUtime=402.3 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 74684 0 0 0 40207 23 0 0 25 0 1 0 486988108 338042880 61965 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 82530 61965 303 24 0 79164 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 330120

[startup+462.301 s]
/proc/loadavg: 3.99 3.46 3.08 5/190 1633
/proc/meminfo: memFree=14263772/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=330120 CPUtime=462.3 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 80078 0 0 0 46204 26 0 0 25 0 1 0 486988108 338042880 67320 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 82530 67320 303 24 0 79164 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 330120

[startup+522.3 s]
/proc/loadavg: 3.99 3.55 3.13 5/190 1635
/proc/meminfo: memFree=14239448/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=330120 CPUtime=522.3 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 87238 0 0 0 52202 28 0 0 25 0 1 0 486988108 338042880 74435 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 82530 74435 303 24 0 79164 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 330120

[startup+582.301 s]
/proc/loadavg: 3.99 3.63 3.18 5/190 1646
/proc/meminfo: memFree=14222740/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=462380 CPUtime=582.31 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 93385 0 0 0 58200 31 0 0 25 0 1 0 486988108 473477120 80548 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 115595 80548 303 24 0 112229 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 462380

[startup+642.3 s]
/proc/loadavg: 3.99 3.70 3.23 5/190 1647
/proc/meminfo: memFree=14186528/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=462380 CPUtime=642.31 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 100480 0 0 0 64198 33 0 0 25 0 1 0 486988108 473477120 87616 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 115595 87616 303 24 0 112229 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 462380

[startup+702.301 s]
/proc/loadavg: 3.59 3.65 3.24 4/184 1666
/proc/meminfo: memFree=14259988/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=462380 CPUtime=702.31 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 109087 0 0 0 70194 37 0 0 25 0 1 0 486988108 473477120 96182 33554432000 4194304 4291949 140734780575344 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 115595 96182 303 24 0 112229 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 462380

[startup+762.306 s]
/proc/loadavg: 3.20 3.52 3.22 4/184 1670
/proc/meminfo: memFree=14115556/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=463176 CPUtime=762.31 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 123900 0 0 0 76188 43 0 0 25 0 1 0 486988108 474292224 110939 33554432000 4194304 4291949 140734780575344 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 115794 110939 303 24 0 112428 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 463176

[startup+822.301 s]
/proc/loadavg: 3.08 3.43 3.21 4/184 1672
/proc/meminfo: memFree=14097452/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=681412 CPUtime=822.31 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 130084 0 0 0 82185 46 0 0 25 0 1 0 486988108 697765888 117099 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 170353 117099 303 24 0 166987 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 681412

[startup+882.3 s]
/proc/loadavg: 3.02 3.34 3.19 4/184 1674
/proc/meminfo: memFree=14094220/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=688008 CPUtime=882.31 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 136863 0 0 0 88181 50 0 0 25 0 1 0 486988108 704520192 123847 33554432000 4194304 4291949 140734780575344 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 172002 123847 303 24 0 168636 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 688008

[startup+942.301 s]
/proc/loadavg: 3.01 3.28 3.17 4/184 1675
/proc/meminfo: memFree=14131044/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=689780 CPUtime=942.32 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 142234 0 0 0 94180 52 0 0 25 0 1 0 486988108 706334720 129191 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 172445 129191 303 24 0 169079 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 689780

[startup+1002.3 s]
/proc/loadavg: 3.00 3.23 3.16 4/184 1677
/proc/meminfo: memFree=14128312/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=691448 CPUtime=1002.32 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 150843 0 0 0 100177 55 0 0 25 0 1 0 486988108 708042752 137766 33554432000 4194304 4291949 140734780575344 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 172862 137766 303 24 0 169496 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 691448

[startup+1062.3 s]
/proc/loadavg: 3.00 3.19 3.15 4/184 1678
/proc/meminfo: memFree=14034436/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=694500 CPUtime=1062.32 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 156602 0 0 0 106174 58 0 0 25 0 1 0 486988108 711168000 143496 33554432000 4194304 4291949 140734780575344 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 173625 143496 303 24 0 170259 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 694500

[startup+1122.3 s]
/proc/loadavg: 3.00 3.15 3.14 4/184 1680
/proc/meminfo: memFree=14008616/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=697280 CPUtime=1122.32 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 163188 0 0 0 112171 61 0 0 25 0 1 0 486988108 714014720 150059 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 174320 150059 303 24 0 170954 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 697280

[startup+1182.3 s]
/proc/loadavg: 3.00 3.12 3.13 4/184 1682
/proc/meminfo: memFree=14043068/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=699996 CPUtime=1182.32 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 169994 0 0 0 118168 64 0 0 25 0 1 0 486988108 716795904 156848 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 174999 156848 303 24 0 171633 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 699996

[startup+1242.3 s]
/proc/loadavg: 3.00 3.09 3.11 4/184 1683
/proc/meminfo: memFree=14407120/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=222124 CPUtime=1242.32 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 187516 0 0 0 124161 71 0 0 25 0 1 0 486988108 227454976 46144 33554432000 4194304 4291949 140734780575344 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 55531 46144 303 24 0 52165 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 222124



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.08 3.10 2/181 1687
/proc/meminfo: memFree=14677444/32951124 swapFree=67111524/67111528
[pid=1620] ppid=1618 vsize=272212 CPUtime=1300.02 cores=0,2
/proc/1620/stat : 1620 (RestartSAT) R 1618 1620 32761 0 -1 4202496 197938 0 0 0 129928 74 0 0 25 0 1 0 486988108 278745088 56515 33554432000 4194304 4291949 140734780575344 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1620/statm: 68053 56515 303 24 0 64687 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 272212

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.29
CPU system time (s): 0.755885
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 750104

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

runsolver used 2.26765 second user time and 4.83526 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 19:51:41
IDJOB=3282428
IDBENCH=70815
IDSOLVER=1580
FILE ID=node136/3282428-1303753901
RUNJOBID= node136-1303753901-1578
PBS_JOBID= 13154026
Free space on /tmp= 72208 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282428-1303753901/watcher-3282428-1303753901 -o /tmp/evaluation-result-3282428-1303753901/solver-3282428-1303753901 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3282428-1303753901.cnf

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=1005355368

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14852740 kB
Buffers:       1705340 kB
Cached:       15708936 kB
SwapCached:          4 kB
Active:        9271164 kB
Inactive:      8261040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14852740 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           19792 kB
Writeback:           0 kB
AnonPages:      117172 kB
Mapped:          14872 kB
Slab:           501844 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311580 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= 72216 MiB
End job on node136 at 2011-04-25 20:13:23