Trace number 3349731

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.02

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark788.78
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.76 0.82 0.28 5/361 20591
/proc/meminfo: memFree=28479816/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=11796 CPUtime=0 cores=1,3
/proc/20591/stat : 20591 (runsolver) R 20589 20591 20502 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 608420353 12079104 49 33554432000 4194304 5432360 140735966896688 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/20591/statm: 2949 49 30 303 0 2643 0

[startup+0.096748 s]
/proc/loadavg: 2.76 0.82 0.28 5/361 20591
/proc/meminfo: memFree=28479816/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=33840 CPUtime=0.07 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 4822 0 0 0 7 0 0 0 21 0 1 0 608420353 34652160 4284 33554432000 4194304 4300056 140737229042272 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 8460 4290 220 26 0 5092 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33840

[startup+0.100744 s]
/proc/loadavg: 2.76 0.82 0.28 5/361 20591
/proc/meminfo: memFree=28479816/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=34104 CPUtime=0.07 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 5000 0 0 0 7 0 0 0 21 0 1 0 608420353 34922496 4455 33554432000 4194304 4300056 140737229042272 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 8526 4457 220 26 0 5158 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34104

[startup+0.300712 s]
/proc/loadavg: 2.76 0.82 0.28 5/361 20591
/proc/meminfo: memFree=28479816/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=38280 CPUtime=0.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 7657 0 0 0 27 1 0 0 22 0 1 0 608420353 39198720 5852 33554432000 4194304 4300056 140737229042272 18446744073709551615 4232709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 9570 5852 228 26 0 6202 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 38280

[startup+0.700642 s]
/proc/loadavg: 2.76 0.82 0.28 5/361 20591
/proc/meminfo: memFree=28479816/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=34504 CPUtime=0.68 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 8327 0 0 0 67 1 0 0 23 0 1 0 608420353 35332096 5110 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252466 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 8626 5110 246 26 0 5258 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34504

[startup+1.50051 s]
/proc/loadavg: 2.76 0.82 0.28 5/362 20592
/proc/meminfo: memFree=28457744/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=38856 CPUtime=1.48 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 8770 0 0 0 147 1 0 0 25 0 1 0 608420353 39788544 5544 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 9714 5545 247 26 0 6346 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38856

[startup+3.10022 s]
/proc/loadavg: 2.76 0.82 0.28 5/359 20595
/proc/meminfo: memFree=28608296/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=50352 CPUtime=3.08 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 11480 0 0 0 306 2 0 0 25 0 1 0 608420353 51560448 8240 33554432000 4194304 4300056 140737229042272 18446744073709551615 4254632 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 12588 8240 247 26 0 9220 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 50352

[startup+6.30065 s]
/proc/loadavg: 2.86 0.87 0.30 5/362 20619
/proc/meminfo: memFree=28600640/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=57532 CPUtime=6.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 13351 0 0 0 626 2 0 0 25 0 1 0 608420353 58912768 10089 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 14383 10089 247 26 0 11015 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 57532

[startup+12.7005 s]
/proc/loadavg: 2.95 0.93 0.32 5/362 20619
/proc/meminfo: memFree=28549532/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=69208 CPUtime=12.68 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 16836 0 0 0 1265 3 0 0 25 0 1 0 608420353 70868992 13536 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 17302 13536 247 26 0 13934 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69208

[startup+25.5003 s]
/proc/loadavg: 3.33 1.11 0.39 5/362 20619
/proc/meminfo: memFree=28524432/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=62536 CPUtime=25.47 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 24747 0 0 0 2542 5 0 0 25 0 1 0 608420353 64036864 10624 33554432000 4194304 4300056 140737229042272 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 15634 10624 247 26 0 12266 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 62536

[startup+51.1007 s]
/proc/loadavg: 3.56 1.34 0.48 5/362 20620
/proc/meminfo: memFree=28457424/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=66264 CPUtime=51.07 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 37777 0 0 0 5099 8 0 0 25 0 1 0 608420353 67854336 11693 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 16566 11693 247 26 0 13198 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 66264

