Trace number 3349730

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.09 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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-3349730-1304968140/watcher-3349730-1304968140 -o /tmp/evaluation-result-3349730-1304968140/solver-3349730-1304968140 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349730-1304968140.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.45 0.34 0.11 4/329 24568
/proc/meminfo: memFree=2048168/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=20916 CPUtime=0 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 834 0 0 0 0 0 0 0 21 0 1 0 608416399 21417984 760 33554432000 4194304 4300056 140736889445120 18446744073709551615 4270961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 5229 760 220 26 0 1861 0

[startup+0.104116 s]
/proc/loadavg: 1.45 0.34 0.11 4/329 24568
/proc/meminfo: memFree=2048168/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=38764 CPUtime=0.09 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 5946 0 0 0 9 0 0 0 21 0 1 0 608416399 39694336 5353 33554432000 4194304 4300056 140736889445120 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 9691 5353 220 26 0 6323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38764

[startup+0.201111 s]
/proc/loadavg: 1.45 0.34 0.11 4/329 24568
/proc/meminfo: memFree=2048168/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=56132 CPUtime=0.19 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 11237 0 0 0 18 1 0 0 22 0 1 0 608416399 57479168 9946 33554432000 4194304 4300056 140736889445120 18446744073709551615 212436016896 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 14033 9947 220 26 0 10665 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 56132

[startup+0.301103 s]
/proc/loadavg: 1.45 0.34 0.11 4/329 24568
/proc/meminfo: memFree=2048168/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=77172 CPUtime=0.29 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 16498 0 0 0 27 2 0 0 22 0 1 0 608416399 79024128 14550 33554432000 4194304 4300056 140736889445120 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 19293 14553 220 26 0 15925 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77172

[startup+0.700978 s]
/proc/loadavg: 1.45 0.34 0.11 4/329 24568
/proc/meminfo: memFree=2048168/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=108668 CPUtime=0.69 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 24391 0 0 0 66 3 0 0 23 0 1 0 608416399 111276032 22130 33554432000 4194304 4300056 140736889445120 18446744073709551615 4234000 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 27167 22131 279 26 0 23799 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108668

[startup+1.50084 s]
/proc/loadavg: 1.45 0.34 0.11 5/330 24569
/proc/meminfo: memFree=1960128/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=98796 CPUtime=1.49 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 31034 0 0 0 145 4 0 0 25 0 1 0 608416399 101167104 18640 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 24699 18640 287 26 0 21331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98796

[startup+3.10053 s]
/proc/loadavg: 1.65 0.40 0.13 5/330 24569
/proc/meminfo: memFree=1971832/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=98796 CPUtime=3.09 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 31373 0 0 0 305 4 0 0 25 0 1 0 608416399 101167104 18975 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 24699 18975 297 26 0 21331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98796

[startup+6.30096 s]
/proc/loadavg: 1.65 0.40 0.13 5/330 24569
/proc/meminfo: memFree=1966548/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=98796 CPUtime=6.29 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 32113 0 0 0 625 4 0 0 25 0 1 0 608416399 101167104 19704 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 24699 19704 298 26 0 21331 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98796

[startup+12.7007 s]
/proc/loadavg: 2.01 0.52 0.17 5/330 24570
/proc/meminfo: memFree=1896004/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=117472 CPUtime=12.69 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 33423 0 0 0 1265 4 0 0 25 0 1 0 608416399 120291328 21002 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 29368 21002 298 26 0 26000 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117472

[startup+25.5003 s]
/proc/loadavg: 2.32 0.63 0.21 5/330 24570
/proc/meminfo: memFree=1845268/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=147824 CPUtime=25.5 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 40711 0 0 0 2544 6 0 0 25 0 1 0 608416399 151371776 28260 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 36956 28260 298 26 0 33588 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 147824

[startup+51.1005 s]
/proc/loadavg: 2.89 0.90 0.31 5/327 24574
/proc/meminfo: memFree=2846596/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=166792 CPUtime=51.1 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 46095 0 0 0 5103 7 0 0 25 0 1 0 608416399 170795008 33596 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 41698 33596 298 26 0 38330 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 166792

[startup+102.301 s]
/proc/loadavg: 3.51 1.40 0.52 5/330 24626
/proc/meminfo: memFree=4122796/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=247700 CPUtime=102.3 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 59495 0 0 0 10220 10 0 0 25 0 1 0 608416399 253644800 46891 33554432000 4194304 4300056 140736889445120 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 61925 46891 298 26 0 58557 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 247700

