Trace number 3250267

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) 1300.07 1300.05

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3250267-1303545084/watcher-3250267-1303545084 -o /tmp/evaluation-result-3250267-1303545084/solver-3250267-1303545084 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250267-1303545084.cnf 

running on 2 cores: 5,7

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: 2.39 3.54 3.71 4/187 4166
/proc/meminfo: memFree=18633640/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=19836 CPUtime=0 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 804 0 0 0 0 0 0 0 23 0 1 0 466108190 20312064 740 33554432000 4194304 4291949 140734682136960 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 4959 740 226 24 0 1593 0

[startup+0.051462 s]
/proc/loadavg: 2.39 3.54 3.71 4/187 4166
/proc/meminfo: memFree=18633640/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=25216 CPUtime=0.04 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 2781 0 0 0 4 0 0 0 23 0 1 0 466108190 25821184 2544 33554432000 4194304 4291949 140734682136960 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 6304 2546 227 24 0 2938 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 25216

[startup+0.100456 s]
/proc/loadavg: 2.39 3.54 3.71 4/187 4166
/proc/meminfo: memFree=18633640/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=30320 CPUtime=0.09 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 4744 0 0 0 9 0 0 0 23 0 1 0 466108190 31047680 4211 33554432000 4194304 4291949 140734682136960 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 7580 4213 227 24 0 4214 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30320

[startup+0.30042 s]
/proc/loadavg: 2.39 3.54 3.71 4/187 4166
/proc/meminfo: memFree=18633640/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=61960 CPUtime=0.29 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 11597 0 0 0 28 1 0 0 25 0 1 0 466108190 63447040 10290 33554432000 4194304 4291949 140734682136960 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 15523 10292 227 24 0 12157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61960

[startup+0.700363 s]
/proc/loadavg: 2.39 3.54 3.71 4/187 4166
/proc/meminfo: memFree=18633640/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=90144 CPUtime=0.69 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 19041 0 0 0 66 3 0 0 25 0 1 0 466108190 92307456 16315 33554432000 4194304 4291949 140734682136960 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 22536 16315 232 24 0 19170 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90144

[startup+1.50022 s]
/proc/loadavg: 2.39 3.54 3.71 5/188 4167
/proc/meminfo: memFree=18561968/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=90144 CPUtime=1.49 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 19041 0 0 0 146 3 0 0 25 0 1 0 466108190 92307456 16315 33554432000 4194304 4291949 140734682136960 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 22536 16315 232 24 0 19170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90144

[startup+3.10093 s]
/proc/loadavg: 2.39 3.54 3.71 5/188 4167
/proc/meminfo: memFree=18553536/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=85468 CPUtime=3.09 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 25444 0 0 0 305 4 0 0 25 0 1 0 466108190 87519232 15331 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 21367 15331 252 24 0 18001 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85468

[startup+6.30039 s]
/proc/loadavg: 2.68 3.58 3.73 6/188 4167
/proc/meminfo: memFree=18536924/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=104436 CPUtime=6.29 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 28763 0 0 0 625 4 0 0 25 0 1 0 466108190 106942464 18627 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 26109 18627 252 24 0 22743 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104436

[startup+12.7003 s]
/proc/loadavg: 3.02 3.64 3.74 5/188 4168
/proc/meminfo: memFree=18528260/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=135256 CPUtime=12.69 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 34282 0 0 0 1264 5 0 0 25 0 1 0 466108190 138502144 24110 33554432000 4194304 4291949 140734682136960 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 33814 24110 252 24 0 30448 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135256

[startup+25.5011 s]
/proc/loadavg: 3.24 3.66 3.75 5/188 4168
/proc/meminfo: memFree=18473208/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=185668 CPUtime=25.49 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 40715 0 0 0 2542 7 0 0 25 0 1 0 466108190 190124032 30496 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 46417 30496 252 24 0 43051 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185668

[startup+51.1006 s]
/proc/loadavg: 3.50 3.68 3.75 5/188 4168
/proc/meminfo: memFree=18398364/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=186388 CPUtime=51.09 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 52559 0 0 0 5098 11 0 0 25 0 1 0 466108190 190861312 42289 33554432000 4194304 4291949 140734682136960 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 46597 42289 252 24 0 43231 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 186388

