Trace number 3258586

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 A75? (TO) 1299.98 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v1375c111739gyes10.cnf
MD5SUMc904604702db7cfabf92e607e197d409
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.17476
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258586-1303504215/watcher-3258586-1303504215 -o /tmp/evaluation-result-3258586-1303504215/solver-3258586-1303504215 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258586-1303504215.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.68 3.90 3.02 2/177 29072
/proc/meminfo: memFree=16871080/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=19380 CPUtime=0 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 698 0 0 0 0 0 0 0 25 0 1 0 462021218 19845120 635 33554432000 4194304 4291949 140736163126608 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 4845 636 225 24 0 1479 0

[startup+0.097449 s]
/proc/loadavg: 3.68 3.90 3.02 2/177 29072
/proc/meminfo: memFree=16871080/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=23896 CPUtime=0.09 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 2807 0 0 0 9 0 0 0 25 0 1 0 462021218 24469504 2168 33554432000 4194304 4291949 140736163126608 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 5974 2168 231 24 0 2608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23896

[startup+0.100451 s]
/proc/loadavg: 3.68 3.90 3.02 2/177 29072
/proc/meminfo: memFree=16871080/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=23896 CPUtime=0.09 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 2807 0 0 0 9 0 0 0 25 0 1 0 462021218 24469504 2168 33554432000 4194304 4291949 140736163126608 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 5974 2168 231 24 0 2608 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23896

[startup+0.3004 s]
/proc/loadavg: 3.68 3.90 3.02 2/177 29072
/proc/meminfo: memFree=16871080/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=21676 CPUtime=0.29 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 3463 0 0 0 29 0 0 0 25 0 1 0 462021218 22196224 2139 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 5419 2139 251 24 0 2053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21676

[startup+0.700264 s]
/proc/loadavg: 3.68 3.90 3.02 2/177 29072
/proc/meminfo: memFree=16871080/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=23524 CPUtime=0.69 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 3844 0 0 0 69 0 0 0 25 0 1 0 462021218 24088576 2520 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 5881 2520 251 24 0 2515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23524

[startup+1.50119 s]
/proc/loadavg: 3.68 3.90 3.02 4/185 29110
/proc/meminfo: memFree=16828960/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=26376 CPUtime=1.49 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 4485 0 0 0 149 0 0 0 25 0 1 0 462021218 27009024 3152 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 6594 3152 251 24 0 3228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26376

[startup+3.10085 s]
/proc/loadavg: 3.68 3.90 3.02 4/185 29111
/proc/meminfo: memFree=16820040/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=31996 CPUtime=3.09 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 5660 0 0 0 309 0 0 0 25 0 1 0 462021218 32763904 4318 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 7999 4318 251 24 0 4633 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31996

[startup+6.30023 s]
/proc/loadavg: 3.71 3.90 3.03 5/190 29121
/proc/meminfo: memFree=16760980/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=41472 CPUtime=6.29 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 7526 0 0 0 628 1 0 0 25 0 1 0 462021218 42467328 6169 33554432000 4194304 4291949 140736163126608 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 10368 6169 251 24 0 7002 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41472

[startup+12.7012 s]
/proc/loadavg: 3.73 3.90 3.03 5/190 29121
/proc/meminfo: memFree=16709356/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=55344 CPUtime=12.69 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 10200 0 0 0 1268 1 0 0 25 0 1 0 462021218 56672256 8818 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 13836 8818 251 24 0 10470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55344

[startup+25.5009 s]
/proc/loadavg: 3.79 3.91 3.05 5/190 29121
/proc/meminfo: memFree=16635092/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=77868 CPUtime=25.49 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 13330 0 0 0 2547 2 0 0 25 0 1 0 462021218 79736832 11926 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 19467 11926 251 24 0 16101 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77868

[startup+51.1003 s]
/proc/loadavg: 3.86 3.91 3.07 5/190 29122
/proc/meminfo: memFree=16524808/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=82016 CPUtime=51.09 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 18303 0 0 0 5105 4 0 0 25 0 1 0 462021218 83984384 16869 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 20504 16869 251 24 0 17138 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82016

