Trace number 3349575

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.05 1300.02

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3349575-1304974050/watcher-3349575-1304974050 -o /tmp/evaluation-result-3349575-1304974050/solver-3349575-1304974050 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349575-1304974050.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: 4.00 4.01 3.93 5/361 21403
/proc/meminfo: memFree=28773928/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=23784 CPUtime=0 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 1281 0 0 0 0 0 0 0 25 0 1 0 609007687 24354816 1219 33554432000 4194304 4300056 140736657964752 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 5946 1220 222 26 0 2578 0

[startup+0.0341861 s]
/proc/loadavg: 4.00 4.01 3.93 5/361 21403
/proc/meminfo: memFree=28773928/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=25532 CPUtime=0.02 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 1848 0 0 0 2 0 0 0 25 0 1 0 609007687 26144768 1766 33554432000 4194304 4300056 140736657964752 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 6383 1766 222 26 0 3015 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25532

[startup+0.101198 s]
/proc/loadavg: 4.00 4.01 3.93 5/361 21403
/proc/meminfo: memFree=28773928/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=29024 CPUtime=0.09 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 3337 0 0 0 9 0 0 0 25 0 1 0 609007687 29720576 2994 33554432000 4194304 4300056 140736657964752 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 7256 2995 222 26 0 3888 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29024

[startup+0.301175 s]
/proc/loadavg: 4.00 4.01 3.93 5/361 21403
/proc/meminfo: memFree=28773928/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=27224 CPUtime=0.29 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 4560 0 0 0 29 0 0 0 25 0 1 0 609007687 27877376 3143 33554432000 4194304 4300056 140736657964752 18446744073709551615 4251317 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 6806 3143 244 26 0 3438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27224

[startup+0.701098 s]
/proc/loadavg: 4.00 4.01 3.93 5/361 21403
/proc/meminfo: memFree=28773928/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=27224 CPUtime=0.69 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 4572 0 0 0 69 0 0 0 25 0 1 0 609007687 27877376 3153 33554432000 4194304 4300056 140736657964752 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 6806 3153 246 26 0 3438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27224

[startup+1.50095 s]
/proc/loadavg: 4.00 4.01 3.93 5/362 21404
/proc/meminfo: memFree=28761148/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=27224 CPUtime=1.49 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 4584 0 0 0 149 0 0 0 25 0 1 0 609007687 27877376 3163 33554432000 4194304 4300056 140736657964752 18446744073709551615 4251740 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 6806 3163 246 26 0 3438 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27224

[startup+3.10065 s]
/proc/loadavg: 4.00 4.01 3.93 5/362 21404
/proc/meminfo: memFree=28758048/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=27224 CPUtime=3.09 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 4598 0 0 0 309 0 0 0 25 0 1 0 609007687 27877376 3175 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 6806 3175 247 26 0 3438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27224

[startup+6.30111 s]
/proc/loadavg: 4.00 4.01 3.93 5/362 21404
/proc/meminfo: memFree=28759520/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=27224 CPUtime=6.29 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 4607 0 0 0 629 0 0 0 25 0 1 0 609007687 27877376 3183 33554432000 4194304 4300056 140736657964752 18446744073709551615 4254738 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 6806 3183 247 26 0 3438 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27224

[startup+12.701 s]
/proc/loadavg: 4.00 4.01 3.93 5/362 21405
/proc/meminfo: memFree=28757480/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=27224 CPUtime=12.69 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 4643 0 0 0 1269 0 0 0 25 0 1 0 609007687 27877376 3212 33554432000 4194304 4300056 140736657964752 18446744073709551615 4251795 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 6806 3212 247 26 0 3438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27224

[startup+25.5007 s]
/proc/loadavg: 4.00 4.01 3.93 5/362 21405
/proc/meminfo: memFree=28749536/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=38520 CPUtime=25.48 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 7381 0 0 0 2548 0 0 0 25 0 1 0 609007687 39444480 5908 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 9630 5908 247 26 0 6262 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38520

[startup+51.1002 s]
/proc/loadavg: 4.12 4.04 3.94 5/362 21406
/proc/meminfo: memFree=28725928/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=62192 CPUtime=51.09 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 13115 0 0 0 5107 2 0 0 25 0 1 0 609007687 63684608 11569 33554432000 4194304 4300056 140736657964752 18446744073709551615 4252676 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 15548 11569 247 26 0 12180 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62192

