Trace number 3282474

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.04 1300.02

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 benchmark788.78
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: 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-3282474-1303753901/watcher-3282474-1303753901 -o /tmp/evaluation-result-3282474-1303753901/solver-3282474-1303753901 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3282474-1303753901.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.92 1.48 2.50 5/183 1608
/proc/meminfo: memFree=14907388/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=19392 CPUtime=0 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 671 0 0 0 0 0 0 0 22 0 1 0 486988080 19857408 610 33554432000 4194304 4291949 140734975114880 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 4848 611 225 24 0 1482 0

[startup+0.0805419 s]
/proc/loadavg: 0.92 1.48 2.50 5/183 1608
/proc/meminfo: memFree=14907388/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=34388 CPUtime=0.07 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 5333 0 0 0 7 0 0 0 22 0 1 0 486988080 35213312 4786 33554432000 4194304 4291949 140734975114880 18446744073709551615 4230147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 8597 4786 232 24 0 5231 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34388

[startup+0.100534 s]
/proc/loadavg: 0.92 1.48 2.50 5/183 1608
/proc/meminfo: memFree=14907388/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=35360 CPUtime=0.09 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 5692 0 0 0 9 0 0 0 22 0 1 0 486988080 36208640 5134 33554432000 4194304 4291949 140734975114880 18446744073709551615 4276486 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 8840 5135 234 24 0 5474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35360

[startup+0.300501 s]
/proc/loadavg: 0.92 1.48 2.50 5/183 1608
/proc/meminfo: memFree=14907388/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=39164 CPUtime=0.29 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 7909 0 0 0 29 0 0 0 23 0 1 0 486988080 40103936 6102 33554432000 4194304 4291949 140734975114880 18446744073709551615 4232463 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 9791 6102 234 24 0 6425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39164

[startup+0.700443 s]
/proc/loadavg: 0.92 1.48 2.50 5/183 1608
/proc/meminfo: memFree=14907388/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=35420 CPUtime=0.69 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 8430 0 0 0 69 0 0 0 25 0 1 0 486988080 36270080 5224 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 8855 5224 253 24 0 5489 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35420

[startup+1.50029 s]
/proc/loadavg: 0.92 1.48 2.50 5/190 1621
/proc/meminfo: memFree=14757528/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=35420 CPUtime=1.49 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 8544 0 0 0 149 0 0 0 25 0 1 0 486988080 36270080 5335 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 8855 5335 253 24 0 5489 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35420

[startup+3.10101 s]
/proc/loadavg: 0.92 1.48 2.50 5/190 1621
/proc/meminfo: memFree=14761868/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=39772 CPUtime=3.09 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 8956 0 0 0 309 0 0 0 25 0 1 0 486988080 40726528 5738 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 9943 5738 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: 1.17 1.52 2.51 5/190 1621
/proc/meminfo: memFree=14755608/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=51268 CPUtime=6.29 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 11649 0 0 0 628 1 0 0 25 0 1 0 486988080 52498432 8419 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 12817 8419 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: 1.40 1.56 2.51 5/190 1621
/proc/meminfo: memFree=14732068/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=58448 CPUtime=12.69 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 13027 0 0 0 1267 2 0 0 25 0 1 0 486988080 59850752 9770 33554432000 4194304 4291949 140734975114880 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 14612 9770 253 24 0 11246 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58448

[startup+25.5011 s]
/proc/loadavg: 1.97 1.68 2.54 5/190 1622
/proc/meminfo: memFree=14708264/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=70124 CPUtime=25.49 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 16731 0 0 0 2546 3 0 0 25 0 1 0 486988080 71806976 13424 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 17531 13424 253 24 0 14165 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70124

[startup+51.1006 s]
/proc/loadavg: 2.66 1.87 2.58 5/190 1622
/proc/meminfo: memFree=14691796/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=89092 CPUtime=51.09 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 27138 0 0 0 5103 6 0 0 25 0 1 0 486988080 91230208 14205 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 22273 14205 253 24 0 18907 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89092