[startup+102.306 s]
/proc/loadavg: 3.94 3.92 3.12 5/190 29123
/proc/meminfo: memFree=16392976/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=119672 CPUtime=102.29 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 24774 0 0 0 10222 7 0 0 25 0 1 0 462021218 122544128 23296 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 29918 23296 251 24 0 26552 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 119672

[startup+162.301 s]
/proc/loadavg: 3.98 3.94 3.17 5/190 29125
/proc/meminfo: memFree=16315324/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=89296 CPUtime=162.29 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 36786 0 0 0 16218 11 0 0 25 0 1 0 462021218 91439104 18236 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 22324 18236 251 24 0 18958 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89296

[startup+222.3 s]
/proc/loadavg: 3.99 3.94 3.22 5/190 29126
/proc/meminfo: memFree=16175172/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=125396 CPUtime=222.29 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 44926 0 0 0 22215 14 0 0 25 0 1 0 462021218 128405504 26322 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 31349 26322 251 24 0 27983 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 125396

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.27 5/190 29128
/proc/meminfo: memFree=16077796/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=181376 CPUtime=282.28 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 49870 0 0 0 28213 15 0 0 25 0 1 0 462021218 185729024 31242 33554432000 4194304 4291949 140736163126608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 45344 31242 251 24 0 41978 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 181376

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 3.31 5/190 29129
/proc/meminfo: memFree=16205608/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=101032 CPUtime=342.28 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 60912 0 0 0 34210 18 0 0 25 0 1 0 462021218 103456768 18120 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255871 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 25258 18120 251 24 0 21892 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 101032

[startup+402.301 s]
/proc/loadavg: 4.04 3.97 3.35 5/190 29131
/proc/meminfo: memFree=16106128/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=131988 CPUtime=402.28 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 67220 0 0 0 40207 21 0 0 25 0 1 0 462021218 135155712 24380 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 32997 24380 251 24 0 29631 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 131988

[startup+462.301 s]
/proc/loadavg: 4.05 3.99 3.40 5/190 29133
/proc/meminfo: memFree=16026244/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=132776 CPUtime=462.28 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 71369 0 0 0 46205 23 0 0 25 0 1 0 462021218 135962624 28502 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 33194 28502 251 24 0 29828 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 132776

[startup+522.3 s]
/proc/loadavg: 4.02 3.99 3.43 5/190 29134
/proc/meminfo: memFree=15964704/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=184828 CPUtime=522.28 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 75549 0 0 0 52203 25 0 0 25 0 1 0 462021218 189263872 32663 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 46207 32663 251 24 0 42841 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 184828

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.46 5/190 29136
/proc/meminfo: memFree=15888044/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=187708 CPUtime=582.29 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 78979 0 0 0 58202 27 0 0 25 0 1 0 462021218 192212992 36074 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 46927 36074 251 24 0 43561 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 187708

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.49 5/190 29137
/proc/meminfo: memFree=15833316/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=190616 CPUtime=642.28 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 82091 0 0 0 64200 28 0 0 25 0 1 0 462021218 195190784 39169 33554432000 4194304 4291949 140736163126608 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 47654 39169 251 24 0 44288 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 190616

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.52 5/190 29139
/proc/meminfo: memFree=15840480/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=141496 CPUtime=702.28 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 97594 0 0 0 70194 34 0 0 25 0 1 0 462021218 144891904 26235 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 35374 26235 251 24 0 32008 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 141496

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.55 5/190 29141
/proc/meminfo: memFree=15786512/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=141496 CPUtime=762.27 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 101713 0 0 0 76192 35 0 0 25 0 1 0 462021218 144891904 30329 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 35374 30329 251 24 0 32008 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 141496

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.58 5/190 29142
/proc/meminfo: memFree=15721992/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=192244 CPUtime=822.27 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 105265 0 0 0 82190 37 0 0 25 0 1 0 462021218 196857856 33859 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 48061 33859 251 24 0 44695 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 192244

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.60 5/190 29144
/proc/meminfo: memFree=15654012/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=193408 CPUtime=882.26 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 108882 0 0 0 88187 39 0 0 25 0 1 0 462021218 198049792 37458 33554432000 4194304 4291949 140736163126608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 48352 37458 251 24 0 44986 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 193408

