Trace number 3420948

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes10.cnf
MD5SUM601a386973128161e9173e2bdf583672
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.38564
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-3420948-1306591078/watcher-3420948-1306591078 -o /tmp/evaluation-result-3420948-1306591078/solver-3420948-1306591078 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420948-1306591078.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.07 2.04 2.01 2/455 1746
/proc/meminfo: memFree=12941260/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=19252 CPUtime=0 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 563 0 0 0 0 0 0 0 25 0 1 0 751523758 19714048 503 33554432000 4194304 4291949 140733526298144 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 4813 505 224 24 0 1447 0

[startup+0.0781709 s]
/proc/loadavg: 2.07 2.04 2.01 2/455 1746
/proc/meminfo: memFree=12941260/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=18356 CPUtime=0.07 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 1757 0 0 0 7 0 0 0 25 0 1 0 751523758 18796544 1288 33554432000 4194304 4291949 140733526298144 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 4589 1288 252 24 0 1223 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18356

[startup+0.100154 s]
/proc/loadavg: 2.07 2.04 2.01 2/455 1746
/proc/meminfo: memFree=12941260/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=18356 CPUtime=0.09 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 1812 0 0 0 9 0 0 0 25 0 1 0 751523758 18796544 1343 33554432000 4194304 4291949 140733526298144 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 4589 1343 252 24 0 1223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18356

[startup+0.300118 s]
/proc/loadavg: 2.07 2.04 2.01 2/455 1746
/proc/meminfo: memFree=12941260/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=20020 CPUtime=0.29 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 2174 0 0 0 29 0 0 0 25 0 1 0 751523758 20500480 1700 33554432000 4194304 4291949 140733526298144 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 5005 1700 252 24 0 1639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20020

[startup+0.701044 s]
/proc/loadavg: 2.07 2.04 2.01 2/455 1746
/proc/meminfo: memFree=12941260/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=22004 CPUtime=0.69 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 2710 0 0 0 69 0 0 0 25 0 1 0 751523758 22532096 2232 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 5501 2232 252 24 0 2135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22004

[startup+1.5009 s]
/proc/loadavg: 2.07 2.04 2.01 3/456 1747
/proc/meminfo: memFree=12931092/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=25648 CPUtime=1.49 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 3600 0 0 0 149 0 0 0 25 0 1 0 751523758 26263552 3115 33554432000 4194304 4291949 140733526298144 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 6412 3115 252 24 0 3046 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25648

[startup+3.10061 s]
/proc/loadavg: 2.06 2.04 2.01 3/456 1747
/proc/meminfo: memFree=12925388/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=31248 CPUtime=3.09 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 4896 0 0 0 309 0 0 0 25 0 1 0 751523758 31997952 4394 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 7812 4394 252 24 0 4446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31248

[startup+6.30101 s]
/proc/loadavg: 2.06 2.04 2.01 3/456 1747
/proc/meminfo: memFree=12916036/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=40224 CPUtime=6.29 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 6848 0 0 0 629 0 0 0 25 0 1 0 751523758 41189376 6332 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 10056 6332 252 24 0 6690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40224

[startup+12.7008 s]
/proc/loadavg: 2.05 2.04 2.00 3/456 1747
/proc/meminfo: memFree=12901496/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=31388 CPUtime=12.69 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 11435 0 0 0 1267 2 0 0 25 0 1 0 751523758 32141312 4546 33554432000 4194304 4291949 140733526298144 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/1746/statm: 7847 4546 252 24 0 4481 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31388

[startup+25.5005 s]
/proc/loadavg: 2.04 2.03 2.00 3/456 1747
/proc/meminfo: memFree=13079440/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=57020 CPUtime=25.44 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 17422 0 0 0 2541 3 0 0 25 0 1 0 751523758 58388480 10479 33554432000 4194304 4291949 140733526298144 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 14255 10479 252 24 0 10889 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 57020

[startup+51.1008 s]
/proc/loadavg: 2.03 2.03 2.00 3/456 1748
/proc/meminfo: memFree=12984284/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=126068 CPUtime=51.04 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 35011 0 0 0 5099 5 0 0 25 0 1 0 751523758 129093632 19812 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 31517 19812 252 24 0 28151 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 126068

