Trace number 3420916

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.09 4999.95

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes5.cnf
MD5SUMf892a2bda6fe6aec6f2fcb4e1c541df8
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3420916-1306589894/watcher-3420916-1306589894 -o /tmp/evaluation-result-3420916-1306589894/solver-3420916-1306589894 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420916-1306589894.cnf 

running on 4 cores: 1,3,5,7

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: 2.00 2.01 2.00 3/524 9242
/proc/meminfo: memFree=12186908/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=19252 CPUtime=0 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 648 0 0 0 0 0 0 0 25 0 1 0 770587165 19714048 586 33554432000 4194304 4291949 140737284916320 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 4813 586 224 24 0 1447 0

[startup+0.067846 s]
/proc/loadavg: 2.00 2.01 2.00 3/524 9242
/proc/meminfo: memFree=12186908/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=30268 CPUtime=0.05 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 4882 0 0 0 5 0 0 0 25 0 1 0 770587165 30994432 4251 33554432000 4194304 4291949 140737284916320 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 7567 4252 227 24 0 4201 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30268

[startup+0.100847 s]
/proc/loadavg: 2.00 2.01 2.00 3/524 9242
/proc/meminfo: memFree=12186908/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=35108 CPUtime=0.08 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 5583 0 0 0 8 0 0 0 25 0 1 0 770587165 35950592 4952 33554432000 4194304 4291949 140737284916320 18446744073709551615 4230016 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 8777 4952 232 24 0 5411 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35108

[startup+0.3008 s]
/proc/loadavg: 2.00 2.01 2.00 3/524 9242
/proc/meminfo: memFree=12186908/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=35244 CPUtime=0.28 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 5593 0 0 0 28 0 0 0 25 0 1 0 770587165 36089856 4962 33554432000 4194304 4291949 140737284916320 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 8811 4962 232 24 0 5445 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35244

[startup+0.70073 s]
/proc/loadavg: 2.00 2.01 2.00 3/524 9242
/proc/meminfo: memFree=12186908/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=34028 CPUtime=0.69 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 6976 0 0 0 68 1 0 0 25 0 1 0 770587165 34844672 4549 33554432000 4194304 4291949 140737284916320 18446744073709551615 218905389820 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 8507 4549 252 24 0 5141 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34028