[startup+942.3 s]
/proc/loadavg: 4.06 4.01 3.63 5/190 29145
/proc/meminfo: memFree=15601160/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=194800 CPUtime=942.26 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 111762 0 0 0 94186 40 0 0 25 0 1 0 462021218 199475200 40322 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 48700 40322 251 24 0 45334 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 194800

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.65 5/190 29147
/proc/meminfo: memFree=15744972/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=196192 CPUtime=1002.26 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 114374 0 0 0 100185 41 0 0 25 0 1 0 462021218 200900608 42912 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 49048 42912 251 24 0 45682 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 196192

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.67 5/190 29149
/proc/meminfo: memFree=15793912/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=97832 CPUtime=1062.25 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 123523 0 0 0 106181 44 0 0 25 0 1 0 462021218 100179968 18529 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 24458 18529 251 24 0 21092 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 97832

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.69 5/190 29150
/proc/meminfo: memFree=15687980/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=147620 CPUtime=1122.26 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 130977 0 0 0 112179 47 0 0 25 0 1 0 462021218 151162880 25930 33554432000 4194304 4291949 140736163126608 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 36905 25930 251 24 0 33539 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 147620

[startup+1182.3 s]
/proc/loadavg: 4.04 4.02 3.71 5/190 29152
/proc/meminfo: memFree=15577832/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=147620 CPUtime=1182.25 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 135124 0 0 0 118176 49 0 0 25 0 1 0 462021218 151162880 30045 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 36905 30045 251 24 0 33539 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 147620

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.73 5/190 29153
/proc/meminfo: memFree=15510216/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=197708 CPUtime=1242.26 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 139331 0 0 0 124174 52 0 0 25 0 1 0 462021218 202452992 34231 33554432000 4194304 4291949 140736163126608 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 49427 34231 251 24 0 46061 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 197708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 29155
/proc/meminfo: memFree=15459968/32950928 swapFree=67111528/67111528
[pid=29072] ppid=29070 vsize=197708 CPUtime=1299.96 cores=0,2
/proc/29072/stat : 29072 (RestartSAT) R 29070 29072 28913 0 -1 4202496 144106 0 0 0 129942 54 0 0 25 0 1 0 462021218 202452992 38984 33554432000 4194304 4291949 140736163126608 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/29072/statm: 49427 38984 251 24 0 46061 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 197708

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.98
CPU user time (s): 1299.43
CPU system time (s): 0.553915
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 279096

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

runsolver used 2.09468 second user time and 5.00724 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-22 22:30:16
IDJOB=3258586
IDBENCH=71397
IDSOLVER=1581
FILE ID=node125/3258586-1303504215
RUNJOBID= node125-1303502913-28931
PBS_JOBID= 13134213
Free space on /tmp= 72484 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1375c111739gyes10.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258586-1303504215/watcher-3258586-1303504215 -o /tmp/evaluation-result-3258586-1303504215/solver-3258586-1303504215 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258586-1303504215.cnf

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

MD5SUM BENCH= c904604702db7cfabf92e607e197d409
RANDOM SEED=470869350

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      16871236 kB
Buffers:       1795808 kB
Cached:       13696968 kB
SwapCached:          0 kB
Active:        7465700 kB
Inactive:      8092568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16871236 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1996 kB
Writeback:           0 kB
AnonPages:       64828 kB
Mapped:          15076 kB
Slab:           456996 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   222316 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= 72472 MiB
End job on node125 at 2011-04-22 22:51:58