[startup+102.317 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 1750
/proc/meminfo: memFree=12954376/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=89856 CPUtime=102.26 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 54912 0 0 0 10217 9 0 0 25 0 1 0 751523758 92012544 19200 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 22464 19200 252 24 0 19098 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89856

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1751
/proc/meminfo: memFree=12894832/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=139176 CPUtime=162.24 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 77031 0 0 0 16212 12 0 0 25 0 1 0 751523758 142516224 29672 33554432000 4194304 4291949 140733526298144 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 34794 29672 252 24 0 31428 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 139176

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1762
/proc/meminfo: memFree=12874316/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=169996 CPUtime=222.25 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 92900 0 0 0 22209 16 0 0 25 0 1 0 751523758 174075904 31859 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 42499 31859 252 24 0 39133 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 169996

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1763
/proc/meminfo: memFree=12853100/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=169996 CPUtime=282.25 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 106346 0 0 0 28207 18 0 0 25 0 1 0 751523758 174075904 32153 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 42499 32153 252 24 0 39133 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 169996

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1765
/proc/meminfo: memFree=12854556/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=139176 CPUtime=342.26 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 119532 0 0 0 34205 21 0 0 25 0 1 0 751523758 142516224 29570 33554432000 4194304 4291949 140733526298144 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 34794 29570 252 24 0 31428 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 139176

[startup+402.301 s]
/proc/loadavg: 2.15 2.03 2.01 3/456 1766
/proc/meminfo: memFree=12887624/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=89856 CPUtime=402.26 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 125047 0 0 0 40202 24 0 0 25 0 1 0 751523758 92012544 19222 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 22464 19222 252 24 0 19098 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 89856

[startup+462.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/456 1796
/proc/meminfo: memFree=13437968/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=169996 CPUtime=462.26 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 140953 0 0 0 46198 28 0 0 25 0 1 0 751523758 174075904 35064 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 42499 35064 252 24 0 39133 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 169996

[startup+522.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/456 1798
/proc/meminfo: memFree=13429124/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=169996 CPUtime=522.25 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 154890 0 0 0 52195 30 0 0 25 0 1 0 751523758 174075904 32686 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 42499 32686 252 24 0 39133 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 169996

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/456 1799
/proc/meminfo: memFree=13471608/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=89856 CPUtime=582.26 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 159762 0 0 0 58193 33 0 0 25 0 1 0 751523758 92012544 19222 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 22464 19222 252 24 0 19098 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 89856

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1904
/proc/meminfo: memFree=13333176/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=146560 CPUtime=4062.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 656210 0 0 0 406047 191 0 0 25 0 1 0 751523758 150077440 28725 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 36640 28725 252 24 0 33274 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 146560

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/456 1906
/proc/meminfo: memFree=13320876/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=195880 CPUtime=4122.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 669523 0 0 0 412044 194 0 0 25 0 1 0 751523758 200581120 41987 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 48970 41987 252 24 0 45604 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 195880

[startup+4182.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/456 1907
/proc/meminfo: memFree=13274600/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4182.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 673582 0 0 0 418042 196 0 0 25 0 1 0 751523758 232140800 46006 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 46006 252 24 0 53309 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 226700

[startup+4242.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/456 1909
/proc/meminfo: memFree=13251144/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4242.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 676919 0 0 0 424041 197 0 0 25 0 1 0 751523758 232140800 49310 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 49310 252 24 0 53309 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 226700

[startup+4302.3 s]
/proc/loadavg: 2.08 2.06 2.02 3/456 1911
/proc/meminfo: memFree=13280252/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=276788 CPUtime=4302.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 679732 0 0 0 430038 200 0 0 25 0 1 0 751523758 283430912 52104 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 69197 52104 252 24 0 65831 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 276788

[startup+4362.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/456 1912
/proc/meminfo: memFree=13290140/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=195880 CPUtime=4362.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 691244 0 0 0 436036 202 0 0 25 0 1 0 751523758 200581120 40570 33554432000 4194304 4291949 140733526298144 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 48970 40570 252 24 0 45604 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 195880

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/456 1914
/proc/meminfo: memFree=13263332/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4422.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 696949 0 0 0 442034 204 0 0 25 0 1 0 751523758 232140800 46232 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 46232 252 24 0 53309 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 226700

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/456 1915
/proc/meminfo: memFree=13253392/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4482.38 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 699998 0 0 0 448032 206 0 0 25 0 1 0 751523758 232140800 49259 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 49259 252 24 0 53309 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 226700

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1917
/proc/meminfo: memFree=13246172/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=276788 CPUtime=4542.39 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 702781 0 0 0 454031 208 0 0 25 0 1 0 751523758 283430912 52017 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 69197 52017 252 24 0 65831 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 276788

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1919
/proc/meminfo: memFree=13290040/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=195880 CPUtime=4602.39 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 713705 0 0 0 460029 210 0 0 25 0 1 0 751523758 200581120 41442 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 48970 41442 252 24 0 45604 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 195880

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/456 1920
/proc/meminfo: memFree=13300560/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4662.39 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 719267 0 0 0 466025 214 0 0 25 0 1 0 751523758 232140800 46952 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 46952 252 24 0 53309 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 226700

[startup+4722.32 s]
/proc/loadavg: 2.09 2.03 2.01 3/456 1922
/proc/meminfo: memFree=13283420/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4722.41 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 723270 0 0 0 472025 216 0 0 25 0 1 0 751523758 232140800 50925 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 50925 252 24 0 53309 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 226700

[startup+4782.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/456 1923
/proc/meminfo: memFree=13271244/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=276788 CPUtime=4782.39 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 726680 0 0 0 478020 219 0 0 25 0 1 0 751523758 283430912 54307 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 69197 54307 252 24 0 65831 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 276788

[startup+4842.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/456 1925
/proc/meminfo: memFree=13325152/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=195880 CPUtime=4842.4 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 737109 0 0 0 484018 222 0 0 25 0 1 0 751523758 200581120 40778 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 48970 40778 252 24 0 45604 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 195880

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/456 1926
/proc/meminfo: memFree=13261884/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4902.4 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 744475 0 0 0 490015 225 0 0 25 0 1 0 751523758 232140800 48085 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 48085 252 24 0 53309 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 226700

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1928
/proc/meminfo: memFree=13278104/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=226700 CPUtime=4962.4 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 748971 0 0 0 496013 227 0 0 25 0 1 0 751523758 232140800 52552 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 56675 52552 252 24 0 53309 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 226700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/456 1929
/proc/meminfo: memFree=13236412/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=276788 CPUtime=5000.01 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 751230 0 0 0 499772 229 0 0 25 0 1 0 751523758 283430912 54801 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 69197 54801 252 24 0 65831 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 276788

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.02 2.00 3/456 1929
/proc/meminfo: memFree=13236412/32951124 swapFree=63485464/67111528
[pid=1746] ppid=1744 vsize=276788 CPUtime=5000.01 cores=1,3,5,7
/proc/1746/stat : 1746 (RestartSAT) R 1744 1746 1114 0 -1 4202496 751230 0 0 0 499772 229 0 0 25 0 1 0 751523758 283430912 54801 33554432000 4194304 4291949 140733526298144 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1746/statm: 69197 54801 252 24 0 65831 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 276788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4997.74
CPU system time (s): 2.29865
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 276788

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

runsolver used 21.4137 second user time and 51.3312 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-28 15:57:59
IDJOB=3420948
IDBENCH=71570
IDSOLVER=1911
FILE ID=node147/3420948-1306591078
RUNJOBID= node147-1306579390-1133
PBS_JOBID= 13471533
Free space on /tmp= 73596 MiB

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

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

MD5SUM BENCH= 601a386973128161e9173e2bdf583672
RANDOM SEED=85593708

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.75
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.836
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      12941540 kB
Buffers:        367620 kB
Cached:        9373936 kB
SwapCached:      13096 kB
Active:       10666836 kB
Inactive:      9053960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12941540 kB
SwapTotal:    67111528 kB
SwapFree:     63485464 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:     9974972 kB
Mapped:          27512 kB
Slab:           163272 kB
PageTables:      59376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121454476 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= 73616 MiB
End job on node147 at 2011-05-28 17:21:20