Trace number 3419749

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2123.23
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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-3419749-1306579402/watcher-3419749-1306579402 -o /tmp/evaluation-result-3419749-1306579402/solver-3419749-1306579402 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419749-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.00 0.00 0.00 2/386 24712
/proc/meminfo: memFree=17569276/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=21108 CPUtime=0 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 1155 0 0 0 0 0 0 0 20 0 1 0 769542981 21614592 1079 33554432000 4194304 4291949 140737132636240 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 5277 1079 227 24 0 1911 0

[startup+0.0206689 s]
/proc/loadavg: 0.00 0.00 0.00 2/386 24712
/proc/meminfo: memFree=17569276/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=23304 CPUtime=0.01 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 1844 0 0 0 1 0 0 0 20 0 1 0 769542981 23863296 1704 33554432000 4194304 4291949 140737132636240 18446744073709551615 4200660 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 5826 1708 227 24 0 2460 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23304

[startup+0.100721 s]
/proc/loadavg: 0.00 0.00 0.00 2/386 24712
/proc/meminfo: memFree=17569276/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=41296 CPUtime=0.08 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 7502 0 0 0 8 0 0 0 20 0 1 0 769542981 42287104 6668 33554432000 4194304 4291949 140737132636240 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 10324 6670 227 24 0 6958 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41296

[startup+0.300686 s]
/proc/loadavg: 0.00 0.00 0.00 2/386 24712
/proc/meminfo: memFree=17569276/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=88668 CPUtime=0.28 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 19391 0 0 0 27 1 0 0 21 0 1 0 769542981 90796032 17355 33554432000 4194304 4291949 140737132636240 18446744073709551615 4229667 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 22167 17355 283 24 0 18801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 88668

[startup+0.700621 s]
/proc/loadavg: 0.00 0.00 0.00 2/386 24712
/proc/meminfo: memFree=17569276/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=121112 CPUtime=0.69 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 26364 0 0 0 66 3 0 0 22 0 1 0 769542981 124018688 23830 33554432000 4194304 4291949 140737132636240 18446744073709551615 4210114 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 30278 23832 285 24 0 26912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121112

[startup+1.50048 s]
/proc/loadavg: 0.00 0.00 0.00 3/387 24713
/proc/meminfo: memFree=17479128/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=99744 CPUtime=1.48 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 31348 0 0 0 145 3 0 0 25 0 1 0 769542981 102137856 18915 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 24936 18915 304 24 0 21570 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99744

[startup+3.10116 s]
/proc/loadavg: 0.16 0.03 0.01 3/387 24713
/proc/meminfo: memFree=17490908/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=99744 CPUtime=3.09 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 31444 0 0 0 305 4 0 0 25 0 1 0 769542981 102137856 19010 33554432000 4194304 4291949 140737132636240 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 24936 19010 304 24 0 21570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99744

[startup+6.30063 s]
/proc/loadavg: 0.16 0.03 0.01 3/387 24713
/proc/meminfo: memFree=17488056/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=99744 CPUtime=6.29 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 31717 0 0 0 625 4 0 0 25 0 1 0 769542981 102137856 19280 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 24936 19280 304 24 0 21570 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99744

[startup+12.7005 s]
/proc/loadavg: 0.44 0.10 0.03 3/387 24713
/proc/meminfo: memFree=17472132/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=99744 CPUtime=12.68 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 32532 0 0 0 1264 4 0 0 25 0 1 0 769542981 102137856 20087 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 24936 20087 304 24 0 21570 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 99744

[startup+25.5012 s]
/proc/loadavg: 0.68 0.16 0.05 3/387 24713
/proc/meminfo: memFree=17460192/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=118420 CPUtime=25.49 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 34038 0 0 0 2544 5 0 0 25 0 1 0 769542981 121262080 21576 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 29605 21576 304 24 0 26239 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 118420

[startup+51.1007 s]
/proc/loadavg: 1.31 0.35 0.12 3/387 24714
/proc/meminfo: memFree=17428320/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=148772 CPUtime=51.09 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 41740 0 0 0 5103 6 0 0 25 0 1 0 769542981 152342528 29251 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 37193 29251 304 24 0 33827 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148772

[startup+102.315 s]
/proc/loadavg: 1.79 0.64 0.23 3/387 24715
/proc/meminfo: memFree=17371616/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=198560 CPUtime=102.31 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 48659 0 0 0 10223 8 0 0 25 0 1 0 769542981 203325440 36111 33554432000 4194304 4291949 140737132636240 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 49640 36111 304 24 0 46274 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 198560

