Trace number 3349877

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_NOGL_NOSHR 2011-03-02? (TO) 1300.01 1300.02

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

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

running on 2 cores: 1,3

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.84 3.99 3.94 4/289 23304
/proc/meminfo: memFree=31217652/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=20472 CPUtime=0 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 745 0 0 0 0 0 0 0 25 0 1 0 608941142 20963328 663 33554432000 4194304 4300056 140734678903328 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 5118 663 221 26 0 1750 0

[startup+0.023194 s]
/proc/loadavg: 3.84 3.99 3.94 4/289 23304
/proc/meminfo: memFree=31217652/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=20548 CPUtime=0.02 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 1091 0 0 0 2 0 0 0 25 0 1 0 608941142 21041152 993 33554432000 4194304 4300056 140734678903328 18446744073709551615 4230528 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 5137 993 226 26 0 1769 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20548

[startup+0.10018 s]
/proc/loadavg: 3.84 3.99 3.94 4/289 23304
/proc/meminfo: memFree=31217652/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=17700 CPUtime=0.09 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 1361 0 0 0 9 0 0 0 25 0 1 0 608941142 18124800 1034 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 4425 1035 246 26 0 1057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17700

[startup+0.300144 s]
/proc/loadavg: 3.84 3.99 3.94 4/289 23304
/proc/meminfo: memFree=31217652/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=20388 CPUtime=0.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 1828 0 0 0 29 0 0 0 25 0 1 0 608941142 20877312 1494 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 5097 1494 246 26 0 1729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20388

[startup+0.701086 s]
/proc/loadavg: 3.84 3.99 3.94 4/289 23304
/proc/meminfo: memFree=31217652/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=30192 CPUtime=0.69 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 4657 0 0 0 69 0 0 0 25 0 1 0 608941142 30916608 4318 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 7548 4318 246 26 0 4180 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30192

[startup+1.50093 s]
/proc/loadavg: 3.84 3.99 3.94 5/298 23317
/proc/meminfo: memFree=31056372/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=41792 CPUtime=1.49 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 5951 0 0 0 148 1 0 0 25 0 1 0 608941142 42795008 5602 33554432000 4194304 4300056 140734678903328 18446744073709551615 4254736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 10448 5602 246 26 0 7080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41792

[startup+3.10064 s]
/proc/loadavg: 3.85 3.99 3.94 5/298 23317
/proc/meminfo: memFree=31008736/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=30228 CPUtime=3.09 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 8553 0 0 0 308 1 0 0 25 0 1 0 608941142 30953472 4335 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256706 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 7557 4335 246 26 0 4189 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30228

[startup+6.30106 s]
/proc/loadavg: 3.85 3.99 3.94 5/301 23323
/proc/meminfo: memFree=30736948/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=41720 CPUtime=6.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 10735 0 0 0 627 2 0 0 25 0 1 0 608941142 42721280 6488 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 10430 6488 246 26 0 7062 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41720

[startup+12.7009 s]
/proc/loadavg: 3.87 3.99 3.94 6/301 23323
/proc/meminfo: memFree=30709272/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=73224 CPUtime=12.69 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 17964 0 0 0 1266 3 0 0 25 0 1 0 608941142 74981376 7565 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 18306 7565 246 26 0 14938 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73224

[startup+25.5006 s]
/proc/loadavg: 3.89 3.99 3.94 5/301 23324
/proc/meminfo: memFree=30619644/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=85084 CPUtime=25.49 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 38774 0 0 0 2542 7 0 0 25 0 1 0 608941142 87126016 18070 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 21271 18070 246 26 0 17903 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85084

[startup+51.1009 s]
/proc/loadavg: 3.93 3.99 3.94 6/301 23351
/proc/meminfo: memFree=30708288/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=85084 CPUtime=51.09 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 38776 0 0 0 5102 7 0 0 25 0 1 0 608941142 87126016 18072 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 21271 18072 246 26 0 17903 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85084

[startup+102.311 s]
/proc/loadavg: 4.05 4.01 3.94 6/301 23380
/proc/meminfo: memFree=30733692/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=85084 CPUtime=102.3 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 38777 0 0 0 10223 7 0 0 25 0 1 0 608941142 87126016 18073 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 21271 18073 246 26 0 17903 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85084

[startup+162.301 s]
/proc/loadavg: 4.02 4.00 3.94 6/301 23381
/proc/meminfo: memFree=30702688/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=85084 CPUtime=162.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 46562 0 0 0 16222 7 0 0 25 0 1 0 608941142 87126016 18075 33554432000 4194304 4300056 140734678903328 18446744073709551615 4252538 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 21271 18075 246 26 0 17903 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 85084

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.94 6/301 23383
/proc/meminfo: memFree=30633472/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=115564 CPUtime=222.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 62042 0 0 0 22219 10 0 0 25 0 1 0 608941142 118337536 25692 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 28891 25692 246 26 0 25523 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 115564

[startup+282.301 s]
/proc/loadavg: 4.05 4.01 3.95 5/301 23384
/proc/meminfo: memFree=30628584/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=115564 CPUtime=282.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 62042 0 0 0 28219 10 0 0 25 0 1 0 608941142 118337536 25692 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256255 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 28891 25692 246 26 0 25523 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 115564