[startup+102.307 s]
/proc/loadavg: 3.78 3.73 3.76 5/188 4170
/proc/meminfo: memFree=18327916/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=404860 CPUtime=102.29 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 75441 0 0 0 10211 18 0 0 25 0 1 0 466108190 414576640 65059 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 101215 65059 252 24 0 97849 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 404860

[startup+162.3 s]
/proc/loadavg: 3.92 3.78 3.77 5/188 4172
/proc/meminfo: memFree=18276696/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=411336 CPUtime=162.29 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 88294 0 0 0 16205 24 0 0 25 0 1 0 466108190 421208064 77849 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 102834 77849 252 24 0 99468 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 411336

[startup+222.301 s]
/proc/loadavg: 3.97 3.81 3.78 5/188 4173
/proc/meminfo: memFree=18166948/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=416136 CPUtime=222.29 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 101730 0 0 0 22201 28 0 0 25 0 1 0 466108190 426123264 91215 33554432000 4194304 4291949 140734682136960 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 104034 91215 252 24 0 100668 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 416136

[startup+282.301 s]
/proc/loadavg: 4.03 3.86 3.80 5/188 4174
/proc/meminfo: memFree=18125888/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=421288 CPUtime=282.3 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 111464 0 0 0 28198 32 0 0 25 0 1 0 466108190 431398912 100902 33554432000 4194304 4291949 140734682136960 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 105322 100902 252 24 0 101956 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 421288

[startup+342.301 s]
/proc/loadavg: 4.01 3.88 3.81 5/188 4176
/proc/meminfo: memFree=18096872/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=639416 CPUtime=342.3 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 121080 0 0 0 34194 36 0 0 25 0 1 0 466108190 654761984 110475 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 159854 110475 252 24 0 156488 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 639416

[startup+402.301 s]
/proc/loadavg: 4.00 3.90 3.82 5/188 4178
/proc/meminfo: memFree=18016140/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=645572 CPUtime=402.3 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 142187 0 0 0 40187 43 0 0 25 0 1 0 466108190 661065728 131506 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 161393 131506 252 24 0 158027 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 645572

[startup+462.3 s]
/proc/loadavg: 4.00 3.92 3.83 5/188 4180
/proc/meminfo: memFree=17955496/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=651780 CPUtime=462.3 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 150313 0 0 0 46185 45 0 0 25 0 1 0 466108190 667422720 139597 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 162945 139597 252 24 0 159579 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 651780

[startup+522.301 s]
/proc/loadavg: 4.00 3.93 3.83 5/188 4181
/proc/meminfo: memFree=17987104/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=652644 CPUtime=522.3 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 155757 0 0 0 52184 46 0 0 25 0 1 0 466108190 668307456 145009 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 163161 145009 252 24 0 159795 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 652644

[startup+582.3 s]
/proc/loadavg: 4.00 3.94 3.84 5/188 4191
/proc/meminfo: memFree=17905856/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=655268 CPUtime=582.3 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 164165 0 0 0 58182 48 0 0 25 0 1 0 466108190 670994432 153368 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 163817 153368 252 24 0 160451 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 655268

[startup+642.301 s]
/proc/loadavg: 4.08 3.96 3.85 5/188 4193
/proc/meminfo: memFree=17854544/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=657472 CPUtime=642.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 169465 0 0 0 64180 51 0 0 25 0 1 0 466108190 673251328 158638 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 164368 158638 252 24 0 161002 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 657472

[startup+702.301 s]
/proc/loadavg: 4.03 3.97 3.86 5/188 4195
/proc/meminfo: memFree=17842120/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1008928 CPUtime=702.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 175414 0 0 0 70177 54 0 0 25 0 1 0 466108190 1033142272 164563 33554432000 4194304 4291949 140734682136960 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 252232 164563 252 24 0 248866 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1008928

[startup+762.307 s]
/proc/loadavg: 4.01 3.97 3.86 5/188 4197
/proc/meminfo: memFree=17837396/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1011116 CPUtime=762.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 180115 0 0 0 76175 56 0 0 25 0 1 0 466108190 1035382784 169242 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 252779 169242 252 24 0 249413 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1011116

