Trace number 3349748

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 1300.03

General information on the benchmark

NameSAT04/industrial/vangelder/
cnf-color/abb313GPIA-9-c.used-as.sat04-317.cnf
MD5SUM65c5a1442ec07e466934f093e50229c2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8123
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

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

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: 3.18 3.71 3.76 4/419 28948
/proc/meminfo: memFree=7313244/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=368 CPUtime=0 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4194304 81 0 0 0 0 0 0 0 21 0 1 0 687608047 376832 38 33554432000 4194304 4300056 140734805242496 18446744073709551615 215983621468 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/28948/statm: 625 39 31 26 0 23 0

[startup+0.0748121 s]
/proc/loadavg: 3.18 3.71 3.76 4/419 28948
/proc/meminfo: memFree=7313244/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=24624 CPUtime=0.05 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 2626 0 0 0 5 0 0 0 21 0 1 0 687608047 25214976 2314 33554432000 4194304 4300056 140734805242496 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 6156 2315 222 26 0 2788 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24624

[startup+0.100751 s]
/proc/loadavg: 3.18 3.71 3.76 4/419 28948
/proc/meminfo: memFree=7313244/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=26812 CPUtime=0.07 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 3584 0 0 0 7 0 0 0 21 0 1 0 687608047 27455488 3124 33554432000 4194304 4300056 140734805242496 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 6703 3124 222 26 0 3335 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26812

[startup+0.300772 s]
/proc/loadavg: 3.18 3.71 3.76 4/419 28948
/proc/meminfo: memFree=7313244/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=56224 CPUtime=0.28 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 10461 0 0 0 26 2 0 0 22 0 1 0 687608047 57573376 8932 33554432000 4194304 4300056 140734805242496 18446744073709551615 215988592384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 14056 8935 222 26 0 10688 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56224

[startup+0.700745 s]
/proc/loadavg: 3.18 3.71 3.76 4/419 28948
/proc/meminfo: memFree=7313244/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=78796 CPUtime=0.67 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 15757 0 0 0 65 2 0 0 23 0 1 0 687608047 80687104 13455 33554432000 4194304 4300056 140734805242496 18446744073709551615 4255127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 19699 13455 227 26 0 16331 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 78796

[startup+1.5005 s]
/proc/loadavg: 3.18 3.71 3.76 5/423 28955
/proc/meminfo: memFree=7160236/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=79456 CPUtime=1.47 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 15938 0 0 0 145 2 0 0 25 0 1 0 687608047 81362944 13636 33554432000 4194304 4300056 140734805242496 18446744073709551615 4226490 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 19864 13636 227 26 0 16496 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 79456

[startup+3.10023 s]
/proc/loadavg: 3.18 3.71 3.76 7/426 28988
/proc/meminfo: memFree=7067684/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=82408 CPUtime=3.07 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 17354 0 0 0 305 2 0 0 25 0 1 0 687608047 84385792 14368 33554432000 4194304 4300056 140734805242496 18446744073709551615 4230722 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 20602 14368 227 26 0 17234 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 82408

[startup+6.30061 s]
/proc/loadavg: 3.33 3.73 3.76 7/426 28988
/proc/meminfo: memFree=6969472/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=84984 CPUtime=6.27 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 19015 0 0 0 625 2 0 0 25 0 1 0 687608047 87023616 15003 33554432000 4194304 4300056 140734805242496 18446744073709551615 4230341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 21246 15003 227 26 0 17878 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 84984

[startup+12.7006 s]
/proc/loadavg: 3.46 3.75 3.77 7/426 28988
/proc/meminfo: memFree=6995832/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=79736 CPUtime=12.68 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 26070 0 0 0 1264 4 0 0 25 0 1 0 687608047 81649664 15174 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 19934 15174 247 26 0 16566 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 79736

[startup+25.5003 s]
/proc/loadavg: 3.58 3.76 3.77 7/426 28988
/proc/meminfo: memFree=6949216/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=104664 CPUtime=25.47 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 32323 0 0 0 2542 5 0 0 25 0 1 0 687608047 107175936 21195 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 26166 21195 247 26 0 22798 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 104664

[startup+51.1008 s]
/proc/loadavg: 3.72 3.78 3.78 6/426 28989
/proc/meminfo: memFree=6855828/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=146788 CPUtime=51.06 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 38961 0 0 0 5099 7 0 0 25 0 1 0 687608047 150310912 27631 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 36697 27631 247 26 0 33329 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 146788

