Trace number 3350031

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_NOSHR 2011-03-02? (TO) 1300.04 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-3350031-1304969398/watcher-3350031-1304969398 -o /tmp/evaluation-result-3350031-1304969398/solver-3350031-1304969398 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350031-1304969398.cnf -verb=0 -model -no-shrinking 

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: 4.12 4.00 3.02 4/359 9485
/proc/meminfo: memFree=16647864/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=20788 CPUtime=0 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 767 0 0 0 0 0 0 0 25 0 1 0 589355925 21286912 695 33554432000 4194304 4300056 140735253209200 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 5197 695 219 26 0 1829 0

[startup+0.024992 s]
/proc/loadavg: 4.12 4.00 3.02 4/359 9485
/proc/meminfo: memFree=16647864/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=23364 CPUtime=0.01 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 1497 0 0 0 1 0 0 0 25 0 1 0 589355925 23924736 1399 33554432000 4194304 4300056 140735253209200 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 5841 1402 220 26 0 2473 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23364

[startup+0.100982 s]
/proc/loadavg: 4.12 4.00 3.02 4/359 9485
/proc/meminfo: memFree=16647864/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=33448 CPUtime=0.09 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 5075 0 0 0 9 0 0 0 25 0 1 0 589355925 34250752 4526 33554432000 4194304 4300056 140735253209200 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 8362 4526 226 26 0 4994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33448

[startup+0.300948 s]
/proc/loadavg: 4.12 4.00 3.02 4/359 9485
/proc/meminfo: memFree=16647864/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=38280 CPUtime=0.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 7664 0 0 0 29 0 0 0 25 0 1 0 589355925 39198720 5858 33554432000 4194304 4300056 140735253209200 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 9570 5858 228 26 0 6202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38280

[startup+0.700879 s]
/proc/loadavg: 4.12 4.00 3.02 4/359 9485
/proc/meminfo: memFree=16647864/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=34504 CPUtime=0.68 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 8341 0 0 0 68 0 0 0 25 0 1 0 589355925 35332096 5121 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 8626 5121 246 26 0 5258 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34504

[startup+1.50074 s]
/proc/loadavg: 4.12 4.00 3.02 5/362 9513
/proc/meminfo: memFree=16639152/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=38856 CPUtime=1.49 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 8814 0 0 0 148 1 0 0 25 0 1 0 589355925 39788544 5587 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 9714 5587 247 26 0 6346 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38856

[startup+3.10046 s]
/proc/loadavg: 4.03 3.98 3.02 4/360 9514
/proc/meminfo: memFree=16653212/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=50352 CPUtime=3.09 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 11592 0 0 0 308 1 0 0 25 0 1 0 589355925 51560448 8350 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 12588 8350 247 26 0 9220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 50352

[startup+6.30091 s]
/proc/loadavg: 4.03 3.98 3.02 4/357 9531
/proc/meminfo: memFree=16630068/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=57532 CPUtime=6.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 13540 0 0 0 628 1 0 0 25 0 1 0 589355925 58912768 10276 33554432000 4194304 4300056 140735253209200 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 14383 10276 247 26 0 11015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57532

[startup+12.7008 s]
/proc/loadavg: 4.03 3.98 3.03 5/362 9541
/proc/meminfo: memFree=16574764/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=69208 CPUtime=12.69 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 17045 0 0 0 1267 2 0 0 25 0 1 0 589355925 70868992 13741 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 17302 13741 247 26 0 13934 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69208

[startup+25.5005 s]
/proc/loadavg: 4.02 3.98 3.04 5/362 9542
/proc/meminfo: memFree=16686236/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=69208 CPUtime=25.49 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 25483 0 0 0 2544 5 0 0 25 0 1 0 589355925 70868992 11240 33554432000 4194304 4300056 140735253209200 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 17302 11240 247 26 0 13934 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69208

[startup+51.101 s]
/proc/loadavg: 4.01 3.98 3.07 5/362 9624
/proc/meminfo: memFree=16621764/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=90344 CPUtime=51.09 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 40128 0 0 0 5098 11 0 0 25 0 1 0 589355925 92512256 15951 33554432000 4194304 4300056 140735253209200 18446744073709551615 4251348 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 22586 15951 247 26 0 19218 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90344

