Trace number 3349743

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.03 1300.03

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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

running on 2 cores: 5,7

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.92 3.94 3.00 5/328 28173
/proc/meminfo: memFree=8984732/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=25252 CPUtime=0 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 1673 0 0 0 0 0 0 0 21 0 1 0 341132787 25858048 1563 33554432000 4194304 4300056 140734333319616 18446744073709551615 4223459 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 6313 1566 219 26 0 2945 0

[startup+0.0628061 s]
/proc/loadavg: 3.92 3.94 3.00 5/328 28173
/proc/meminfo: memFree=8984732/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=58384 CPUtime=0.05 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 8480 0 0 0 4 1 0 0 21 0 1 0 341132787 59785216 8219 33554432000 4194304 4300056 140734333319616 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 14596 8221 222 26 0 11228 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 58384

[startup+0.100807 s]
/proc/loadavg: 3.92 3.94 3.00 5/328 28173
/proc/meminfo: memFree=8984732/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=61936 CPUtime=0.08 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 9933 0 0 0 7 1 0 0 21 0 1 0 341132787 63422464 9413 33554432000 4194304 4300056 140734333319616 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 15484 9414 222 26 0 12116 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61936

[startup+0.300761 s]
/proc/loadavg: 3.92 3.94 3.00 5/328 28173
/proc/meminfo: memFree=8984732/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=88408 CPUtime=0.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 17249 0 0 0 26 3 0 0 22 0 1 0 341132787 90529792 15742 33554432000 4194304 4300056 140734333319616 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 22102 15743 222 26 0 18734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88408

[startup+0.700692 s]
/proc/loadavg: 3.92 3.94 3.00 5/328 28173
/proc/meminfo: memFree=8984732/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=140236 CPUtime=0.69 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 29421 0 0 0 64 5 0 0 23 0 1 0 341132787 143601664 26237 33554432000 4194304 4300056 140734333319616 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 35059 26237 227 26 0 31691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140236

[startup+1.50055 s]
/proc/loadavg: 3.92 3.94 3.00 5/329 28174
/proc/meminfo: memFree=8860856/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=185780 CPUtime=1.49 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 39587 0 0 0 143 6 0 0 25 0 1 0 341132787 190238720 35840 33554432000 4194304 4300056 140734333319616 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 46445 35841 228 26 0 43077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 185780

[startup+3.10027 s]
/proc/loadavg: 3.93 3.94 3.01 5/329 28174
/proc/meminfo: memFree=8837172/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=145940 CPUtime=3.09 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 50491 0 0 0 302 7 0 0 25 0 1 0 341132787 149442560 29422 33554432000 4194304 4300056 140734333319616 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 36485 29422 244 26 0 33117 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145940

[startup+6.3007 s]
/proc/loadavg: 3.93 3.94 3.01 5/329 28174
/proc/meminfo: memFree=8835004/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=145940 CPUtime=6.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 50694 0 0 0 622 7 0 0 25 0 1 0 341132787 149442560 29615 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 36485 29615 245 26 0 33117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145940

[startup+12.7006 s]
/proc/loadavg: 3.78 3.91 3.01 5/321 28221
/proc/meminfo: memFree=9475588/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=145940 CPUtime=12.68 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 51176 0 0 0 1261 7 0 0 25 0 1 0 341132787 149442560 30083 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 36485 30083 247 26 0 33117 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 145940

[startup+25.5003 s]
/proc/loadavg: 3.82 3.91 3.02 5/329 28257
/proc/meminfo: memFree=8912012/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=157616 CPUtime=25.49 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 52374 0 0 0 2541 8 0 0 25 0 1 0 341132787 161398784 31246 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 39404 31246 247 26 0 36036 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157616

[startup+51.1008 s]
/proc/loadavg: 3.88 3.92 3.04 5/329 28258
/proc/meminfo: memFree=8858132/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=157616 CPUtime=51.09 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 54831 0 0 0 5100 9 0 0 25 0 1 0 341132787 161398784 33636 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256515 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 39404 33636 247 26 0 36036 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157616

