Trace number 3349476

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
minisat hack: LR_GL_SHR 2011-03-02? (TO) 1299.99 1300.03

General information on the benchmark

NameSAT_RACE08/Q1/
SAT_dat.k85.cnf
MD5SUMdce41996d9c5153aa0c253fa128d227c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.2814
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2349692
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 510950
Number of clauses of size over 541663

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-3349476-1304968204/watcher-3349476-1304968204 -o /tmp/evaluation-result-3349476-1304968204/solver-3349476-1304968204 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349476-1304968204.cnf -verb=0 -model 

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: 1.43 0.42 0.14 3/268 7753
/proc/meminfo: memFree=25053004/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=11796 CPUtime=0 cores=0,2
/proc/7753/stat : 7753 (runsolver) S 7751 7753 6538 0 -1 4202560 40 0 0 0 0 0 0 0 19 0 1 0 608418749 12079104 50 33554432000 4194304 5432360 140737133335440 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071700214583 0 0 17 0 0 0 0
/proc/7753/statm: 2949 50 30 303 0 2643 0

[startup+0.101544 s]
/proc/loadavg: 1.43 0.42 0.14 3/268 7753
/proc/meminfo: memFree=25053004/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=19776 CPUtime=0.02 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 489 0 0 0 2 0 0 0 20 0 1 0 608418749 20250624 426 33554432000 4194304 4300056 140736606453104 18446744073709551615 4270898 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 4944 427 218 26 0 1576 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19776

[startup+0.200518 s]
/proc/loadavg: 1.43 0.42 0.14 3/268 7753
/proc/meminfo: memFree=25053004/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=31212 CPUtime=0.12 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 4446 0 0 0 12 0 0 0 20 0 1 0 608418749 31961088 3896 33554432000 4194304 4300056 140736606453104 18446744073709551615 246516834048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 7803 3898 220 26 0 4435 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 31212

[startup+0.300501 s]
/proc/loadavg: 1.43 0.42 0.14 3/268 7753
/proc/meminfo: memFree=25053004/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=46684 CPUtime=0.22 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 8573 0 0 0 21 1 0 0 20 0 1 0 608418749 47804416 7382 33554432000 4194304 4300056 140736606453104 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 11671 7382 220 26 0 8303 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 46684

[startup+0.700428 s]
/proc/loadavg: 1.43 0.42 0.14 3/268 7753
/proc/meminfo: memFree=25053004/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=97512 CPUtime=0.62 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 22943 0 0 0 58 4 0 0 21 0 1 0 608418749 99852288 20072 33554432000 4194304 4300056 140736606453104 18446744073709551615 4215904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 24378 20072 225 26 0 21010 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 97512

[startup+1.5003 s]
/proc/loadavg: 1.63 0.48 0.16 5/269 7754
/proc/meminfo: memFree=24825608/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=129416 CPUtime=1.42 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 30003 0 0 0 136 6 0 0 24 0 1 0 608418749 132521984 26779 33554432000 4194304 4300056 140736606453104 18446744073709551615 246516502738 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 32354 26780 228 26 0 28986 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 129416

[startup+3.101 s]
/proc/loadavg: 1.63 0.48 0.16 5/272 7760
/proc/meminfo: memFree=24678804/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=111808 CPUtime=3.01 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 34033 0 0 0 295 6 0 0 25 0 1 0 608418749 114491392 22110 33554432000 4194304 4300056 140736606453104 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 27952 22110 246 26 0 24584 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 111808

[startup+6.30041 s]
/proc/loadavg: 1.98 0.57 0.19 5/272 7760
/proc/meminfo: memFree=24428704/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=111808 CPUtime=6.21 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 34442 0 0 0 615 6 0 0 25 0 1 0 608418749 114491392 22484 33554432000 4194304 4300056 140736606453104 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 27952 22484 246 26 0 24584 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 111808

[startup+12.7003 s]
/proc/loadavg: 2.22 0.64 0.22 5/275 7766
/proc/meminfo: memFree=24209528/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=111808 CPUtime=12.62 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 35111 0 0 0 1255 7 0 0 25 0 1 0 608418749 114491392 23119 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 27952 23119 248 26 0 24584 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 111808

[startup+25.5009 s]
/proc/loadavg: 2.50 0.75 0.26 5/275 7793
/proc/meminfo: memFree=23491228/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=123484 CPUtime=25.42 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 36269 0 0 0 2534 8 0 0 25 0 1 0 608418749 126447616 24192 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 30871 24192 248 26 0 27503 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 123484