[startup+162.301 s]
/proc/loadavg: 1.92 0.89 0.34 3/387 24717
/proc/meminfo: memFree=17337836/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=248648 CPUtime=162.29 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 55769 0 0 0 16219 10 0 0 25 0 1 0 769542981 254615552 43147 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 62162 43147 304 24 0 58796 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 248648

[startup+222.3 s]
/proc/loadavg: 1.97 1.09 0.44 3/387 24719
/proc/meminfo: memFree=17293896/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=248648 CPUtime=222.3 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 66932 0 0 0 22217 13 0 0 25 0 1 0 769542981 254615552 54238 33554432000 4194304 4291949 140737132636240 18446744073709551615 4250684 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 62162 54238 304 24 0 58796 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 248648

[startup+282.301 s]
/proc/loadavg: 1.99 1.25 0.53 3/387 24720
/proc/meminfo: memFree=17262224/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=332232 CPUtime=282.3 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 75272 0 0 0 28214 16 0 0 25 0 1 0 769542981 340205568 62521 33554432000 4194304 4291949 140737132636240 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 83058 62521 304 24 0 79692 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 332232

[startup+342.301 s]
/proc/loadavg: 1.99 1.39 0.62 3/387 24722
/proc/meminfo: memFree=17229812/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=342016 CPUtime=342.3 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 83331 0 0 0 34211 19 0 0 25 0 1 0 769542981 350224384 70535 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 85504 70535 304 24 0 82138 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 342016

[startup+402.3 s]
/proc/loadavg: 1.99 1.49 0.70 3/387 24723
/proc/meminfo: memFree=17193684/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=355096 CPUtime=402.3 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 92330 0 0 0 40208 22 0 0 25 0 1 0 769542981 363618304 79482 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 88774 79482 304 24 0 85408 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 355096

[startup+462.301 s]
/proc/loadavg: 1.99 1.58 0.78 3/387 24725
/proc/meminfo: memFree=17130896/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=493736 CPUtime=462.3 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 98786 0 0 0 46206 24 0 0 25 0 1 0 769542981 505585664 85884 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 123434 85884 304 24 0 120068 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 493736

[startup+522.301 s]
/proc/loadavg: 1.99 1.66 0.86 3/387 24727
/proc/meminfo: memFree=17133076/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=501512 CPUtime=522.3 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 107723 0 0 0 52203 27 0 0 25 0 1 0 769542981 513548288 94780 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 125378 94780 304 24 0 122012 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 501512

[startup+582.301 s]
/proc/loadavg: 1.99 1.72 0.93 3/387 24728
/proc/meminfo: memFree=17090140/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=508196 CPUtime=582.3 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 118351 0 0 0 58201 29 0 0 25 0 1 0 769542981 520392704 105344 33554432000 4194304 4291949 140737132636240 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 127049 105344 304 24 0 123683 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 508196

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.07 2.03 1.96 3/387 24833
/proc/meminfo: memFree=16850388/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=831580 CPUtime=4062.4 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 565471 0 0 0 406055 185 0 0 25 0 1 0 769542981 851537920 148027 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 207895 148027 304 24 0 204529 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 831580

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/387 24835
/proc/meminfo: memFree=16806816/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=831580 CPUtime=4122.38 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 570893 0 0 0 412051 187 0 0 25 0 1 0 769542981 851537920 153418 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 207895 153418 304 24 0 204529 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 831580

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/387 24836
/proc/meminfo: memFree=16833564/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=831580 CPUtime=4182.39 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 577231 0 0 0 418050 189 0 0 25 0 1 0 769542981 851537920 159720 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 207895 159720 304 24 0 204529 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 831580

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/387 24838
/proc/meminfo: memFree=16756888/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=832220 CPUtime=4242.38 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 582187 0 0 0 424047 191 0 0 25 0 1 0 769542981 852193280 164639 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 208055 164639 304 24 0 204689 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 832220

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/387 24839
/proc/meminfo: memFree=16772848/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=833180 CPUtime=4302.39 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 587722 0 0 0 430046 193 0 0 25 0 1 0 769542981 853176320 170149 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 208295 170149 304 24 0 204929 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 833180

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/387 24841
/proc/meminfo: memFree=16667276/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=835100 CPUtime=4362.39 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 592902 0 0 0 436044 195 0 0 25 0 1 0 769542981 855142400 175292 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 208775 175292 304 24 0 205409 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 835100

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/387 24843
/proc/meminfo: memFree=16555024/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=835100 CPUtime=4422.39 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 606554 0 0 0 442041 198 0 0 25 0 1 0 769542981 855142400 188906 33554432000 4194304 4291949 140737132636240 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 208775 188906 304 24 0 205409 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 835100

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/387 24844
/proc/meminfo: memFree=16644636/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=835100 CPUtime=4482.39 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 611567 0 0 0 448039 200 0 0 25 0 1 0 769542981 855142400 193885 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 208775 193885 304 24 0 205409 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 835100

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/387 24846
/proc/meminfo: memFree=16590908/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=837020 CPUtime=4542.4 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 617270 0 0 0 454038 202 0 0 25 0 1 0 769542981 857108480 199555 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 209255 199555 304 24 0 205889 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 837020