[startup+102.313 s]
/proc/loadavg: 4.20 4.06 3.95 5/362 21407
/proc/meminfo: memFree=28719044/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=72300 CPUtime=102.3 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 24340 0 0 0 10225 5 0 0 25 0 1 0 609007687 74035200 13068 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256538 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 18075 13068 249 26 0 14707 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72300

[startup+162.301 s]
/proc/loadavg: 4.07 4.05 3.95 5/362 21409
/proc/meminfo: memFree=28718984/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=67724 CPUtime=162.3 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 37365 0 0 0 16220 10 0 0 25 0 1 0 609007687 69349376 13016 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256330 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 16931 13016 249 26 0 13563 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67724

[startup+222.301 s]
/proc/loadavg: 4.02 4.04 3.95 5/362 21410
/proc/meminfo: memFree=28685556/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=129188 CPUtime=222.3 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 45759 0 0 0 22217 13 0 0 25 0 1 0 609007687 132288512 21297 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 32297 21297 249 26 0 28929 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 129188

[startup+282.3 s]
/proc/loadavg: 4.07 4.04 3.96 5/362 21412
/proc/meminfo: memFree=28692940/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=98368 CPUtime=282.29 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 57157 0 0 0 28214 15 0 0 25 0 1 0 609007687 100728832 19398 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256538 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 24592 19398 249 26 0 21224 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 98368

[startup+342.301 s]
/proc/loadavg: 4.08 4.05 3.97 5/362 21413
/proc/meminfo: memFree=28732200/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=56284 CPUtime=342.3 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 64295 0 0 0 34212 18 0 0 25 0 1 0 609007687 57634816 9665 33554432000 4194304 4300056 140736657964752 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 14071 9665 249 26 0 10703 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 56284

[startup+402.3 s]
/proc/loadavg: 4.03 4.04 3.97 5/362 21415
/proc/meminfo: memFree=28687980/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=105604 CPUtime=402.29 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 75515 0 0 0 40209 20 0 0 25 0 1 0 609007687 108138496 20771 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 26401 20771 249 26 0 23033 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 105604

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 3.97 5/362 21417
/proc/meminfo: memFree=28708128/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=86636 CPUtime=462.3 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 85989 0 0 0 46206 24 0 0 25 0 1 0 609007687 88715264 15633 33554432000 4194304 4300056 140736657964752 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 21659 15633 249 26 0 18291 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 86636

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 3.97 5/362 21418
/proc/meminfo: memFree=28678440/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=105604 CPUtime=522.3 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 93421 0 0 0 52204 26 0 0 25 0 1 0 609007687 108138496 22974 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 26401 22974 249 26 0 23033 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 105604

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/362 21420
/proc/meminfo: memFree=28702696/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=91400 CPUtime=582.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 103548 0 0 0 58201 30 0 0 25 0 1 0 609007687 93593600 16718 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 22850 16718 249 26 0 19482 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 91400

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.97 5/362 21421
/proc/meminfo: memFree=28663188/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=141188 CPUtime=642.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 112932 0 0 0 64198 33 0 0 25 0 1 0 609007687 144576512 25989 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 35297 25989 249 26 0 31929 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 141188

[startup+702.3 s]
/proc/loadavg: 2.65 3.67 3.85 2/344 21477
/proc/meminfo: memFree=28743092/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=79724 CPUtime=702.3 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 120247 0 0 0 70195 35 0 0 25 0 1 0 609007687 81637376 16184 33554432000 4194304 4300056 140736657964752 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 19931 16184 249 26 0 16563 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 79724

[startup+762.313 s]
/proc/loadavg: 1.61 3.18 3.67 2/344 21479
/proc/meminfo: memFree=28709572/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=110368 CPUtime=762.32 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 128233 0 0 0 76194 38 0 0 25 0 1 0 609007687 113016832 24074 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 27592 24074 249 26 0 24224 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 110368

[startup+822.301 s]
/proc/loadavg: 1.22 2.78 3.50 2/344 21489
/proc/meminfo: memFree=28757380/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=65920 CPUtime=822.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 135094 0 0 0 82189 42 0 0 25 0 1 0 609007687 67502080 12310 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 16480 12310 249 26 0 13112 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 65920