[startup+102.312 s]
/proc/loadavg: 4.02 3.96 3.10 5/329 28260
/proc/meminfo: memFree=8708912/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=181292 CPUtime=102.3 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 59592 0 0 0 10219 11 0 0 25 0 1 0 341132787 185643008 38319 33554432000 4194304 4300056 140734333319616 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 45323 38319 247 26 0 41955 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 181292

[startup+162.3 s]
/proc/loadavg: 4.12 4.00 3.17 5/329 28342
/proc/meminfo: memFree=9023464/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=213988 CPUtime=162.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 63583 0 0 0 16217 12 0 0 25 0 1 0 341132787 219123712 42227 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 53497 42227 247 26 0 50129 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213988

[startup+222.301 s]
/proc/loadavg: 4.04 4.00 3.22 5/329 28398
/proc/meminfo: memFree=9025188/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=215892 CPUtime=222.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 67057 0 0 0 22216 13 0 0 25 0 1 0 341132787 221073408 45647 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 53973 45647 247 26 0 50605 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 215892

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.27 5/329 28399
/proc/meminfo: memFree=8818896/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=221080 CPUtime=282.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 70948 0 0 0 28215 14 0 0 25 0 1 0 341132787 226385920 49467 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 55270 49467 247 26 0 51902 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 221080

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.31 5/329 28401
/proc/meminfo: memFree=8614844/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=275808 CPUtime=342.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 74294 0 0 0 34213 15 0 0 25 0 1 0 341132787 282427392 52752 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 68952 52752 247 26 0 65584 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 275808

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.35 5/329 28402
/proc/meminfo: memFree=8441100/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=277696 CPUtime=402.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 76032 0 0 0 40212 16 0 0 25 0 1 0 341132787 284360704 54455 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 69424 54455 247 26 0 66056 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 277696

[startup+462.3 s]
/proc/loadavg: 4.05 4.01 3.39 5/329 28404
/proc/meminfo: memFree=8286716/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=281528 CPUtime=462.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 78402 0 0 0 46211 17 0 0 25 0 1 0 341132787 288284672 56796 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 70382 56796 247 26 0 67014 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 281528

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.43 5/329 28406
/proc/meminfo: memFree=8039328/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=281528 CPUtime=522.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 80402 0 0 0 52210 19 0 0 25 0 1 0 341132787 288284672 58745 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 70382 58745 247 26 0 67014 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 281528

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.46 5/329 28407
/proc/meminfo: memFree=7870304/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=281956 CPUtime=582.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 81783 0 0 0 58209 20 0 0 25 0 1 0 341132787 288722944 60099 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 70489 60099 247 26 0 67121 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 281956

[startup+642.3 s]
/proc/loadavg: 4.05 4.01 3.50 5/329 28409
/proc/meminfo: memFree=7683040/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=285600 CPUtime=642.3 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 84648 0 0 0 64209 21 0 0 25 0 1 0 341132787 292454400 62917 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 71400 62917 247 26 0 68032 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 285600

[startup+702.301 s]
/proc/loadavg: 4.13 4.04 3.54 5/329 28410
/proc/meminfo: memFree=7547736/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=285600 CPUtime=702.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 86246 0 0 0 70207 21 0 0 25 0 1 0 341132787 292454400 64477 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 71400 64477 247 26 0 68032 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 285600

[startup+762.312 s]
/proc/loadavg: 4.17 4.06 3.57 5/329 28412
/proc/meminfo: memFree=7382788/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=369792 CPUtime=762.3 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 88510 0 0 0 76208 22 0 0 25 0 1 0 341132787 378667008 66701 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 92448 66701 247 26 0 89080 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 369792

[startup+822.301 s]
/proc/loadavg: 4.06 4.05 3.60 5/329 28414
/proc/meminfo: memFree=7198136/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=374272 CPUtime=822.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 90780 0 0 0 82206 23 0 0 25 0 1 0 341132787 383254528 68932 33554432000 4194304 4300056 140734333319616 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 93568 68932 247 26 0 90200 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 374272