[startup+51.1003 s]
/proc/loadavg: 3.07 1.03 0.36 5/275 7794
/proc/meminfo: memFree=23441200/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=123484 CPUtime=51.02 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 38225 0 0 0 5094 8 0 0 25 0 1 0 608418749 126447616 26053 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256253 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 30871 26053 248 26 0 27503 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 123484

[startup+102.301 s]
/proc/loadavg: 3.63 1.53 0.57 5/275 7795
/proc/meminfo: memFree=23544508/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=148484 CPUtime=102.22 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 42739 0 0 0 10212 10 0 0 25 0 1 0 608418749 152047616 30421 33554432000 4194304 4300056 140736606453104 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 37121 30421 248 26 0 33753 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 148484

[startup+162.301 s]
/proc/loadavg: 3.86 1.97 0.78 5/275 7797
/proc/meminfo: memFree=23500888/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=186788 CPUtime=162.22 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 47424 0 0 0 16210 12 0 0 25 0 1 0 608418749 191270912 34979 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 46697 34979 248 26 0 43329 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 186788

[startup+222.301 s]
/proc/loadavg: 3.98 2.35 0.98 5/275 7825
/proc/meminfo: memFree=24524688/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=194328 CPUtime=222.22 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 52166 0 0 0 22208 14 0 0 25 0 1 0 608418749 198991872 39602 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 48582 39602 248 26 0 45214 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 194328

[startup+282.3 s]
/proc/loadavg: 4.20 2.71 1.19 5/275 7854
/proc/meminfo: memFree=24399236/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=197168 CPUtime=282.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 55361 0 0 0 28207 17 0 0 25 0 1 0 608418749 201900032 42715 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 49292 42715 248 26 0 45924 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 197168

[startup+342.3 s]
/proc/loadavg: 4.07 2.94 1.36 5/275 7856
/proc/meminfo: memFree=24298808/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=200340 CPUtime=342.23 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 58661 0 0 0 34205 18 0 0 25 0 1 0 608418749 205148160 45929 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 50085 45929 248 26 0 46717 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 200340

[startup+402.31 s]
/proc/loadavg: 4.06 3.15 1.53 5/275 7857
/proc/meminfo: memFree=24208516/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=253932 CPUtime=402.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 61868 0 0 0 40204 20 0 0 25 0 1 0 608418749 260026368 49045 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 63483 49045 248 26 0 60115 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 253932

[startup+462.3 s]
/proc/loadavg: 3.58 3.19 1.65 4/270 7876
/proc/meminfo: memFree=24509476/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=256820 CPUtime=462.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 64744 0 0 0 46203 21 0 0 25 0 1 0 608418749 262983680 51864 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 64205 51864 248 26 0 60837 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 256820

[startup+522.301 s]
/proc/loadavg: 3.29 3.17 1.73 4/270 7877
/proc/meminfo: memFree=24453164/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=262316 CPUtime=522.23 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 67664 0 0 0 52202 21 0 0 25 0 1 0 608418749 268611584 54728 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 65579 54728 248 26 0 62211 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 262316

[startup+582.301 s]
/proc/loadavg: 3.10 3.14 1.81 4/270 7879
/proc/meminfo: memFree=24610504/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=264720 CPUtime=582.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 70209 0 0 0 58201 23 0 0 25 0 1 0 608418749 271073280 57212 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 66180 57212 248 26 0 62812 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 264720

[startup+642.301 s]
/proc/loadavg: 3.12 3.14 1.89 4/270 7881
/proc/meminfo: memFree=24540776/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=267636 CPUtime=642.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 72672 0 0 0 64200 24 0 0 25 0 1 0 608418749 274059264 59618 33554432000 4194304 4300056 140736606453104 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 66909 59618 248 26 0 63541 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 267636

[startup+702.301 s]
/proc/loadavg: 3.04 3.11 1.96 4/270 7882
/proc/meminfo: memFree=24481108/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=270152 CPUtime=702.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 75091 0 0 0 70200 24 0 0 25 0 1 0 608418749 276635648 61985 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 67538 61985 248 26 0 64170 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 270152

[startup+762.301 s]
/proc/loadavg: 3.01 3.09 2.02 4/270 7884
/proc/meminfo: memFree=24427132/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=354612 CPUtime=762.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 77410 0 0 0 76199 25 0 0 25 0 1 0 608418749 363122688 64266 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 88653 64266 248 26 0 85285 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 354612