[startup+162.3 s]
/proc/loadavg: 3.88 1.89 0.74 5/330 24628
/proc/meminfo: memFree=4002804/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=329088 CPUtime=162.3 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 69846 0 0 0 16216 14 0 0 25 0 1 0 608416399 336986112 57143 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 82272 57143 298 26 0 78904 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 329088

[startup+222.312 s]
/proc/loadavg: 3.95 2.27 0.94 5/330 24656
/proc/meminfo: memFree=3897404/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=329088 CPUtime=222.31 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 84962 0 0 0 22211 20 0 0 25 0 1 0 608416399 336986112 72159 33554432000 4194304 4300056 140736889445120 18446744073709551615 4252373 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 82272 72159 298 26 0 78904 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 329088

[startup+282.301 s]
/proc/loadavg: 3.98 2.56 1.11 5/330 24658
/proc/meminfo: memFree=3854336/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=466212 CPUtime=282.3 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 97559 0 0 0 28207 23 0 0 25 0 1 0 608416399 477401088 84671 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 116553 84671 298 26 0 113185 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 466212

[startup+342.3 s]
/proc/loadavg: 3.99 2.84 1.30 6/330 24686
/proc/meminfo: memFree=4127640/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=475084 CPUtime=342.3 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 109590 0 0 0 34203 27 0 0 25 0 1 0 608416399 486486016 96631 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 118771 96631 298 26 0 115403 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 475084

[startup+402.301 s]
/proc/loadavg: 4.03 3.04 1.46 5/330 24688
/proc/meminfo: memFree=4043828/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=480248 CPUtime=402.31 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 119877 0 0 0 40200 31 0 0 25 0 1 0 608416399 491773952 106867 33554432000 4194304 4300056 140736889445120 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 120062 106867 298 26 0 116694 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 480248

[startup+462.301 s]
/proc/loadavg: 4.01 3.23 1.63 5/330 24690
/proc/meminfo: memFree=4008184/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=704080 CPUtime=462.31 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 130682 0 0 0 46197 34 0 0 25 0 1 0 608416399 720977920 117611 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 176020 117611 298 26 0 172652 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 704080

[startup+522.301 s]
/proc/loadavg: 4.10 3.39 1.77 5/330 24691
/proc/meminfo: memFree=3948372/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=707812 CPUtime=522.31 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 138807 0 0 0 52194 37 0 0 25 0 1 0 608416399 724799488 125705 33554432000 4194304 4300056 140736889445120 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 176953 125705 298 26 0 173585 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 707812

[startup+582.301 s]
/proc/loadavg: 4.10 3.53 1.93 5/330 24693
/proc/meminfo: memFree=3894496/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=708904 CPUtime=582.31 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 148681 0 0 0 58190 41 0 0 25 0 1 0 608416399 725917696 135537 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 177226 135537 298 26 0 173858 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 708904

[startup+642.301 s]
/proc/loadavg: 4.04 3.61 2.05 5/330 24694
/proc/meminfo: memFree=3840504/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=710348 CPUtime=642.31 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 158911 0 0 0 64187 44 0 0 25 0 1 0 608416399 727396352 145732 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 177587 145732 298 26 0 174219 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 710348

[startup+702.3 s]
/proc/loadavg: 4.24 3.73 2.19 5/327 24717
/proc/meminfo: memFree=3668048/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=269140 CPUtime=702.31 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 181387 0 0 0 70180 51 0 0 25 0 1 0 608416399 275599360 52277 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 67285 52277 298 26 0 63917 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 269140

[startup+762.301 s]
/proc/loadavg: 4.25 3.83 2.32 5/330 24725
/proc/meminfo: memFree=416672/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=319228 CPUtime=762.33 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 194141 0 0 0 76177 56 0 0 25 0 1 0 608416399 326889472 64928 33554432000 4194304 4300056 140736889445120 18446744073709551615 4252404 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 79807 64928 298 26 0 76439 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 319228

[startup+822.301 s]
/proc/loadavg: 4.13 3.88 2.43 5/327 24729
/proc/meminfo: memFree=3784004/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=400616 CPUtime=822.32 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 206499 0 0 0 82171 61 0 0 25 0 1 0 608416399 410230784 77194 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 100154 77194 298 26 0 96786 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 400616