[startup+882.301 s]
/proc/loadavg: 4.02 4.04 3.62 5/329 28415
/proc/meminfo: memFree=7054412/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=375232 CPUtime=882.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 92349 0 0 0 88205 23 0 0 25 0 1 0 341132787 384237568 70459 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 93808 70459 247 26 0 90440 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 375232

[startup+942.3 s]
/proc/loadavg: 4.01 4.03 3.64 5/329 28417
/proc/meminfo: memFree=6885256/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=382072 CPUtime=942.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 94888 0 0 0 94204 24 0 0 25 0 1 0 341132787 391241728 72958 33554432000 4194304 4300056 140734333319616 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 95518 72958 247 26 0 92150 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 382072

[startup+1002.3 s]
/proc/loadavg: 4.15 4.05 3.67 5/329 28418
/proc/meminfo: memFree=6724164/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=382072 CPUtime=1002.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 96507 0 0 0 100204 24 0 0 25 0 1 0 341132787 391241728 74536 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 95518 74536 247 26 0 92150 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 382072

[startup+1062.3 s]
/proc/loadavg: 4.12 4.06 3.69 5/329 28420
/proc/meminfo: memFree=6558236/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=385380 CPUtime=1062.28 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 98654 0 0 0 106203 25 0 0 25 0 1 0 341132787 394629120 76660 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 96345 76660 247 26 0 92977 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 385380

[startup+1122.3 s]
/proc/loadavg: 4.04 4.05 3.71 5/329 28422
/proc/meminfo: memFree=6271160/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=385380 CPUtime=1122.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 100087 0 0 0 112203 26 0 0 25 0 1 0 341132787 394629120 78062 33554432000 4194304 4300056 140734333319616 18446744073709551615 4251352 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 96345 78062 247 26 0 92977 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 385380

[startup+1182.3 s]
/proc/loadavg: 4.09 4.05 3.73 5/329 28423
/proc/meminfo: memFree=6120724/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=385380 CPUtime=1182.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 101448 0 0 0 118202 27 0 0 25 0 1 0 341132787 394629120 79388 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 96345 79388 247 26 0 92977 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 385380

[startup+1242.3 s]
/proc/loadavg: 4.03 4.04 3.75 5/329 28425
/proc/meminfo: memFree=5960864/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=385380 CPUtime=1242.29 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 102795 0 0 0 124201 28 0 0 25 0 1 0 341132787 394629120 80699 33554432000 4194304 4300056 140734333319616 18446744073709551615 4263262 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 96345 80699 247 26 0 92977 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 385380



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.17 4.06 3.77 5/329 28426
/proc/meminfo: memFree=5813148/32951124 swapFree=46575196/67111528
[pid=28173] ppid=28171 vsize=387540 CPUtime=1300 cores=5,7
/proc/28173/stat : 28173 (lr_gl_shr) R 28171 28173 27995 0 -1 4202496 104660 0 0 0 129972 28 0 0 25 0 1 0 341132787 396840960 82538 33554432000 4194304 4300056 140734333319616 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28173/statm: 96885 82538 247 26 0 93517 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 387540

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.03
CPU user time (s): 1299.72
CPU system time (s): 0.302953
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 387540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1210

runsolver used 3.72643 second user time and 9.29759 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-09 21:30:15
IDJOB=3349743
IDBENCH=82354
IDSOLVER=1814
FILE ID=node107/3349743-1304969414
RUNJOBID= node107-1304968099-28016
PBS_JOBID= 13285643
Free space on /tmp= 41280 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.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-3349743-1304969414/watcher-3349743-1304969414 -o /tmp/evaluation-result-3349743-1304969414/solver-3349743-1304969414 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349743-1304969414.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=90026928

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8985012 kB
Buffers:        236052 kB
Cached:       18002616 kB
SwapCached:       9560 kB
Active:        7012656 kB
Inactive:     16312448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8985012 kB
SwapTotal:    67111528 kB
SwapFree:     46575196 kB
Dirty:           37248 kB
Writeback:           0 kB
AnonPages:     5084256 kB
Mapped:          19656 kB
Slab:           507140 kB
PageTables:      71036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65860824 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= 41268 MiB
End job on node107 at 2011-05-09 21:51:57