[startup+102.314 s]
/proc/loadavg: 3.87 1.80 0.69 5/362 20621
/proc/meminfo: memFree=28364220/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=132136 CPUtime=102.29 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 63333 0 0 0 10215 14 0 0 25 0 1 0 608420353 135307264 22026 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252335 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 33034 22026 247 26 0 29666 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 132136

[startup+162.301 s]
/proc/loadavg: 3.95 2.17 0.88 5/362 20623
/proc/meminfo: memFree=28402564/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=103904 CPUtime=162.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 90353 0 0 0 16207 21 0 0 25 0 1 0 608420353 106397696 18151 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252692 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 25976 18151 247 26 0 22608 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 103904

[startup+222.301 s]
/proc/loadavg: 3.98 2.50 1.07 5/362 20625
/proc/meminfo: memFree=28343628/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=138952 CPUtime=222.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 117347 0 0 0 22199 28 0 0 25 0 1 0 608420353 142286848 28690 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 34738 28690 247 26 0 31370 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 138952

[startup+282.301 s]
/proc/loadavg: 4.07 2.80 1.26 5/362 20626
/proc/meminfo: memFree=28383764/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=93612 CPUtime=282.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 144161 0 0 0 28192 36 0 0 25 0 1 0 608420353 95858688 19508 33554432000 4194304 4300056 140737229042272 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 23403 19508 247 26 0 20035 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 93612

[startup+342.3 s]
/proc/loadavg: 4.02 3.01 1.43 5/362 20628
/proc/meminfo: memFree=28186804/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=112580 CPUtime=342.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 173802 0 0 0 34184 44 0 0 25 0 1 0 608420353 115281920 22523 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 28145 22523 247 26 0 24777 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 112580

[startup+402.301 s]
/proc/loadavg: 4.01 3.19 1.59 5/362 20629
/proc/meminfo: memFree=28371524/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=90616 CPUtime=402.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 201143 0 0 0 40175 52 0 0 25 0 1 0 608420353 92790784 18579 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 22654 18579 247 26 0 19286 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 90616

[startup+462.301 s]
/proc/loadavg: 4.00 3.33 1.74 5/362 20631
/proc/meminfo: memFree=28212636/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=124628 CPUtime=462.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 225631 0 0 0 46169 59 0 0 25 0 1 0 608420353 127619072 24754 33554432000 4194304 4300056 140737229042272 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 31157 24754 247 26 0 27789 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 124628

[startup+522.301 s]
/proc/loadavg: 4.11 3.48 1.88 5/362 20633
/proc/meminfo: memFree=28258232/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=127568 CPUtime=522.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 247368 0 0 0 52163 64 0 0 25 0 1 0 608420353 130629632 24937 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 31892 24937 247 26 0 28524 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 127568

[startup+582.301 s]
/proc/loadavg: 4.09 3.59 2.02 6/362 20634
/proc/meminfo: memFree=28275292/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=158388 CPUtime=582.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 279373 0 0 0 58154 73 0 0 25 0 1 0 608420353 162189312 29558 33554432000 4194304 4300056 140737229042272 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 39597 29558 247 26 0 36229 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 158388

[startup+642.3 s]
/proc/loadavg: 4.10 3.68 2.16 5/362 20636
/proc/meminfo: memFree=28128304/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=132072 CPUtime=642.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 303301 0 0 0 64148 80 0 0 25 0 1 0 608420353 135241728 26462 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 33018 26462 247 26 0 29650 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 132072

[startup+702.301 s]
/proc/loadavg: 4.04 3.73 2.26 5/362 20637
/proc/meminfo: memFree=28203988/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=132072 CPUtime=702.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 326648 0 0 0 70140 87 0 0 25 0 1 0 608420353 135241728 27895 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 33018 27895 247 26 0 29650 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 132072

[startup+762.313 s]
/proc/loadavg: 4.01 3.78 2.37 5/362 20639
/proc/meminfo: memFree=28222780/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=165988 CPUtime=762.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 356977 0 0 0 76133 95 0 0 25 0 1 0 608420353 169971712 36916 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 41497 36916 247 26 0 38129 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 165988

[startup+822.301 s]
/proc/loadavg: 4.16 3.86 2.48 5/362 20641
/proc/meminfo: memFree=28060400/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=171196 CPUtime=822.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 387705 0 0 0 82125 102 0 0 25 0 1 0 608420353 175304704 38010 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 42799 38010 247 26 0 39431 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 171196