[startup+102.316 s]
/proc/loadavg: 3.88 3.81 3.79 6/426 28990
/proc/meminfo: memFree=6654628/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=215716 CPUtime=102.28 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 80232 0 0 0 10209 19 0 0 25 0 1 0 687608047 220893184 44332 33554432000 4194304 4300056 140734805242496 18446744073709551615 4263409 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 53929 44332 247 26 0 50561 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 215716

[startup+162.3 s]
/proc/loadavg: 3.95 3.84 3.80 7/426 28992
/proc/meminfo: memFree=6534568/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=265804 CPUtime=162.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 90638 0 0 0 16203 23 0 0 25 0 1 0 687608047 272183296 54406 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 66451 54406 247 26 0 63083 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 265804

[startup+222.301 s]
/proc/loadavg: 3.98 3.87 3.81 7/426 28993
/proc/meminfo: memFree=6437060/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=265804 CPUtime=222.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 97658 0 0 0 22200 26 0 0 25 0 1 0 687608047 272183296 61168 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 66451 61168 247 26 0 63083 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 265804

[startup+282.3 s]
/proc/loadavg: 4.15 3.92 3.83 7/426 28995
/proc/meminfo: memFree=6367340/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=258748 CPUtime=282.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 125383 0 0 0 28192 34 0 0 25 0 1 0 687608047 264957952 54314 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 64687 54314 247 26 0 61319 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 258748

[startup+342.301 s]
/proc/loadavg: 4.13 3.95 3.84 7/426 28997
/proc/meminfo: memFree=6232124/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=308836 CPUtime=342.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 137040 0 0 0 34186 39 0 0 25 0 1 0 687608047 316248064 65518 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 77209 65518 247 26 0 73841 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 308836

[startup+402.3 s]
/proc/loadavg: 4.08 3.97 3.85 7/426 28998
/proc/meminfo: memFree=6516292/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=390224 CPUtime=402.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 143755 0 0 0 40183 42 0 0 25 0 1 0 687608047 399589376 71980 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 97556 71980 247 26 0 94188 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 390224

[startup+462.301 s]
/proc/loadavg: 4.19 4.00 3.87 7/426 29000
/proc/meminfo: memFree=6390652/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=342020 CPUtime=462.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 179093 0 0 0 46175 50 0 0 25 0 1 0 687608047 350228480 70100 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256566 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 85505 70100 247 26 0 82137 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 342020

[startup+522.3 s]
/proc/loadavg: 4.29 4.05 3.89 7/426 29001
/proc/meminfo: memFree=6382916/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=288432 CPUtime=522.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 206982 0 0 0 52166 59 0 0 25 0 1 0 687608047 295354368 58864 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 72108 58864 247 26 0 68740 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 288432

[startup+582.301 s]
/proc/loadavg: 4.17 4.05 3.90 7/426 29003
/proc/meminfo: memFree=6203952/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=369340 CPUtime=582.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 222972 0 0 0 58161 64 0 0 25 0 1 0 687608047 378204160 74211 33554432000 4194304 4300056 140734805242496 18446744073709551615 4251786 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 92335 74211 247 26 0 88967 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 369340

[startup+642.3 s]
/proc/loadavg: 4.06 4.04 3.91 7/426 29005
/proc/meminfo: memFree=6085096/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=369340 CPUtime=642.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 231936 0 0 0 64158 68 0 0 25 0 1 0 687608047 378204160 82817 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 92335 82817 247 26 0 88967 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 369340

[startup+702.301 s]
/proc/loadavg: 4.02 4.03 3.91 7/426 29006
/proc/meminfo: memFree=5987464/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=450728 CPUtime=702.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 238502 0 0 0 70155 70 0 0 25 0 1 0 687608047 461545472 89145 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 112682 89145 247 26 0 109314 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 450728

