Trace number 3420890

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.08 4999.93

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g3.cnf
MD5SUM226123ce9245dfa4b876682016123861
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark105.289
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3420890-1306589427/watcher-3420890-1306589427 -o /tmp/evaluation-result-3420890-1306589427/solver-3420890-1306589427 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420890-1306589427.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: 1.94 2.01 2.00 2/443 7319
/proc/meminfo: memFree=14442868/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=20180 CPUtime=0 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 849 0 0 0 0 0 0 0 21 0 1 0 849173405 20664320 783 33554432000 4194304 4291949 140735868883008 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 5045 783 225 24 0 1679 0

[startup+0.0958869 s]
/proc/loadavg: 1.94 2.01 2.00 2/443 7319
/proc/meminfo: memFree=14442868/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=18348 CPUtime=0.09 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 1790 0 0 0 9 0 0 0 21 0 1 0 849173405 18788352 1321 33554432000 4194304 4291949 140735868883008 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 4587 1321 252 24 0 1221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18348

[startup+0.100889 s]
/proc/loadavg: 1.94 2.01 2.00 2/443 7319
/proc/meminfo: memFree=14442868/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=18348 CPUtime=0.09 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 1801 0 0 0 9 0 0 0 21 0 1 0 849173405 18788352 1331 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255981 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 4587 1332 252 24 0 1221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18348

[startup+0.300841 s]
/proc/loadavg: 1.94 2.01 2.00 2/443 7319
/proc/meminfo: memFree=14442868/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=20012 CPUtime=0.29 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 2142 0 0 0 29 0 0 0 22 0 1 0 849173405 20492288 1664 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 5003 1665 252 24 0 1637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20012

[startup+0.700775 s]
/proc/loadavg: 1.94 2.01 2.00 2/443 7319
/proc/meminfo: memFree=14442868/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=21820 CPUtime=0.69 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 2686 0 0 0 69 0 0 0 24 0 1 0 849173405 22343680 2200 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 5455 2200 252 24 0 2089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21820

[startup+1.50063 s]
/proc/loadavg: 1.94 2.01 2.00 3/444 7320
/proc/meminfo: memFree=14432204/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=25732 CPUtime=1.49 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 3548 0 0 0 149 0 0 0 25 0 1 0 849173405 26349568 3056 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 6433 3056 252 24 0 3067 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25732

[startup+3.10033 s]
/proc/loadavg: 1.94 2.01 2.00 3/444 7321
/proc/meminfo: memFree=14427188/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=31468 CPUtime=3.09 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 4871 0 0 0 309 0 0 0 25 0 1 0 849173405 32223232 4362 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 7867 4362 252 24 0 4501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31468

[startup+6.30074 s]
/proc/loadavg: 1.95 2.01 2.00 3/444 7321
/proc/meminfo: memFree=14417964/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=40516 CPUtime=6.29 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 6683 0 0 0 628 1 0 0 25 0 1 0 849173405 41488384 6152 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 10129 6152 252 24 0 6763 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40516

[startup+12.7006 s]
/proc/loadavg: 1.95 2.01 2.00 3/444 7321
/proc/meminfo: memFree=14403948/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=54736 CPUtime=12.69 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 9440 0 0 0 1268 1 0 0 25 0 1 0 849173405 56049664 8891 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 13684 8891 252 24 0 10318 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54736

[startup+25.5012 s]
/proc/loadavg: 1.96 2.01 2.00 3/444 7321
/proc/meminfo: memFree=14398640/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=56004 CPUtime=25.49 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 16172 0 0 0 2546 3 0 0 25 0 1 0 849173405 57348096 9375 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 14001 9375 252 24 0 10635 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56004

[startup+51.1004 s]
/proc/loadavg: 1.97 2.01 2.00 3/444 7322
/proc/meminfo: memFree=14322584/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=125712 CPUtime=51.09 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 37941 0 0 0 5103 6 0 0 25 0 1 0 849173405 128729088 23517 33554432000 4194304 4291949 140735868883008 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 31428 23517 252 24 0 28062 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125712

[startup+102.317 s]
/proc/loadavg: 1.99 2.00 2.00 3/444 7323
/proc/meminfo: memFree=14339040/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=76392 CPUtime=102.31 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 49218 0 0 0 10223 8 0 0 25 0 1 0 849173405 78225408 15822 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 19098 15822 252 24 0 15732 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 76392