[startup+822.301 s]
/proc/loadavg: 4.06 3.99 3.87 5/188 4198
/proc/meminfo: memFree=17826960/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1013304 CPUtime=822.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 192921 0 0 0 82169 62 0 0 25 0 1 0 466108190 1037623296 181994 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 253326 181994 252 24 0 249960 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1013304

[startup+882.3 s]
/proc/loadavg: 4.02 3.99 3.88 5/188 4202
/proc/meminfo: memFree=17792588/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1015692 CPUtime=882.3 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 197427 0 0 0 88167 63 0 0 25 0 1 0 466108190 1040068608 186482 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 253923 186482 252 24 0 250557 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1015692

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.89 5/188 4204
/proc/meminfo: memFree=17751692/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1017756 CPUtime=942.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 202821 0 0 0 94165 66 0 0 25 0 1 0 466108190 1042182144 191851 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 254439 191851 252 24 0 251073 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1017756

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.89 5/188 4206
/proc/meminfo: memFree=17698240/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1019524 CPUtime=1002.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 206242 0 0 0 100163 68 0 0 25 0 1 0 466108190 1043992576 195242 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 254881 195242 252 24 0 251515 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1019524

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.90 5/188 4208
/proc/meminfo: memFree=17664384/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1021416 CPUtime=1062.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 210464 0 0 0 106161 70 0 0 25 0 1 0 466108190 1045929984 199445 33554432000 4194304 4291949 140734682136960 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 255354 199445 252 24 0 251988 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1021416

[startup+1122.3 s]
/proc/loadavg: 4.06 4.00 3.91 5/188 4209
/proc/meminfo: memFree=17658420/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1027096 CPUtime=1122.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 217955 0 0 0 112158 73 0 0 25 0 1 0 466108190 1051746304 206907 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 256774 206907 252 24 0 253408 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1027096

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.91 5/188 4210
/proc/meminfo: memFree=17617244/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1027096 CPUtime=1182.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 221499 0 0 0 118157 74 0 0 25 0 1 0 466108190 1051746304 210431 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 256774 210431 252 24 0 253408 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1027096

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.91 5/188 4212
/proc/meminfo: memFree=17543328/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1028728 CPUtime=1242.31 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 224653 0 0 0 124155 76 0 0 25 0 1 0 466108190 1053417472 213571 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 257182 213571 252 24 0 253816 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1028728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.91 2/182 4217
/proc/meminfo: memFree=17772636/32951132 swapFree=67111528/67111528
[pid=4166] ppid=4164 vsize=1030264 CPUtime=1300.02 cores=5,7
/proc/4166/stat : 4166 (RestartSAT) R 4164 4166 3101 0 -1 4202496 229385 0 0 0 129924 78 0 0 25 0 1 0 466108190 1054990336 218279 33554432000 4194304 4291949 140734682136960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4166/statm: 257566 218279 252 24 0 254200 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1030264

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.05
CPU time (s): 1300.07
CPU user time (s): 1299.25
CPU system time (s): 0.820875
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1030264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.820875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229385
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 14167

runsolver used 2.16767 second user time and 4.94025 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 09:51:26
IDJOB=3250267
IDBENCH=83249
IDSOLVER=1580
FILE ID=node131/3250267-1303545084
RUNJOBID= node131-1303545084-4127
PBS_JOBID= 13143107
Free space on /tmp= 72020 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250267-1303545084/watcher-3250267-1303545084 -o /tmp/evaluation-result-3250267-1303545084/solver-3250267-1303545084 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250267-1303545084.cnf

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=1491151156

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18633920 kB
Buffers:        987036 kB
Cached:       12732804 kB
SwapCached:          0 kB
Active:        4193724 kB
Inactive:      9612748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18633920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27084 kB
Writeback:           0 kB
AnonPages:       86076 kB
Mapped:          15388 kB
Slab:           449508 kB
PageTables:       5624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   275216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72024 MiB
End job on node131 at 2011-04-23 10:13:08