[startup+102.313 s]
/proc/loadavg: 4.04 4.00 3.12 5/362 9626
/proc/meminfo: memFree=16558032/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=63156 CPUtime=102.3 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 68128 0 0 0 10209 21 0 0 25 0 1 0 589355925 64671744 12278 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 15789 12278 247 26 0 12421 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63156

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.18 5/362 9627
/proc/meminfo: memFree=16458372/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=96620 CPUtime=162.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 102613 0 0 0 16197 32 0 0 25 0 1 0 589355925 98938880 18414 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 24155 18414 247 26 0 20787 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96620

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.22 5/362 9629
/proc/meminfo: memFree=16304056/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=181596 CPUtime=222.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 135729 0 0 0 22185 44 0 0 25 0 1 0 589355925 185954304 33467 33554432000 4194304 4300056 140735253209200 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 45399 33467 247 26 0 42031 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 181596

[startup+282.3 s]
/proc/loadavg: 4.07 4.02 3.28 5/362 9631
/proc/meminfo: memFree=16310588/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=103400 CPUtime=282.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 172639 0 0 0 28173 56 0 0 25 0 1 0 589355925 105881600 18985 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 25850 18986 247 26 0 22482 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103400

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.32 5/362 9632
/proc/meminfo: memFree=16247920/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=86832 CPUtime=342.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 202220 0 0 0 34163 66 0 0 25 0 1 0 589355925 88915968 16557 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 21708 16557 247 26 0 18340 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 86832

[startup+402.3 s]
/proc/loadavg: 4.06 4.02 3.36 5/362 9634
/proc/meminfo: memFree=16188852/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=88268 CPUtime=402.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 235505 0 0 0 40153 76 0 0 25 0 1 0 589355925 90386432 16378 33554432000 4194304 4300056 140735253209200 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 22067 16378 247 26 0 18699 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 88268

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.40 5/362 9635
/proc/meminfo: memFree=16071252/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=139232 CPUtime=462.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 264550 0 0 0 46144 85 0 0 25 0 1 0 589355925 142573568 27196 33554432000 4194304 4300056 140735253209200 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 34808 27196 247 26 0 31440 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 139232

[startup+522.3 s]
/proc/loadavg: 4.08 4.04 3.44 5/362 9637
/proc/meminfo: memFree=15977716/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=192288 CPUtime=522.29 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 299754 0 0 0 52130 99 0 0 25 0 1 0 589355925 196902912 35795 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 48072 35795 247 26 0 44704 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 192288

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 3.48 5/362 9639
/proc/meminfo: memFree=15894584/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=195596 CPUtime=582.3 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 334861 0 0 0 58120 110 0 0 25 0 1 0 589355925 200290304 43102 33554432000 4194304 4300056 140735253209200 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 48899 43102 247 26 0 45531 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 195596

[startup+642.3 s]
/proc/loadavg: 4.07 4.05 3.52 5/362 9640
/proc/meminfo: memFree=15946008/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=85032 CPUtime=642.31 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 369979 0 0 0 64110 121 0 0 25 0 1 0 589355925 87072768 17205 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 21258 17205 247 26 0 17890 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 85032

[startup+702.301 s]
/proc/loadavg: 4.03 4.03 3.54 5/362 9642
/proc/meminfo: memFree=15859536/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=147204 CPUtime=702.3 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 401284 0 0 0 70100 130 0 0 25 0 1 0 589355925 150736896 26775 33554432000 4194304 4300056 140735253209200 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 36801 26775 247 26 0 33433 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 147204

[startup+762.313 s]
/proc/loadavg: 4.01 4.03 3.57 5/362 9643
/proc/meminfo: memFree=15762268/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=198556 CPUtime=762.31 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 441377 0 0 0 76089 142 0 0 25 0 1 0 589355925 203321344 35161 33554432000 4194304 4300056 140735253209200 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 49639 35161 247 26 0 46271 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 198556

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.59 5/362 9645
/proc/meminfo: memFree=15772628/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=118532 CPUtime=822.3 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 472872 0 0 0 82077 153 0 0 25 0 1 0 589355925 121376768 21972 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 29633 21972 247 26 0 26265 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 118532