[startup+882.301 s]
/proc/loadavg: 4.05 3.89 2.58 5/362 20642
/proc/meminfo: memFree=27978512/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=302672 CPUtime=882.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 411587 0 0 0 88119 109 0 0 25 0 1 0 608420353 309936128 61757 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 75668 61757 247 26 0 72300 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 302672

[startup+942.3 s]
/proc/loadavg: 4.02 3.90 2.66 5/362 20644
/proc/meminfo: memFree=27915960/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=174948 CPUtime=942.28 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 440078 0 0 0 94110 118 0 0 25 0 1 0 608420353 179146752 39813 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 43737 39813 247 26 0 40369 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 174948

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 2.74 5/362 20645
/proc/meminfo: memFree=28199604/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=95568 CPUtime=1002.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 463470 0 0 0 100102 125 0 0 25 0 1 0 608420353 97861632 20316 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252399 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 23892 20316 247 26 0 20524 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 95568

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 2.82 5/362 20647
/proc/meminfo: memFree=27985652/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=99920 CPUtime=1062.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 486794 0 0 0 106094 133 0 0 25 0 1 0 608420353 102318080 21486 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256253 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 24980 21486 247 26 0 21612 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 99920

[startup+1122.3 s]
/proc/loadavg: 4.07 3.96 2.89 5/362 20649
/proc/meminfo: memFree=28027492/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=230148 CPUtime=1122.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 512338 0 0 0 112086 141 0 0 25 0 1 0 608420353 235671552 46798 33554432000 4194304 4300056 140737229042272 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 57537 46798 247 26 0 54169 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 230148

[startup+1182.3 s]
/proc/loadavg: 4.02 3.96 2.96 5/362 20650
/proc/meminfo: memFree=28151324/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=230148 CPUtime=1182.27 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 539694 0 0 0 118080 147 0 0 25 0 1 0 608420353 235671552 48546 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 57537 48546 247 26 0 54169 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 230148

[startup+1242.3 s]
/proc/loadavg: 4.06 3.98 3.03 5/362 20708
/proc/meminfo: memFree=27821492/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=184856 CPUtime=1242.26 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 565470 0 0 0 124073 153 0 0 25 0 1 0 608420353 189292544 40737 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 46214 40737 247 26 0 42846 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 184856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.98 3.08 5/362 20709
/proc/meminfo: memFree=27644188/32951124 swapFree=53501176/67111528
[pid=20591] ppid=20589 vsize=154036 CPUtime=1299.98 cores=1,3
/proc/20591/stat : 20591 (lr_gl_shr) R 20589 20591 20502 0 -1 4202496 586912 0 0 0 129837 161 0 0 25 0 1 0 608420353 157732864 33392 33554432000 4194304 4300056 140737229042272 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/20591/statm: 38509 33392 247 26 0 35141 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 154036

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
CPU user time (s): 1298.38
CPU system time (s): 1.61975
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 311980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.38
system time used= 1.61975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 586912
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= 9
involuntary context switches= 2505

runsolver used 4.25035 second user time and 10.0735 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-09 21:09:37
IDJOB=3349731
IDBENCH=70817
IDSOLVER=1814
FILE ID=node103/3349731-1304968177
RUNJOBID= node103-1304968099-20522
PBS_JOBID= 13285647
Free space on /tmp= 48816 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.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-3349731-1304968177/watcher-3349731-1304968177 -o /tmp/evaluation-result-3349731-1304968177/solver-3349731-1304968177 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349731-1304968177.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=1041096563

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:      28480096 kB
Buffers:        185420 kB
Cached:        1374772 kB
SwapCached:     339736 kB
Active:        1108556 kB
Inactive:      3125088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28480096 kB
SwapTotal:    67111528 kB
SwapFree:     53501176 kB
Dirty:           30024 kB
Writeback:           0 kB
AnonPages:     2344204 kB
Mapped:          11064 kB
Slab:           118480 kB
PageTables:      54556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78840180 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= 48692 MiB
End job on node103 at 2011-05-09 21:31:19