[startup+822.301 s]
/proc/loadavg: 3.08 3.09 2.08 4/270 7885
/proc/meminfo: memFree=24367824/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=355580 CPUtime=822.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 79467 0 0 0 82198 26 0 0 25 0 1 0 608418749 364113920 66273 33554432000 4194304 4300056 140736606453104 18446744073709551615 4263021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 88895 66273 248 26 0 85527 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 355580

[startup+882.301 s]
/proc/loadavg: 3.07 3.08 2.14 4/270 7887
/proc/meminfo: memFree=24562228/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=357784 CPUtime=882.24 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 81702 0 0 0 88197 27 0 0 25 0 1 0 608418749 366370816 68466 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 89446 68466 248 26 0 86078 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 357784

[startup+942.301 s]
/proc/loadavg: 3.13 3.10 2.20 4/270 7889
/proc/meminfo: memFree=24491896/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=359884 CPUtime=942.25 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 83581 0 0 0 94197 28 0 0 25 0 1 0 608418749 368521216 70312 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 89971 70312 248 26 0 86603 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 359884

[startup+1002.3 s]
/proc/loadavg: 3.05 3.08 2.25 4/270 7890
/proc/meminfo: memFree=24432600/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=361896 CPUtime=1002.25 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 85881 0 0 0 100196 29 0 0 25 0 1 0 608418749 370581504 72574 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 90474 72574 248 26 0 87106 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 361896

[startup+1062.31 s]
/proc/loadavg: 3.02 3.06 2.30 4/270 7892
/proc/meminfo: memFree=24373052/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=372020 CPUtime=1062.26 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 89220 0 0 0 106196 30 0 0 25 0 1 0 608418749 380948480 75878 33554432000 4194304 4300056 140736606453104 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 93005 75878 248 26 0 89637 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 372020

[startup+1122.3 s]
/proc/loadavg: 3.00 3.05 2.34 4/270 7893
/proc/meminfo: memFree=24320544/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=372020 CPUtime=1122.25 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 90762 0 0 0 112195 30 0 0 25 0 1 0 608418749 380948480 77381 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 93005 77381 248 26 0 89637 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 372020

[startup+1182.3 s]
/proc/loadavg: 3.05 3.05 2.38 4/270 7895
/proc/meminfo: memFree=24278340/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=372020 CPUtime=1182.25 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 92147 0 0 0 118194 31 0 0 25 0 1 0 608418749 380948480 78734 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 93005 78734 248 26 0 89637 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 372020

[startup+1242.3 s]
/proc/loadavg: 3.02 3.04 2.42 4/270 7897
/proc/meminfo: memFree=24240992/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=372496 CPUtime=1242.26 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 93579 0 0 0 124194 32 0 0 25 0 1 0 608418749 381435904 80127 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 93124 80127 248 26 0 89756 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 372496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.03 2.45 4/270 7898
/proc/meminfo: memFree=24206980/32951124 swapFree=61564960/67111528
[pid=7753] ppid=7751 vsize=374264 CPUtime=1299.97 cores=0,2
/proc/7753/stat : 7753 (lr_gl_shr) R 7751 7753 6538 0 -1 4202496 95343 0 0 0 129964 33 0 0 25 0 1 0 608418749 383246336 81868 33554432000 4194304 4300056 140736606453104 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7753/statm: 93566 81868 248 26 0 90198 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 374264

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.03
CPU time (s): 1299.99
CPU user time (s): 1299.65
CPU system time (s): 0.348946
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 374264

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

runsolver used 3.38848 second user time and 7.2569 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-09 21:10:06
IDJOB=3349476
IDBENCH=53034
IDSOLVER=1813
FILE ID=node134/3349476-1304968204
RUNJOBID= node134-1304968204-7722
PBS_JOBID= 13285616
Free space on /tmp= 39392 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT_RACE08/Q1/SAT_dat.k85.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349476-1304968204/watcher-3349476-1304968204 -o /tmp/evaluation-result-3349476-1304968204/solver-3349476-1304968204 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349476-1304968204.cnf -verb=0 -model

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

MD5SUM BENCH= dce41996d9c5153aa0c253fa128d227c
RANDOM SEED=61715233

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25054516 kB
Buffers:        141368 kB
Cached:        4229424 kB
SwapCached:      13632 kB
Active:         376448 kB
Inactive:      7334764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25054516 kB
SwapTotal:    67111528 kB
SwapFree:     61564960 kB
Dirty:           93476 kB
Writeback:           8 kB
AnonPages:     3334496 kB
Mapped:          12400 kB
Slab:            93784 kB
PageTables:      31828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38902716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 39444 MiB
End job on node134 at 2011-05-09 21:31:48