[startup+882.301 s]
/proc/loadavg: 4.03 4.03 3.62 5/362 9647
/proc/meminfo: memFree=15719008/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=121184 CPUtime=882.3 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 505324 0 0 0 88067 163 0 0 25 0 1 0 589355925 124092416 23402 33554432000 4194304 4300056 140735253209200 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 30296 23402 247 26 0 26928 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 121184

[startup+942.301 s]
/proc/loadavg: 4.08 4.04 3.65 5/362 9648
/proc/meminfo: memFree=15660204/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=152004 CPUtime=942.3 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 536578 0 0 0 94056 174 0 0 25 0 1 0 589355925 155652096 27910 33554432000 4194304 4300056 140735253209200 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 38001 27910 247 26 0 34633 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 152004

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.67 6/362 9650
/proc/meminfo: memFree=15567032/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=203232 CPUtime=1002.31 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 569715 0 0 0 100045 186 0 0 25 0 1 0 589355925 208109568 39873 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 50808 39873 247 26 0 47440 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 203232

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.68 5/362 9651
/proc/meminfo: memFree=15571812/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=103804 CPUtime=1062.31 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 599506 0 0 0 106035 196 0 0 25 0 1 0 589355925 106295296 22139 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 25951 22139 247 26 0 22583 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 103804

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 3.71 6/362 9653
/proc/meminfo: memFree=15466856/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=204440 CPUtime=1122.31 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 634807 0 0 0 112024 207 0 0 25 0 1 0 589355925 209346560 36644 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 51110 36644 247 26 0 47742 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 204440

[startup+1182.3 s]
/proc/loadavg: 4.09 4.04 3.73 5/362 9655
/proc/meminfo: memFree=15467308/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=157660 CPUtime=1182.31 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 677955 0 0 0 118009 222 0 0 25 0 1 0 589355925 161443840 29569 33554432000 4194304 4300056 140735253209200 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 39415 29569 247 26 0 36047 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 157660

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 3.74 5/362 9656
/proc/meminfo: memFree=15231408/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=422984 CPUtime=1242.31 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 723856 0 0 0 123995 236 0 0 25 0 1 0 589355925 433135616 75390 33554432000 4194304 4300056 140735253209200 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 105746 75390 247 26 0 102378 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 422984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.75 5/362 9658
/proc/meminfo: memFree=15347176/32951124 swapFree=67111348/67111528
[pid=9485] ppid=9483 vsize=210564 CPUtime=1300.03 cores=5,7
/proc/9485/stat : 9485 (lr_gl_shr) R 9483 9485 9331 0 -1 4202496 763394 0 0 0 129751 252 0 0 25 0 1 0 589355925 215617536 36580 33554432000 4194304 4300056 140735253209200 18446744073709551615 4263536 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/9485/statm: 52641 36580 247 26 0 49273 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 210564

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.04
CPU user time (s): 1297.51
CPU system time (s): 2.52861
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 423912

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

runsolver used 4.43532 second user time and 10.4104 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-09 21:29:58
IDJOB=3350031
IDBENCH=70817
IDSOLVER=1815
FILE ID=node144/3350031-1304969398
RUNJOBID= node144-1304968092-9352
PBS_JOBID= 13285606
Free space on /tmp= 37660 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350031-1304969398/watcher-3350031-1304969398 -o /tmp/evaluation-result-3350031-1304969398/solver-3350031-1304969398 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350031-1304969398.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=10123328

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16648020 kB
Buffers:        199984 kB
Cached:        8283776 kB
SwapCached:          0 kB
Active:        7825252 kB
Inactive:      8003784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16648020 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3140 kB
Writeback:           0 kB
AnonPages:     7345556 kB
Mapped:          27616 kB
Slab:           372236 kB
PageTables:      38296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82307800 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= 37652 MiB
End job on node144 at 2011-05-09 21:51:40