Trace number 3349398

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) 1300.08 1300.06

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark200.647
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

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

running on 2 cores: 4,6

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: 0.32 0.07 0.02 5/376 23040
/proc/meminfo: memFree=12451860/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=24400 CPUtime=0 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 1464 0 0 0 0 0 0 0 21 0 1 0 589225710 24985600 1407 33554432000 4194304 4300056 140735078432928 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 6100 1408 220 26 0 2732 0

[startup+0.0145699 s]
/proc/loadavg: 0.32 0.07 0.02 5/376 23040
/proc/meminfo: memFree=12451860/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=24552 CPUtime=0 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 1507 0 0 0 0 0 0 0 21 0 1 0 589225710 25141248 1450 33554432000 4194304 4300056 140735078432928 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 6138 1451 220 26 0 2770 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24552

[startup+0.100577 s]
/proc/loadavg: 0.32 0.07 0.02 5/376 23040
/proc/meminfo: memFree=12451860/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=50108 CPUtime=0.08 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 7935 0 0 0 8 0 0 0 21 0 1 0 589225710 51310592 7549 33554432000 4194304 4300056 140735078432928 18446744073709551615 212039316165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 12527 7550 220 26 0 9159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50108

[startup+0.300532 s]
/proc/loadavg: 0.32 0.07 0.02 5/376 23040
/proc/meminfo: memFree=12451860/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=85372 CPUtime=0.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 16240 0 0 0 27 2 0 0 22 0 1 0 589225710 87420928 14861 33554432000 4194304 4300056 140735078432928 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 21343 14862 220 26 0 17975 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85372

[startup+0.700475 s]
/proc/loadavg: 0.32 0.07 0.02 5/376 23040
/proc/meminfo: memFree=12451860/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=119212 CPUtime=0.68 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 27514 0 0 0 64 4 0 0 23 0 1 0 589225710 122073088 24234 33554432000 4194304 4300056 140735078432928 18446744073709551615 4230041 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 29803 24234 226 26 0 26435 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 119212

[startup+1.50033 s]
/proc/loadavg: 0.32 0.07 0.02 5/377 23041
/proc/meminfo: memFree=12214772/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=144452 CPUtime=1.49 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 32464 0 0 0 144 5 0 0 25 0 1 0 589225710 147918848 29007 33554432000 4194304 4300056 140735078432928 18446744073709551615 4230386 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 36113 29007 228 26 0 32745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144452

[startup+3.10102 s]
/proc/loadavg: 0.32 0.07 0.02 5/377 23041
/proc/meminfo: memFree=12251832/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=111600 CPUtime=3.08 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 39222 0 0 0 302 6 0 0 25 0 1 0 589225710 114278400 22823 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 27900 22823 246 26 0 24532 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 111600

[startup+6.30048 s]
/proc/loadavg: 0.61 0.13 0.04 5/377 23041
/proc/meminfo: memFree=12247984/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=130276 CPUtime=6.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 39958 0 0 0 622 7 0 0 25 0 1 0 589225710 133402624 23557 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 32569 23557 247 26 0 29201 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130276

[startup+12.7003 s]
/proc/loadavg: 0.89 0.20 0.06 5/377 23041
/proc/meminfo: memFree=12231900/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=130276 CPUtime=12.69 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 41318 0 0 0 1262 7 0 0 25 0 1 0 589225710 133402624 24912 33554432000 4194304 4300056 140735078432928 18446744073709551615 4251722 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 32569 24912 247 26 0 29201 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130276

[startup+25.501 s]
/proc/loadavg: 1.57 0.38 0.13 5/377 23042
/proc/meminfo: memFree=12170340/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=198452 CPUtime=25.49 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 52080 0 0 0 2540 9 0 0 25 0 1 0 589225710 203214848 35670 33554432000 4194304 4300056 140735078432928 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 49613 35670 247 26 0 46245 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 198452

[startup+51.1004 s]
/proc/loadavg: 2.40 0.67 0.23 5/377 23042
/proc/meminfo: memFree=12054832/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=229272 CPUtime=51.09 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 57415 0 0 0 5098 11 0 0 25 0 1 0 589225710 234774528 40993 33554432000 4194304 4300056 140735078432928 18446744073709551615 4252378 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 57318 40993 247 26 0 53950 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229272