[startup+882.313 s]
/proc/loadavg: 4.14 3.93 2.54 5/330 24755
/proc/meminfo: memFree=4665288/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=532876 CPUtime=882.33 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 221349 0 0 0 88167 66 0 0 25 0 1 0 608416399 545665024 91945 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 133219 91945 298 26 0 129851 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 532876

[startup+942.3 s]
/proc/loadavg: 4.05 3.94 2.62 5/330 24783
/proc/meminfo: memFree=4648032/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=532876 CPUtime=942.32 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 232710 0 0 0 94160 72 0 0 25 0 1 0 608416399 545665024 103240 33554432000 4194304 4300056 140736889445120 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 133219 103240 298 26 0 129851 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 532876

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 2.71 5/330 24839
/proc/meminfo: memFree=4559596/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=532876 CPUtime=1002.32 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 241178 0 0 0 100157 75 0 0 25 0 1 0 608416399 545665024 111659 33554432000 4194304 4300056 140736889445120 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 133219 111659 298 26 0 129851 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 532876

[startup+1062.3 s]
/proc/loadavg: 4.19 4.01 2.81 5/330 24895
/proc/meminfo: memFree=4414356/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=532876 CPUtime=1062.33 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 253067 0 0 0 106152 81 0 0 25 0 1 0 608416399 545665024 123489 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 133219 123489 298 26 0 129851 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 532876

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 2.88 5/330 24896
/proc/meminfo: memFree=4291836/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=747800 CPUtime=1122.33 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 262889 0 0 0 112148 85 0 0 25 0 1 0 608416399 765747200 133256 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 186950 133256 298 26 0 183582 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 747800

[startup+1182.3 s]
/proc/loadavg: 4.03 4.00 2.94 5/330 24898
/proc/meminfo: memFree=4170904/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=747800 CPUtime=1182.34 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 273919 0 0 0 118145 89 0 0 25 0 1 0 608416399 765747200 144228 33554432000 4194304 4300056 140736889445120 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 186950 144228 298 26 0 183582 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 747800

[startup+1242.3 s]
/proc/loadavg: 4.06 4.01 3.01 5/330 24899
/proc/meminfo: memFree=4052944/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=747800 CPUtime=1242.33 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 284328 0 0 0 124141 92 0 0 25 0 1 0 608416399 765747200 154563 33554432000 4194304 4300056 140736889445120 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 186950 154563 298 26 0 183582 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 747800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.07 5/330 24901
/proc/meminfo: memFree=3928388/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=747800 CPUtime=1300.05 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 296929 0 0 0 129908 97 0 0 25 0 1 0 608416399 765747200 167133 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 186950 167133 298 26 0 183582 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 747800

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.07 5/330 24901
/proc/meminfo: memFree=3928388/32951124 swapFree=67093864/67111528
[pid=24568] ppid=24566 vsize=747800 CPUtime=1300.05 cores=4,6
/proc/24568/stat : 24568 (lr_gl_shr) R 24566 24568 24480 0 -1 4202496 296929 0 0 0 129908 97 0 0 25 0 1 0 608416399 765747200 167133 33554432000 4194304 4300056 140736889445120 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24568/statm: 186950 167133 298 26 0 183582 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 747800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.09
CPU user time (s): 1299.09
CPU system time (s): 1.00385
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 747800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.09
system time used= 1.00385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296929
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= 6
involuntary context switches= 776

runsolver used 4.08838 second user time and 8.92564 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-09 21:09:00
IDJOB=3349730
IDBENCH=70808
IDSOLVER=1814
FILE ID=node102/3349730-1304968140
RUNJOBID= node102-1304968099-24499
PBS_JOBID= 13285648
Free space on /tmp= 44212 MiB

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

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1041096563

node102.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.828
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.828
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.15
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.828
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.82
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.82
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.828
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.828
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.82
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.828
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:       2048200 kB
Buffers:        215332 kB
Cached:        9820328 kB
SwapCached:       1136 kB
Active:       23882560 kB
Inactive:      6564832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2048200 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:          650952 kB
Writeback:           0 kB
AnonPages:    20410792 kB
Mapped:          26828 kB
Slab:           332512 kB
PageTables:      57524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 61347388 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= 44804 MiB
End job on node102 at 2011-05-09 21:30:43