[startup+162.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/444 7325
/proc/meminfo: memFree=14275760/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=125712 CPUtime=162.3 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 71741 0 0 0 16218 12 0 0 25 0 1 0 849173405 128729088 26416 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 31428 26416 252 24 0 28062 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 125712

[startup+222.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/444 7326
/proc/meminfo: memFree=14250800/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=156532 CPUtime=222.3 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 85546 0 0 0 22215 15 0 0 25 0 1 0 849173405 160288768 28439 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 39133 28439 252 24 0 35767 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 156532

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 7328
/proc/meminfo: memFree=14275448/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=76392 CPUtime=282.3 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 100323 0 0 0 28212 18 0 0 25 0 1 0 849173405 78225408 15852 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 19098 15852 252 24 0 15732 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76392

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 7330
/proc/meminfo: memFree=14202008/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=156532 CPUtime=342.3 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 114655 0 0 0 34208 22 0 0 25 0 1 0 849173405 160288768 30136 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 39133 30136 252 24 0 35767 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 156532

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/444 7331
/proc/meminfo: memFree=14193036/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=125712 CPUtime=402.3 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 127864 0 0 0 40206 24 0 0 25 0 1 0 849173405 128729088 27738 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 31428 27738 252 24 0 28062 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 125712

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 7333
/proc/meminfo: memFree=14149232/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=125712 CPUtime=462.31 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 141535 0 0 0 46202 29 0 0 25 0 1 0 849173405 128729088 26363 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 31428 26363 252 24 0 28062 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 125712

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 7337
/proc/meminfo: memFree=14131624/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=125712 CPUtime=522.31 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 156050 0 0 0 52199 32 0 0 25 0 1 0 849173405 128729088 25278 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 31428 25278 252 24 0 28062 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 125712

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 7339
/proc/meminfo: memFree=14150672/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=96668 CPUtime=582.31 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 162486 0 0 0 58196 35 0 0 25 0 1 0 849173405 98988032 15860 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/7319/statm: 24167 15860 252 24 0 20801 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 96668

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.01 1.10 1.44 2/438 7459
/proc/meminfo: memFree=15613756/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=285292 CPUtime=4062.43 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 670189 0 0 0 406050 193 0 0 25 0 1 0 849173405 292139008 53263 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 71323 53263 252 24 0 67957 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 285292

[startup+4122.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/438 7463
/proc/meminfo: memFree=15646900/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=204384 CPUtime=4122.41 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 683501 0 0 0 412044 197 0 0 25 0 1 0 849173405 209289216 44963 33554432000 4194304 4291949 140735868883008 18446744073709551615 4251084 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 51096 44963 252 24 0 47730 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 204384

[startup+4182.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/438 7465
/proc/meminfo: memFree=15626224/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=235204 CPUtime=4182.42 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 688722 0 0 0 418041 201 0 0 25 0 1 0 849173405 240848896 50136 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 58801 50136 252 24 0 55435 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 235204

[startup+4242.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/438 7467
/proc/meminfo: memFree=15609428/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=285292 CPUtime=4242.42 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 692987 0 0 0 424040 202 0 0 25 0 1 0 849173405 292139008 54357 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 71323 54357 252 24 0 67957 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 285292

[startup+4302.3 s]
/proc/loadavg: 1.00 1.04 1.33 2/438 7468
/proc/meminfo: memFree=15692476/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=155064 CPUtime=4302.42 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 695824 0 0 0 430038 204 0 0 25 0 1 0 849173405 158785536 33406 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 38766 33406 252 24 0 35400 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 155064

[startup+4362.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/438 7470
/proc/meminfo: memFree=15639976/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=235204 CPUtime=4362.42 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 709194 0 0 0 436034 208 0 0 25 0 1 0 849173405 240848896 46731 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 58801 46731 252 24 0 55435 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 235204

[startup+4422.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/438 7471
/proc/meminfo: memFree=15610912/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=285292 CPUtime=4422.43 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 716466 0 0 0 442032 211 0 0 25 0 1 0 849173405 292139008 53959 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 71323 53959 252 24 0 67957 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 285292

[startup+4482.3 s]
/proc/loadavg: 1.03 1.03 1.27 2/438 7473
/proc/meminfo: memFree=15652048/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=204384 CPUtime=4482.43 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 730066 0 0 0 448027 216 0 0 25 0 1 0 849173405 209289216 43757 33554432000 4194304 4291949 140735868883008 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 51096 43757 252 24 0 47730 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 204384

[startup+4542.3 s]
/proc/loadavg: 1.01 1.02 1.25 2/438 7475
/proc/meminfo: memFree=15627824/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=235204 CPUtime=4542.43 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 736040 0 0 0 454024 219 0 0 25 0 1 0 849173405 240848896 49703 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 58801 49703 252 24 0 55435 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 235204

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/438 7476
/proc/meminfo: memFree=15607808/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=285292 CPUtime=4602.44 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 740872 0 0 0 460022 222 0 0 25 0 1 0 849173405 292139008 54499 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 71323 54499 252 24 0 67957 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 285292

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/438 7478
/proc/meminfo: memFree=15596108/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=285292 CPUtime=4662.43 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 743958 0 0 0 466019 224 0 0 25 0 1 0 849173405 292139008 57563 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 71323 57563 252 24 0 67957 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 285292

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.20 2/438 7479
/proc/meminfo: memFree=15645296/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=204384 CPUtime=4722.46 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 756304 0 0 0 472018 228 0 0 25 0 1 0 849173405 209289216 45154 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 51096 45154 252 24 0 47730 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 204384

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/438 7481
/proc/meminfo: memFree=15624424/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=235204 CPUtime=4782.44 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 761857 0 0 0 478013 231 0 0 25 0 1 0 849173405 240848896 50669 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 58801 50669 252 24 0 55435 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 235204

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/438 7483
/proc/meminfo: memFree=15607396/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=285292 CPUtime=4842.44 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 765972 0 0 0 484011 233 0 0 25 0 1 0 849173405 292139008 54752 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 71323 54752 252 24 0 67957 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 285292

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/438 7484
/proc/meminfo: memFree=15692672/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=155064 CPUtime=4902.45 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 768279 0 0 0 490009 236 0 0 25 0 1 0 849173405 158785536 33407 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 38766 33407 252 24 0 35400 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 155064

[startup+4962.3 s]
/proc/loadavg: 1.10 1.03 1.16 2/438 7486
/proc/meminfo: memFree=15639304/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=235204 CPUtime=4962.45 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 781907 0 0 0 496005 240 0 0 25 0 1 0 849173405 240848896 46986 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 58801 46986 252 24 0 55435 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 235204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.11 1.04 1.15 2/438 7487
/proc/meminfo: memFree=15624772/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=235204 CPUtime=5000.06 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 785525 0 0 0 499764 242 0 0 25 0 1 0 849173405 240848896 50570 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 58801 50570 252 24 0 55435 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 235204

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: 1.11 1.04 1.15 2/438 7487
/proc/meminfo: memFree=15624772/32950928 swapFree=60044444/67111528
[pid=7319] ppid=7317 vsize=235204 CPUtime=5000.06 cores=1,3,5,7
/proc/7319/stat : 7319 (RestartSAT) R 7317 7319 6457 0 -1 4202496 785525 0 0 0 499764 242 0 0 25 0 1 0 849173405 240848896 50570 33554432000 4194304 4291949 140735868883008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/7319/statm: 58801 50570 252 24 0 55435 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 235204

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

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

runsolver used 20.1969 second user time and 52.0461 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-28 15:30:27
IDJOB=3420890
IDBENCH=71301
IDSOLVER=1911
FILE ID=node114/3420890-1306589427
RUNJOBID= node114-1306579395-6480
PBS_JOBID= 13471566
Free space on /tmp= 73008 MiB

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

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
RANDOM SEED=561734156

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14443148 kB
Buffers:        255648 kB
Cached:        6937928 kB
SwapCached:      48932 kB
Active:        6382412 kB
Inactive:     11848892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14443148 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            1200 kB
Writeback:           0 kB
AnonPages:    10995436 kB
Mapped:          28720 kB
Slab:           143328 kB
PageTables:      64712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 109595360 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= 73216 MiB
End job on node114 at 2011-05-28 16:53:49