[startup+342.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/301 23386
/proc/meminfo: memFree=30620828/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=115564 CPUtime=342.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 62043 0 0 0 34219 10 0 0 25 0 1 0 608941142 118337536 25693 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 28891 25693 246 26 0 25523 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 115564

[startup+402.3 s]
/proc/loadavg: 4.08 4.03 3.96 5/301 23388
/proc/meminfo: memFree=30631064/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=115564 CPUtime=402.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 62043 0 0 0 40219 10 0 0 25 0 1 0 608941142 118337536 25693 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 28891 25693 246 26 0 25523 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 115564

[startup+462.3 s]
/proc/loadavg: 4.02 4.02 3.96 5/301 23389
/proc/meminfo: memFree=30598260/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=115564 CPUtime=462.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 62043 0 0 0 46219 10 0 0 25 0 1 0 608941142 118337536 25693 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256044 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 28891 25693 246 26 0 25523 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 115564

[startup+522.301 s]
/proc/loadavg: 4.01 4.02 3.96 6/301 23391
/proc/meminfo: memFree=30634652/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=116872 CPUtime=522.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 62381 0 0 0 52219 10 0 0 25 0 1 0 608941142 119676928 25989 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 29218 25989 246 26 0 25850 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 116872

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.96 6/301 23392
/proc/meminfo: memFree=30614508/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=582.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 67452 0 0 0 58218 11 0 0 25 0 1 0 608941142 168841216 31031 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 31031 246 26 0 37853 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 164884

[startup+642.301 s]
/proc/loadavg: 4.09 4.04 3.97 6/301 23394
/proc/meminfo: memFree=30546872/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=642.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 79115 0 0 0 64217 12 0 0 25 0 1 0 608941142 168841216 33324 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 33324 246 26 0 37853 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 164884

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 3.97 6/301 23396
/proc/meminfo: memFree=30450964/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=702.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 79146 0 0 0 70216 12 0 0 25 0 1 0 608941142 168841216 33355 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 33355 246 26 0 37853 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 164884

[startup+762.311 s]
/proc/loadavg: 4.14 4.05 3.98 6/301 23397
/proc/meminfo: memFree=30416676/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=762.29 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 79146 0 0 0 76217 12 0 0 25 0 1 0 608941142 168841216 33355 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256071 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 33355 246 26 0 37853 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 164884

[startup+822.3 s]
/proc/loadavg: 4.06 4.04 3.98 5/301 23399
/proc/meminfo: memFree=30356960/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=822.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 79146 0 0 0 82216 12 0 0 25 0 1 0 608941142 168841216 33355 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 33355 246 26 0 37853 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 164884

[startup+882.3 s]
/proc/loadavg: 4.02 4.03 3.98 5/301 23400
/proc/meminfo: memFree=30342260/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=882.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 79146 0 0 0 88216 12 0 0 25 0 1 0 608941142 168841216 33355 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 33355 246 26 0 37853 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 164884

[startup+942.301 s]
/proc/loadavg: 4.11 4.05 3.99 6/301 23402
/proc/meminfo: memFree=30317264/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=942.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 79146 0 0 0 94216 12 0 0 25 0 1 0 608941142 168841216 33355 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 33355 246 26 0 37853 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 164884

[startup+1002.3 s]
/proc/loadavg: 4.03 4.04 3.99 6/301 23404
/proc/meminfo: memFree=30317584/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=164884 CPUtime=1002.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 79146 0 0 0 100216 12 0 0 25 0 1 0 608941142 168841216 33355 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 41221 33355 246 26 0 37853 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 164884

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.99 6/301 23405
/proc/meminfo: memFree=30228996/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=178388 CPUtime=1062.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 106958 0 0 0 106210 18 0 0 25 0 1 0 608941142 182669312 39889 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 44597 39889 246 26 0 41229 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 178388

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.99 6/301 23407
/proc/meminfo: memFree=30125748/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=178388 CPUtime=1122.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 108191 0 0 0 112210 18 0 0 25 0 1 0 608941142 182669312 41102 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 44597 41102 246 26 0 41229 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 178388

[startup+1182.3 s]
/proc/loadavg: 4.13 4.05 4.00 5/301 23408
/proc/meminfo: memFree=30200708/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=178388 CPUtime=1182.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 108191 0 0 0 118210 18 0 0 25 0 1 0 608941142 182669312 41102 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 44597 41102 246 26 0 41229 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 178388

[startup+1242.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/301 23410
/proc/meminfo: memFree=30126616/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=178388 CPUtime=1242.28 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 108191 0 0 0 124210 18 0 0 25 0 1 0 608941142 182669312 41102 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 44597 41102 246 26 0 41229 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 178388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 4.00 5/301 23412
/proc/meminfo: memFree=30113044/32951124 swapFree=54427412/67111528
[pid=23304] ppid=23302 vsize=178388 CPUtime=1300 cores=1,3
/proc/23304/stat : 23304 (lr_gl_shr) R 23302 23304 22352 0 -1 4202496 117384 0 0 0 129980 20 0 0 25 0 1 0 608941142 182669312 41355 33554432000 4194304 4300056 140734678903328 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/23304/statm: 44597 41355 246 26 0 41229 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 178388

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): 1300.01
CPU user time (s): 1299.8
CPU system time (s): 0.208968
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 227708

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

runsolver used 3.32649 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-09 22:37:12
IDJOB=3349877
IDBENCH=84180
IDSOLVER=1814
FILE ID=node138/3349877-1304973432
RUNJOBID= node138-1304973431-23228
PBS_JOBID= 13285612
Free space on /tmp= 47612 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349877-1304973432/watcher-3349877-1304973432 -o /tmp/evaluation-result-3349877-1304973432/solver-3349877-1304973432 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349877-1304973432.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=1075750262

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31217932 kB
Buffers:        143764 kB
Cached:        1386756 kB
SwapCached:      17996 kB
Active:         293212 kB
Inactive:      1266936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31217932 kB
SwapTotal:    67111528 kB
SwapFree:     54427412 kB
Dirty:           47780 kB
Writeback:           0 kB
AnonPages:       23344 kB
Mapped:           8540 kB
Slab:            70060 kB
PageTables:      40912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39482624 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= 47540 MiB
End job on node138 at 2011-05-09 22:58:54