[startup+4602.3 s]
/proc/loadavg: 2.10 2.04 1.98 3/387 24847
/proc/meminfo: memFree=16542756/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=1188188 CPUtime=4602.41 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 622399 0 0 0 460037 204 0 0 25 0 1 0 769542981 1216704512 204651 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 297047 204651 304 24 0 293681 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 1188188

[startup+4662.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/387 24858
/proc/meminfo: memFree=16466936/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=1188188 CPUtime=4662.4 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 629049 0 0 0 466033 207 0 0 25 0 1 0 769542981 1216704512 211270 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 297047 211270 304 24 0 293681 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 1188188

[startup+4722.31 s]
/proc/loadavg: 2.01 2.02 1.98 3/387 24860
/proc/meminfo: memFree=16538036/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=1192028 CPUtime=4722.42 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 634098 0 0 0 472033 209 0 0 25 0 1 0 769542981 1220636672 216288 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 298007 216288 304 24 0 294641 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 1192028

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/387 24861
/proc/meminfo: memFree=17102320/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=334260 CPUtime=4782.4 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 648413 0 0 0 478025 215 0 0 25 0 1 0 769542981 342282240 70979 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 83565 70979 304 24 0 80199 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 334260

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/387 24866
/proc/meminfo: memFree=17136104/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=365080 CPUtime=4842.4 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 656822 0 0 0 484022 218 0 0 25 0 1 0 769542981 373841920 79317 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 91270 79317 304 24 0 87904 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 365080

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/387 24867
/proc/meminfo: memFree=17049052/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=415168 CPUtime=4902.41 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 670481 0 0 0 490020 221 0 0 25 0 1 0 769542981 425132032 92908 33554432000 4194304 4291949 140737132636240 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 103792 92908 304 24 0 100426 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 415168

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/387 24869
/proc/meminfo: memFree=16983156/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=496556 CPUtime=4962.4 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 679610 0 0 0 496017 223 0 0 25 0 1 0 769542981 508473344 101986 33554432000 4194304 4291949 140737132636240 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 124139 101986 304 24 0 120773 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 496556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 2/385 24871
/proc/meminfo: memFree=17163572/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=496556 CPUtime=5000.01 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 683102 0 0 0 499777 224 0 0 25 0 1 0 769542981 508473344 105443 33554432000 4194304 4291949 140737132636240 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 124139 105443 304 24 0 120773 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 496556

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 2/385 24871
/proc/meminfo: memFree=17163572/32951124 swapFree=52307820/67111528
[pid=24712] ppid=24710 vsize=496556 CPUtime=5000.01 cores=0,2,4,6
/proc/24712/stat : 24712 (RestartSAT) R 24710 24712 24674 0 -1 4202496 683102 0 0 0 499777 224 0 0 25 0 1 0 769542981 508473344 105443 33554432000 4194304 4291949 140737132636240 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/24712/statm: 124139 105443 304 24 0 120773 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 496556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4997.78
CPU system time (s): 2.26566
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1242308

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

runsolver used 20.4359 second user time and 42.6125 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-28 12:43:22
IDJOB=3419749
IDBENCH=70808
IDSOLVER=1911
FILE ID=node101/3419749-1306579402
RUNJOBID= node101-1306579401-24692
PBS_JOBID= 13471579
Free space on /tmp= 73640 MiB

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

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=742499347

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17569672 kB
Buffers:        239728 kB
Cached:        3638928 kB
SwapCached:      14304 kB
Active:        8548952 kB
Inactive:      6537508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17569672 kB
SwapTotal:    67111528 kB
SwapFree:     52307820 kB
Dirty:           13652 kB
Writeback:           0 kB
AnonPages:    11204712 kB
Mapped:          20804 kB
Slab:           153188 kB
PageTables:      74820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78629300 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= 73640 MiB
End job on node101 at 2011-05-28 14:06:44