[startup+762.316 s]
/proc/loadavg: 4.01 4.02 3.91 7/426 29008
/proc/meminfo: memFree=5965984/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=341584 CPUtime=762.27 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 263960 0 0 0 76150 77 0 0 25 0 1 0 687608047 349782016 74785 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 85396 74785 247 26 0 82028 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 341584

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.91 7/426 29009
/proc/meminfo: memFree=6416548/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=391672 CPUtime=822.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 272789 0 0 0 82144 81 0 0 25 0 1 0 687608047 401072128 83261 33554432000 4194304 4300056 140734805242496 18446744073709551615 4262650 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 97918 83261 247 26 0 94550 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 391672

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.91 7/426 29011
/proc/meminfo: memFree=6266976/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=473060 CPUtime=882.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 279493 0 0 0 88140 85 0 0 25 0 1 0 687608047 484413440 89647 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 118265 89647 247 26 0 114897 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 473060

[startup+942.301 s]
/proc/loadavg: 4.14 4.05 3.93 6/426 29013
/proc/meminfo: memFree=6154700/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=473060 CPUtime=942.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 284309 0 0 0 94137 88 0 0 25 0 1 0 687608047 484413440 94272 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 118265 94272 247 26 0 114897 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 473060

[startup+1002.3 s]
/proc/loadavg: 4.10 4.06 3.93 7/426 29014
/proc/meminfo: memFree=5992096/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=473060 CPUtime=1002.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 288197 0 0 0 100137 89 0 0 25 0 1 0 687608047 484413440 98003 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 118265 98003 247 26 0 114897 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 473060

[startup+1062.3 s]
/proc/loadavg: 4.08 4.06 3.94 7/426 29016
/proc/meminfo: memFree=6039192/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=371984 CPUtime=1062.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 309940 0 0 0 106131 95 0 0 25 0 1 0 687608047 380911616 76725 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 92996 76725 247 26 0 89628 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 371984

[startup+1122.3 s]
/proc/loadavg: 4.06 4.06 3.94 7/426 29026
/proc/meminfo: memFree=5936564/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=422072 CPUtime=1122.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 321362 0 0 0 112128 98 0 0 25 0 1 0 687608047 432201728 87656 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 105518 87656 247 26 0 102150 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 422072

[startup+1182.3 s]
/proc/loadavg: 4.09 4.07 3.95 7/426 29028
/proc/meminfo: memFree=5805432/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=422072 CPUtime=1182.26 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 330013 0 0 0 118126 100 0 0 25 0 1 0 687608047 432201728 95931 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 105518 95931 247 26 0 102150 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 422072

[startup+1242.3 s]
/proc/loadavg: 4.03 4.06 3.95 7/426 29030
/proc/meminfo: memFree=5695404/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=503460 CPUtime=1242.25 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 335458 0 0 0 124123 102 0 0 25 0 1 0 687608047 515543040 101200 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 125865 101200 247 26 0 122497 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 503460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.05 3.95 5/426 29031
/proc/meminfo: memFree=5605576/32950940 swapFree=67111356/67111528
[pid=28948] ppid=28946 vsize=503460 CPUtime=1299.98 cores=4,6
/proc/28948/stat : 28948 (lr_gl_shr) R 28946 28948 27979 0 -1 4202496 339585 0 0 0 129894 104 0 0 25 0 1 0 687608047 515543040 105148 33554432000 4194304 4300056 140734805242496 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28948/statm: 125865 105148 247 26 0 122497 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 503460

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300
CPU user time (s): 1298.94
CPU system time (s): 1.05884
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 503460

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

runsolver used 5.2392 second user time and 12.5051 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-09 22:42:53
IDJOB=3349748
IDBENCH=84806
IDSOLVER=1814
FILE ID=node117/3349748-1304973772
RUNJOBID= node117-1304973772-28919
PBS_JOBID= 13285633
Free space on /tmp= 37784 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT04/industrial/vangelder/cnf-color/abb313GPIA-9-c.used-as.sat04-317.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-3349748-1304973772/watcher-3349748-1304973772 -o /tmp/evaluation-result-3349748-1304973772/solver-3349748-1304973772 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349748-1304973772.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 65c5a1442ec07e466934f093e50229c2
RANDOM SEED=1051226840

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       7313648 kB
Buffers:        227568 kB
Cached:       16834652 kB
SwapCached:          0 kB
Active:       13329104 kB
Inactive:     11648500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       7313648 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           49472 kB
Writeback:           0 kB
AnonPages:     7915040 kB
Mapped:          31952 kB
Slab:           550504 kB
PageTables:      44832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100473500 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= 37768 MiB
End job on node117 at 2011-05-09 23:04:35