[startup+882.3 s]
/proc/loadavg: 1.08 2.46 3.34 2/344 21491
/proc/meminfo: memFree=28713988/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=115240 CPUtime=882.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 146135 0 0 0 88186 45 0 0 25 0 1 0 609007687 118005760 23191 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 28810 23191 249 26 0 25442 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 115240

[startup+942.301 s]
/proc/loadavg: 1.03 2.19 3.19 2/344 21492
/proc/meminfo: memFree=28692716/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=146060 CPUtime=942.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 151653 0 0 0 94183 48 0 0 25 0 1 0 609007687 149565440 28633 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 36515 28633 249 26 0 33147 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 146060

[startup+1002.3 s]
/proc/loadavg: 1.01 1.97 3.05 2/344 21497
/proc/meminfo: memFree=28715356/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=115240 CPUtime=1002.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 164634 0 0 0 100180 51 0 0 25 0 1 0 609007687 118005760 23140 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 28810 23140 249 26 0 25442 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 115240

[startup+1062.3 s]
/proc/loadavg: 1.00 1.79 2.92 2/344 21499
/proc/meminfo: memFree=28690244/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=146060 CPUtime=1062.32 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 171124 0 0 0 106178 54 0 0 25 0 1 0 609007687 149565440 29543 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 36515 29543 249 26 0 33147 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 146060

[startup+1122.3 s]
/proc/loadavg: 1.00 1.64 2.80 2/344 21500
/proc/meminfo: memFree=28753568/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=70144 CPUtime=1122.32 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 176900 0 0 0 112176 56 0 0 25 0 1 0 609007687 71827456 13676 33554432000 4194304 4300056 140736657964752 18446744073709551615 4263773 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 17536 13676 249 26 0 14168 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 70144

[startup+1182.3 s]
/proc/loadavg: 1.00 1.52 2.68 2/344 21502
/proc/meminfo: memFree=28707392/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=119464 CPUtime=1182.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 188509 0 0 0 118172 59 0 0 25 0 1 0 609007687 122331136 25159 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 29866 25159 249 26 0 26498 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 119464

[startup+1242.3 s]
/proc/loadavg: 1.11 1.46 2.59 2/344 21503
/proc/meminfo: memFree=28680304/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=150284 CPUtime=1242.31 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 195094 0 0 0 124170 61 0 0 25 0 1 0 609007687 153890816 31675 33554432000 4194304 4300056 140736657964752 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 37571 31675 249 26 0 34203 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 150284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.09 1.39 2.49 2/344 21505
/proc/meminfo: memFree=28729708/32951124 swapFree=53501176/67111528
[pid=21403] ppid=21401 vsize=92508 CPUtime=1300.03 cores=0,2
/proc/21403/stat : 21403 (lr_gl_shr) R 21401 21403 20502 0 -1 4202496 204865 0 0 0 129939 64 0 0 25 0 1 0 609007687 94728192 19288 33554432000 4194304 4300056 140736657964752 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21403/statm: 23127 19288 249 26 0 19759 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 92508

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.4
system time used= 0.649901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 1650

runsolver used 4.56231 second user time and 9.68153 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-09 22:47:31
IDJOB=3349575
IDBENCH=84223
IDSOLVER=1813
FILE ID=node103/3349575-1304974050
RUNJOBID= node103-1304973409-21236
PBS_JOBID= 13285647
Free space on /tmp= 48864 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349575-1304974050/watcher-3349575-1304974050 -o /tmp/evaluation-result-3349575-1304974050/solver-3349575-1304974050 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349575-1304974050.cnf -verb=0 -model

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=149878683

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      28774084 kB
Buffers:        190216 kB
Cached:        1453504 kB
SwapCached:     339736 kB
Active:         687848 kB
Inactive:      3252760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28774084 kB
SwapTotal:    67111528 kB
SwapFree:     53501176 kB
Dirty:            3220 kB
Writeback:           0 kB
AnonPages:     1968032 kB
Mapped:          11164 kB
Slab:           118756 kB
PageTables:      53696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78387824 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= 48864 MiB
End job on node103 at 2011-05-09 23:09:13