[startup+102.307 s]
/proc/loadavg: 3.53 2.24 2.66 5/190 1624
/proc/meminfo: memFree=14604608/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=126132 CPUtime=102.29 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 48026 0 0 0 10217 12 0 0 25 0 1 0 486988080 129159168 20338 33554432000 4194304 4291949 140734975114880 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 31533 20338 253 24 0 28167 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 126132

[startup+162.301 s]
/proc/loadavg: 3.81 2.53 2.73 5/190 1625
/proc/meminfo: memFree=14530948/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=137856 CPUtime=162.29 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 74005 0 0 0 16209 20 0 0 25 0 1 0 486988080 141164544 26557 33554432000 4194304 4291949 140734975114880 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 34464 26557 253 24 0 31098 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 137856

[startup+222.301 s]
/proc/loadavg: 3.93 2.80 2.81 5/190 1627
/proc/meminfo: memFree=14467064/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=196100 CPUtime=222.3 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 103688 0 0 0 22200 30 0 0 25 0 1 0 486988080 200806400 33533 33554432000 4194304 4291949 140734975114880 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 49025 33533 253 24 0 45659 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 196100

[startup+282.301 s]
/proc/loadavg: 3.97 3.01 2.88 5/190 1629
/proc/meminfo: memFree=14440768/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=150944 CPUtime=282.29 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 128388 0 0 0 28192 37 0 0 25 0 1 0 486988080 154566656 32203 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 37736 32203 253 24 0 34370 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 150944

[startup+342.3 s]
/proc/loadavg: 3.99 3.19 2.95 5/190 1630
/proc/meminfo: memFree=14397468/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=156480 CPUtime=342.3 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 150942 0 0 0 34185 45 0 0 25 0 1 0 486988080 160235520 29750 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 39120 29750 253 24 0 35754 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 156480

[startup+402.301 s]
/proc/loadavg: 3.99 3.33 3.01 5/190 1632
/proc/meminfo: memFree=14361744/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=127412 CPUtime=402.3 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 170949 0 0 0 40177 53 0 0 25 0 1 0 486988080 130469888 24766 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 31853 24766 253 24 0 28487 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127412

[startup+462.3 s]
/proc/loadavg: 3.99 3.45 3.07 5/190 1633
/proc/meminfo: memFree=14264144/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=219000 CPUtime=462.3 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 187450 0 0 0 46170 60 0 0 25 0 1 0 486988080 224256000 41178 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 54750 41178 253 24 0 51384 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 219000

[startup+522.301 s]
/proc/loadavg: 3.99 3.55 3.13 5/190 1635
/proc/meminfo: memFree=14240068/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=176096 CPUtime=522.3 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 209130 0 0 0 52162 68 0 0 25 0 1 0 486988080 180322304 37927 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 44024 37927 253 24 0 40658 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 176096

[startup+582.3 s]
/proc/loadavg: 3.99 3.63 3.18 5/190 1646
/proc/meminfo: memFree=14223112/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=176096 CPUtime=582.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 226500 0 0 0 58157 74 0 0 25 0 1 0 486988080 180322304 33327 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 44024 33327 253 24 0 40658 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 176096

[startup+642.301 s]
/proc/loadavg: 3.99 3.70 3.23 5/190 1647
/proc/meminfo: memFree=14187892/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=176096 CPUtime=642.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 245808 0 0 0 64149 82 0 0 25 0 1 0 486988080 180322304 32348 33554432000 4194304 4291949 140734975114880 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 44024 32348 253 24 0 40658 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 176096

[startup+702.3 s]
/proc/loadavg: 3.59 3.65 3.24 4/184 1666
/proc/meminfo: memFree=14260608/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=128184 CPUtime=702.3 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 268360 0 0 0 70141 89 0 0 25 0 1 0 486988080 131260416 26066 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 32046 26066 253 24 0 28680 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 128184

[startup+762.307 s]
/proc/loadavg: 3.20 3.52 3.22 4/184 1670
/proc/meminfo: memFree=14115928/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=228628 CPUtime=762.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 287285 0 0 0 76136 95 0 0 25 0 1 0 486988080 234115072 44876 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 57157 44876 253 24 0 53791 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 228628