[startup+102.314 s]
/proc/loadavg: 3.44 1.21 0.43 5/377 23071
/proc/meminfo: memFree=10764700/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=279360 CPUtime=102.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 68119 0 0 0 10209 20 0 0 25 0 1 0 589225710 286064640 51675 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 69840 51675 247 26 0 66472 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 279360

[startup+162.301 s]
/proc/loadavg: 3.79 1.72 0.65 5/377 23072
/proc/meminfo: memFree=10743344/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=360748 CPUtime=162.28 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 79788 0 0 0 16203 25 0 0 25 0 1 0 589225710 369405952 63325 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 90187 63325 247 26 0 86819 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 360748

[startup+222.301 s]
/proc/loadavg: 3.92 2.13 0.86 5/377 23074
/proc/meminfo: memFree=10604892/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=360748 CPUtime=222.28 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 90458 0 0 0 22200 28 0 0 25 0 1 0 589225710 369405952 73972 33554432000 4194304 4300056 140735078432928 18446744073709551615 4252496 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 90187 73972 247 26 0 86819 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 360748

[startup+282.301 s]
/proc/loadavg: 3.97 2.47 1.05 5/377 23075
/proc/meminfo: memFree=10488792/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=493008 CPUtime=282.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 100441 0 0 0 28197 32 0 0 25 0 1 0 589225710 504840192 83940 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 123252 83940 247 26 0 119884 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 493008

[startup+342.3 s]
/proc/loadavg: 4.02 2.76 1.24 5/377 23077
/proc/meminfo: memFree=10355808/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=493008 CPUtime=342.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 111450 0 0 0 34193 36 0 0 25 0 1 0 589225710 504840192 94934 33554432000 4194304 4300056 140735078432928 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 123252 94934 247 26 0 119884 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 493008

[startup+402.301 s]
/proc/loadavg: 4.08 3.01 1.42 5/377 23106
/proc/meminfo: memFree=11337896/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=493008 CPUtime=402.28 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 121374 0 0 0 40189 39 0 0 25 0 1 0 589225710 504840192 104832 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 123252 104832 247 26 0 119884 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 493008

[startup+462.301 s]
/proc/loadavg: 4.03 3.19 1.58 5/377 23107
/proc/meminfo: memFree=11210628/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=707932 CPUtime=462.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 130980 0 0 0 46187 42 0 0 25 0 1 0 589225710 724922368 114422 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 176983 114422 247 26 0 173615 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 707932

[startup+522.301 s]
/proc/loadavg: 4.22 3.39 1.75 5/377 23109
/proc/meminfo: memFree=11083256/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=707932 CPUtime=522.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 142375 0 0 0 52185 44 0 0 25 0 1 0 589225710 724922368 125802 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 176983 125802 247 26 0 173615 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 707932

[startup+582.3 s]
/proc/loadavg: 4.11 3.52 1.89 5/377 23110
/proc/meminfo: memFree=10951748/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=707932 CPUtime=582.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 154968 0 0 0 58182 47 0 0 25 0 1 0 589225710 724922368 138376 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 176983 138376 247 26 0 173615 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 707932

[startup+642.301 s]
/proc/loadavg: 4.04 3.60 2.02 5/377 23112
/proc/meminfo: memFree=10833172/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=707932 CPUtime=642.3 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 165691 0 0 0 64180 50 0 0 25 0 1 0 589225710 724922368 149090 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 176983 149090 247 26 0 173615 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 707932

[startup+702.301 s]
/proc/loadavg: 4.01 3.67 2.14 5/377 23114
/proc/meminfo: memFree=10718920/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=707932 CPUtime=702.29 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 176153 0 0 0 70175 54 0 0 25 0 1 0 589225710 724922368 159539 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 176983 159539 247 26 0 173615 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 707932

[startup+762.314 s]
/proc/loadavg: 4.00 3.73 2.26 5/377 23115
/proc/meminfo: memFree=10594004/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=707932 CPUtime=762.31 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 186598 0 0 0 76174 57 0 0 25 0 1 0 589225710 724922368 169968 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 176983 169968 247 26 0 173615 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 707932