[startup+1.50059 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9243
/proc/meminfo: memFree=12166812/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=38448 CPUtime=1.48 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 8054 0 0 0 147 1 0 0 25 0 1 0 770587165 39370752 5621 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 9612 5621 252 24 0 6246 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38448

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9243
/proc/meminfo: memFree=12160860/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=45628 CPUtime=3.08 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 9680 0 0 0 307 1 0 0 25 0 1 0 770587165 46723072 7235 33554432000 4194304 4291949 140737284916320 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 11407 7235 252 24 0 8041 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45628

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 9243
/proc/meminfo: memFree=12147352/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=58828 CPUtime=6.29 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 12586 0 0 0 627 2 0 0 25 0 1 0 770587165 60239872 10114 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 14707 10114 252 24 0 11341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58828

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 9243
/proc/meminfo: memFree=12126724/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=81724 CPUtime=12.69 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 17299 0 0 0 1266 3 0 0 25 0 1 0 770587165 83685376 14798 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 20431 14798 252 24 0 17065 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81724

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 9244
/proc/meminfo: memFree=12098828/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=118100 CPUtime=25.48 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 23665 0 0 0 2544 4 0 0 25 0 1 0 770587165 120934400 21128 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 29525 21128 252 24 0 26159 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 118100

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 9244
/proc/meminfo: memFree=12053604/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=175472 CPUtime=51.09 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 34281 0 0 0 5102 7 0 0 25 0 1 0 770587165 179683328 31685 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 43868 31685 252 24 0 40502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175472

[startup+102.32 s]
/proc/loadavg: 2.08 2.03 2.01 3/525 9246
/proc/meminfo: memFree=11993556/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=267516 CPUtime=102.3 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 47468 0 0 0 10219 11 0 0 25 0 1 0 770587165 273936384 44804 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 66879 44804 252 24 0 63513 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 267516

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/525 9247
/proc/meminfo: memFree=11927932/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=277288 CPUtime=162.28 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 62170 0 0 0 16213 15 0 0 25 0 1 0 770587165 283942912 59434 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 69322 59434 252 24 0 65956 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 277288

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/525 9249
/proc/meminfo: memFree=11876436/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=417184 CPUtime=222.29 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 71924 0 0 0 22209 20 0 0 25 0 1 0 770587165 427196416 69146 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 104296 69146 252 24 0 100930 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 417184

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/525 9251
/proc/meminfo: memFree=11838708/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=423044 CPUtime=282.3 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 79744 0 0 0 28207 23 0 0 25 0 1 0 770587165 433197056 76930 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 105761 76930 252 24 0 102395 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 423044

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9252
/proc/meminfo: memFree=11796144/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=428844 CPUtime=342.3 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 88665 0 0 0 34204 26 0 0 25 0 1 0 770587165 439136256 85827 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 107211 85827 252 24 0 103845 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 428844

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9254
/proc/meminfo: memFree=11764600/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=434736 CPUtime=402.29 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 95084 0 0 0 40200 29 0 0 25 0 1 0 770587165 445169664 92218 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 108684 92218 252 24 0 105318 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 434736

[startup+462.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/525 9255
/proc/meminfo: memFree=11732088/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=439220 CPUtime=462.3 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 101799 0 0 0 46197 33 0 0 25 0 1 0 770587165 449761280 98906 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 109805 98906 252 24 0 106439 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 439220

[startup+522.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/525 9257
/proc/meminfo: memFree=11702668/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=443544 CPUtime=522.3 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 107689 0 0 0 52196 34 0 0 25 0 1 0 770587165 454189056 104769 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 110886 104769 252 24 0 107520 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 443544

[startup+582.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/525 9259
/proc/meminfo: memFree=11657368/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=661124 CPUtime=582.3 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 116910 0 0 0 58191 39 0 0 25 0 1 0 770587165 676990976 113957 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 165281 113957 252 24 0 161915 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 661124

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9391
/proc/meminfo: memFree=12269900/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=739672 CPUtime=4062.42 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 436335 0 0 0 406064 178 0 0 25 0 1 0 770587165 757424128 159332 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 184918 159332 252 24 0 181552 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 739672

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9393
/proc/meminfo: memFree=12237892/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=740368 CPUtime=4122.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 441616 0 0 0 412059 182 0 0 25 0 1 0 770587165 758136832 164593 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 185092 164593 252 24 0 181726 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 740368

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9395
/proc/meminfo: memFree=12253508/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=740744 CPUtime=4182.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 446897 0 0 0 418057 184 0 0 25 0 1 0 770587165 758521856 169862 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 185186 169862 252 24 0 181820 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 740744

[startup+4242.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/525 9396
/proc/meminfo: memFree=12198556/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=740744 CPUtime=4242.4 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 453253 0 0 0 424054 186 0 0 25 0 1 0 770587165 758521856 176199 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 185186 176199 252 24 0 181820 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 740744

[startup+4302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/525 9398
/proc/meminfo: memFree=12172248/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=742640 CPUtime=4302.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 456315 0 0 0 430053 188 0 0 25 0 1 0 770587165 760463360 179249 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 185660 179249 252 24 0 182294 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 742640

[startup+4362.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/525 9399
/proc/meminfo: memFree=12237704/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1093532 CPUtime=4362.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 458649 0 0 0 436051 190 0 0 25 0 1 0 770587165 1119776768 181575 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 273383 181575 252 24 0 270017 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 1093532

[startup+4422.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/525 9401
/proc/meminfo: memFree=12181504/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1095368 CPUtime=4422.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 460900 0 0 0 442050 191 0 0 25 0 1 0 770587165 1121656832 183821 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256112 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 273842 183821 252 24 0 270476 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 1095368

[startup+4482.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/525 9403
/proc/meminfo: memFree=12153096/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1097580 CPUtime=4482.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 463831 0 0 0 448048 193 0 0 25 0 1 0 770587165 1123921920 186742 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 274395 186742 252 24 0 271029 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 1097580

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/525 9404
/proc/meminfo: memFree=12131368/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1099160 CPUtime=4542.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 466061 0 0 0 454047 194 0 0 25 0 1 0 770587165 1125539840 188964 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 274790 188964 252 24 0 271424 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 1099160

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 9406
/proc/meminfo: memFree=12113500/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1101120 CPUtime=4602.42 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 468514 0 0 0 460047 195 0 0 25 0 1 0 770587165 1127546880 191415 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 275280 191415 252 24 0 271914 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 1101120

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9407
/proc/meminfo: memFree=12136428/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1102384 CPUtime=4662.41 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 470484 0 0 0 466045 196 0 0 25 0 1 0 770587165 1128841216 193382 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 275596 193382 252 24 0 272230 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1102384

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9409
/proc/meminfo: memFree=12107884/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1103108 CPUtime=4722.44 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 473868 0 0 0 472046 198 0 0 25 0 1 0 770587165 1129582592 196757 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 275777 196757 252 24 0 272411 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1103108

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9411
/proc/meminfo: memFree=12086908/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1104944 CPUtime=4782.42 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 475945 0 0 0 478043 199 0 0 25 0 1 0 770587165 1131462656 198829 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 276236 198829 252 24 0 272870 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 1104944

[startup+4842.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/525 9412
/proc/meminfo: memFree=12150732/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1106396 CPUtime=4842.43 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 478177 0 0 0 484041 202 0 0 25 0 1 0 770587165 1132949504 201053 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 276599 201053 252 24 0 273233 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 1106396

[startup+4902.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/525 9414
/proc/meminfo: memFree=12095416/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1107916 CPUtime=4902.42 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 480253 0 0 0 490039 203 0 0 25 0 1 0 770587165 1134505984 203125 33554432000 4194304 4291949 140737284916320 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 276979 203125 252 24 0 273613 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 1107916

[startup+4962.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/525 9415
/proc/meminfo: memFree=12069352/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1109652 CPUtime=4962.43 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 482820 0 0 0 496038 205 0 0 25 0 1 0 770587165 1136283648 205684 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 277413 205684 252 24 0 274047 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 1109652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.05 2.01 3/525 9425
/proc/meminfo: memFree=12058088/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1110696 CPUtime=5000.04 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 484061 0 0 0 499798 206 0 0 25 0 1 0 770587165 1137352704 206919 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 277674 206919 252 24 0 274308 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1110696

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.05 2.05 2.01 3/525 9425
/proc/meminfo: memFree=12058088/32951124 swapFree=59247644/67111528
[pid=9242] ppid=9240 vsize=1110696 CPUtime=5000.04 cores=1,3,5,7
/proc/9242/stat : 9242 (RestartSAT) R 9240 9242 8723 0 -1 4202496 484061 0 0 0 499798 206 0 0 25 0 1 0 770587165 1137352704 206919 33554432000 4194304 4291949 140737284916320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9242/statm: 277674 206919 252 24 0 274308 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1110696

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.09
CPU user time (s): 4997.99
CPU system time (s): 2.09668
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1117248

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

runsolver used 24.2713 second user time and 62.1086 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-28 15:38:15
IDJOB=3420916
IDBENCH=71408
IDSOLVER=1911
FILE ID=node137/3420916-1306589894
RUNJOBID= node137-1306579391-8742
PBS_JOBID= 13471543
Free space on /tmp= 73004 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes5.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420916-1306589894/watcher-3420916-1306589894 -o /tmp/evaluation-result-3420916-1306589894/solver-3420916-1306589894 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420916-1306589894.cnf

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

MD5SUM BENCH= f892a2bda6fe6aec6f2fcb4e1c541df8
RANDOM SEED=2115914274

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.75
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.844
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.83
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.844
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:      12187180 kB
Buffers:        370428 kB
Cached:        8971020 kB
SwapCached:      17768 kB
Active:       12015520 kB
Inactive:      8448796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12187180 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:            4280 kB
Writeback:           0 kB
AnonPages:    11114944 kB
Mapped:          29996 kB
Slab:           154516 kB
PageTables:      75720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163686892 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= 73116 MiB
End job on node137 at 2011-05-28 17:01:36