[startup+822.301 s]
/proc/loadavg: 3.08 3.43 3.21 4/184 1672
/proc/meminfo: memFree=14097700/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=230992 CPUtime=822.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 312370 0 0 0 82130 101 0 0 25 0 1 0 486988080 236535808 40556 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 57748 40556 253 24 0 54382 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 230992

[startup+882.301 s]
/proc/loadavg: 3.02 3.34 3.19 4/184 1674
/proc/meminfo: memFree=14094592/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=182136 CPUtime=882.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 335180 0 0 0 88124 107 0 0 25 0 1 0 486988080 186507264 33097 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 45534 33097 253 24 0 42168 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 182136

[startup+942.301 s]
/proc/loadavg: 3.01 3.28 3.17 4/184 1675
/proc/meminfo: memFree=14131416/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=237044 CPUtime=942.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 353103 0 0 0 94119 112 0 0 25 0 1 0 486988080 242733056 50925 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 59261 50925 253 24 0 55895 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 237044

[startup+1002.3 s]
/proc/loadavg: 3.00 3.23 3.16 4/184 1677
/proc/meminfo: memFree=14128932/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=186956 CPUtime=1002.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 373988 0 0 0 100112 119 0 0 25 0 1 0 486988080 191442944 40265 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 46739 40265 253 24 0 43373 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 186956

[startup+1062.3 s]
/proc/loadavg: 3.00 3.19 3.15 4/184 1678
/proc/meminfo: memFree=14034808/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=323768 CPUtime=1062.31 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 389423 0 0 0 106108 123 0 0 25 0 1 0 486988080 331538432 55601 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 80942 55601 253 24 0 77576 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 323768

[startup+1122.3 s]
/proc/loadavg: 3.00 3.15 3.14 4/184 1680
/proc/meminfo: memFree=14009732/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=242380 CPUtime=1122.32 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 420507 0 0 0 112101 131 0 0 25 0 1 0 486988080 248197120 53135 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 60595 53136 253 24 0 57229 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 242380

[startup+1182.3 s]
/proc/loadavg: 3.00 3.12 3.13 4/184 1682
/proc/meminfo: memFree=14043688/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=192292 CPUtime=1182.32 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 454797 0 0 0 118093 139 0 0 25 0 1 0 486988080 196907008 35575 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 48073 35575 253 24 0 44707 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 192292

[startup+1242.3 s]
/proc/loadavg: 3.00 3.10 3.12 4/184 1683
/proc/meminfo: memFree=14407988/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=245512 CPUtime=1242.32 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 472456 0 0 0 124087 145 0 0 25 0 1 0 486988080 251404288 53104 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255687 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 61378 53104 253 24 0 58012 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 245512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.08 3.10 4/184 1685
/proc/meminfo: memFree=14411192/32951124 swapFree=67111524/67111528
[pid=1608] ppid=1606 vsize=195424 CPUtime=1300.03 cores=5,7
/proc/1608/stat : 1608 (RestartSAT) R 1606 1608 32761 0 -1 4202496 492937 0 0 0 129852 151 0 0 25 0 1 0 486988080 200114176 38714 33554432000 4194304 4291949 140734975114880 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1608/statm: 48856 38714 253 24 0 45490 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 195424

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.04
CPU user time (s): 1298.52
CPU system time (s): 1.51877
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 342444

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

runsolver used 2.03869 second user time and 5.06523 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 19:51:41
IDJOB=3282474
IDBENCH=70817
IDSOLVER=1580
FILE ID=node136/3282474-1303753901
RUNJOBID= node136-1303753901-1581
PBS_JOBID= 13154026
Free space on /tmp= 72220 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-3282474-1303753901/watcher-3282474-1303753901 -o /tmp/evaluation-result-3282474-1303753901/solver-3282474-1303753901 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3282474-1303753901.cnf

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
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:      14907916 kB
Buffers:       1705328 kB
Cached:       15695368 kB
SwapCached:          4 kB
Active:        9213524 kB
Inactive:      8263252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14907916 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8152 kB
Writeback:           0 kB
AnonPages:       74880 kB
Mapped:          14872 kB
Slab:           501324 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   227000 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= 72208 MiB
End job on node136 at 2011-04-25 20:13:23