[startup+822.3 s]
/proc/loadavg: 4.00 3.77 2.36 5/377 23117
/proc/meminfo: memFree=10491780/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1057468 CPUtime=822.3 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 197010 0 0 0 82170 60 0 0 25 0 1 0 589225710 1082847232 180366 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 264367 180366 247 26 0 260999 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1057468

[startup+882.301 s]
/proc/loadavg: 4.05 3.83 2.47 5/377 23118
/proc/meminfo: memFree=10377408/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1061212 CPUtime=882.3 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 207670 0 0 0 88167 63 0 0 25 0 1 0 589225710 1086681088 191014 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 265303 191014 247 26 0 261935 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1061212

[startup+942.301 s]
/proc/loadavg: 4.05 3.87 2.56 5/377 23120
/proc/meminfo: memFree=10270336/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1064384 CPUtime=942.3 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 217241 0 0 0 94163 67 0 0 25 0 1 0 589225710 1089929216 200573 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 266096 200573 247 26 0 262728 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1064384

[startup+1002.3 s]
/proc/loadavg: 4.08 3.91 2.66 5/377 23124
/proc/meminfo: memFree=10169480/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1067372 CPUtime=1002.3 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 227856 0 0 0 100160 70 0 0 25 0 1 0 589225710 1092988928 211176 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 266843 211176 247 26 0 263475 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1067372

[startup+1062.3 s]
/proc/loadavg: 4.08 3.94 2.74 5/377 23126
/proc/meminfo: memFree=10061864/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1070448 CPUtime=1062.3 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 235110 0 0 0 106158 72 0 0 25 0 1 0 589225710 1096138752 218418 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 267612 218418 247 26 0 264244 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 1070448

[startup+1122.3 s]
/proc/loadavg: 4.11 3.97 2.83 5/377 23128
/proc/meminfo: memFree=9957028/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1073052 CPUtime=1122.3 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 244788 0 0 0 112156 74 0 0 25 0 1 0 589225710 1098805248 228084 33554432000 4194304 4300056 140735078432928 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 268263 228084 247 26 0 264895 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1073052

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 2.90 5/377 23129
/proc/meminfo: memFree=9859780/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1076312 CPUtime=1182.31 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 254339 0 0 0 118153 78 0 0 25 0 1 0 589225710 1102143488 237625 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 269078 237625 247 26 0 265710 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1076312

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 2.97 5/377 23131
/proc/meminfo: memFree=9753452/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1079268 CPUtime=1242.31 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 262449 0 0 0 124150 81 0 0 25 0 1 0 589225710 1105170432 245721 33554432000 4194304 4300056 140735078432928 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 269817 245721 247 26 0 266449 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1079268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.03 3/373 23135
/proc/meminfo: memFree=11523272/32951124 swapFree=65155552/67111528
[pid=23040] ppid=23038 vsize=1082140 CPUtime=1300.02 cores=4,6
/proc/23040/stat : 23040 (lr_gl_shr) R 23038 23040 22980 0 -1 4202496 270508 0 0 0 129919 83 0 0 25 0 1 0 589225710 1108111360 253772 33554432000 4194304 4300056 140735078432928 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23040/statm: 270535 253772 247 26 0 267167 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1082140

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.06
CPU time (s): 1300.08
CPU user time (s): 1299.2
CPU system time (s): 0.881865
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1082140

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

runsolver used 4.84426 second user time and 10.5454 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-09 21:08:14
IDJOB=3349398
IDBENCH=20353
IDSOLVER=1813
FILE ID=node146/3349398-1304968093
RUNJOBID= node146-1304968092-22999
PBS_JOBID= 13285604
Free space on /tmp= 41784 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349398-1304968093/watcher-3349398-1304968093 -o /tmp/evaluation-result-3349398-1304968093/solver-3349398-1304968093 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349398-1304968093.cnf -verb=0 -model

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=1918434855

node146.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.75
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.86
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.75
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12452768 kB
Buffers:        154744 kB
Cached:        4397468 kB
SwapCached:       9316 kB
Active:       10889632 kB
Inactive:      9296384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12452768 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:           76660 kB
Writeback:           0 kB
AnonPages:    15631156 kB
Mapped:          22664 kB
Slab:           187072 kB
PageTables:      59676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81990724 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= 41832 MiB
End job on node146 at 2011-05-09 21:29:57