Trace number 3350181

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.06 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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

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: 3.14 2.95 3.46 6/303 12453
/proc/meminfo: memFree=26064324/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=19480 CPUtime=0 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 1 0 589822285 19947520 347 33554432000 4194304 4300056 140734239414000 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 4870 350 218 26 0 1502 0

[startup+0.036968 s]
/proc/loadavg: 3.14 2.95 3.46 6/303 12453
/proc/meminfo: memFree=26064324/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=23032 CPUtime=0.02 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 1795 0 0 0 2 0 0 0 25 0 1 0 589822285 23584768 1553 33554432000 4194304 4300056 140734239414000 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 5758 1554 219 26 0 2390 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23032

[startup+0.100969 s]
/proc/loadavg: 3.14 2.95 3.46 6/303 12453
/proc/meminfo: memFree=26064324/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=28864 CPUtime=0.09 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 4758 0 0 0 9 0 0 0 25 0 1 0 589822285 29556736 3950 33554432000 4194304 4300056 140734239414000 18446744073709551615 4230341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 7216 3950 226 26 0 3848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28864

[startup+0.300919 s]
/proc/loadavg: 3.14 2.95 3.46 6/303 12453
/proc/meminfo: memFree=26064324/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=29032 CPUtime=0.29 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 4810 0 0 0 29 0 0 0 25 0 1 0 589822285 29728768 4002 33554432000 4194304 4300056 140734239414000 18446744073709551615 4255491 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 7258 4002 226 26 0 3890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29032

[startup+0.700844 s]
/proc/loadavg: 3.14 2.95 3.46 6/303 12453
/proc/meminfo: memFree=26064324/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=28084 CPUtime=0.68 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 5699 0 0 0 68 0 0 0 25 0 1 0 589822285 28758016 3393 33554432000 4194304 4300056 140734239414000 18446744073709551615 4255932 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 7021 3393 242 26 0 3653 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28084

[startup+1.50069 s]
/proc/loadavg: 3.14 2.95 3.46 5/304 12454
/proc/meminfo: memFree=26047840/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=30804 CPUtime=1.48 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 6252 0 0 0 148 0 0 0 25 0 1 0 589822285 31543296 3930 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 7701 3930 243 26 0 4333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30804

[startup+3.10041 s]
/proc/loadavg: 3.14 2.95 3.46 5/304 12454
/proc/meminfo: memFree=26040276/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=35224 CPUtime=3.09 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 7189 0 0 0 308 1 0 0 25 0 1 0 589822285 36069376 4836 33554432000 4194304 4300056 140734239414000 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 8806 4836 243 26 0 5438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35224

[startup+6.30081 s]
/proc/loadavg: 3.21 2.97 3.46 5/304 12455
/proc/meminfo: memFree=26024032/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=42404 CPUtime=6.29 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 8971 0 0 0 628 1 0 0 25 0 1 0 589822285 43421696 6580 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 10601 6580 243 26 0 7233 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42404

[startup+12.7006 s]
/proc/loadavg: 3.27 2.99 3.47 5/304 12455
/proc/meminfo: memFree=25993936/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=56904 CPUtime=12.69 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 12166 0 0 0 1267 2 0 0 25 0 1 0 589822285 58269696 9713 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 14226 9713 243 26 0 10858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56904

[startup+25.5003 s]
/proc/loadavg: 3.43 3.04 3.47 5/304 12455
/proc/meminfo: memFree=25968876/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=80088 CPUtime=25.49 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 17067 0 0 0 2545 4 0 0 25 0 1 0 589822285 82010112 14526 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 20022 14526 243 26 0 16654 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80088

[startup+51.1006 s]
/proc/loadavg: 3.71 3.13 3.49 5/304 12456
/proc/meminfo: memFree=25951436/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=85612 CPUtime=51.09 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 30641 0 0 0 5102 7 0 0 25 0 1 0 589822285 87666688 14499 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 21403 14499 243 26 0 18035 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85612

[startup+102.311 s]
/proc/loadavg: 3.87 3.26 3.52 5/304 12511
/proc/meminfo: memFree=25979368/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=92916 CPUtime=102.3 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 51145 0 0 0 10218 12 0 0 25 0 1 0 589822285 95145984 19721 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 23229 19721 243 26 0 19861 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92916

[startup+162.301 s]
/proc/loadavg: 4.02 3.41 3.55 5/304 12513
/proc/meminfo: memFree=25977836/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=80740 CPUtime=162.3 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 78356 0 0 0 16212 18 0 0 25 0 1 0 589822285 82677760 14798 33554432000 4194304 4300056 140734239414000 18446744073709551615 4263153 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 20185 14798 243 26 0 16817 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80740

[startup+222.301 s]
/proc/loadavg: 4.04 3.53 3.58 5/304 12514
/proc/meminfo: memFree=25975196/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=105304 CPUtime=222.29 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 100603 0 0 0 22206 23 0 0 25 0 1 0 589822285 107831296 20456 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 26326 20456 243 26 0 22958 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105304

[startup+282.301 s]
/proc/loadavg: 4.01 3.61 3.60 5/304 12516
/proc/meminfo: memFree=25905580/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=139980 CPUtime=282.3 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 120930 0 0 0 28200 30 0 0 25 0 1 0 589822285 143339520 24569 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 34995 24569 243 26 0 31627 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 139980

[startup+342.301 s]
/proc/loadavg: 4.00 3.68 3.63 5/304 12518
/proc/meminfo: memFree=25891272/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=144896 CPUtime=342.3 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 141692 0 0 0 34196 34 0 0 25 0 1 0 589822285 148373504 27552 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 36224 27552 243 26 0 32856 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 144896

[startup+402.301 s]
/proc/loadavg: 4.00 3.74 3.65 5/304 12519
/proc/meminfo: memFree=25883040/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=149088 CPUtime=402.3 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 162165 0 0 0 40191 39 0 0 25 0 1 0 589822285 152666112 29704 33554432000 4194304 4300056 140734239414000 18446744073709551615 4285101 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 37272 29704 243 26 0 33904 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 149088

[startup+462.301 s]
/proc/loadavg: 4.00 3.78 3.66 5/304 12521
/proc/meminfo: memFree=25908900/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=102760 CPUtime=462.3 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 188061 0 0 0 46184 46 0 0 25 0 1 0 589822285 105226240 20691 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256257 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 25690 20691 243 26 0 22322 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102760

[startup+522.301 s]
/proc/loadavg: 4.00 3.82 3.68 5/304 12522
/proc/meminfo: memFree=25881200/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=124588 CPUtime=522.3 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 209317 0 0 0 52178 52 0 0 25 0 1 0 589822285 127578112 24958 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 31147 24958 243 26 0 27779 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 124588

[startup+582.301 s]
/proc/loadavg: 4.10 3.88 3.71 5/304 12524
/proc/meminfo: memFree=25829308/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=128480 CPUtime=582.31 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 229419 0 0 0 58173 58 0 0 25 0 1 0 589822285 131563520 27463 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 32120 27463 245 26 0 28752 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 128480

[startup+642.301 s]
/proc/loadavg: 4.04 3.90 3.73 5/304 12526
/proc/meminfo: memFree=25844148/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=162380 CPUtime=642.31 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 249256 0 0 0 64169 62 0 0 25 0 1 0 589822285 166277120 31121 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 40595 31121 245 26 0 37227 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 162380

[startup+702.301 s]
/proc/loadavg: 4.01 3.91 3.74 5/304 12527
/proc/meminfo: memFree=25789544/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=165668 CPUtime=702.31 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 270900 0 0 0 70162 69 0 0 25 0 1 0 589822285 169644032 35590 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 41417 35590 245 26 0 38049 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 165668

[startup+762.311 s]
/proc/loadavg: 4.08 3.96 3.76 5/304 12529
/proc/meminfo: memFree=25785528/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=169972 CPUtime=762.32 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 290308 0 0 0 76157 75 0 0 25 0 1 0 589822285 174051328 34945 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 42493 34945 245 26 0 39125 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 169972

[startup+822.3 s]
/proc/loadavg: 4.03 3.96 3.77 5/304 12539
/proc/meminfo: memFree=25800684/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=123664 CPUtime=822.31 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 315694 0 0 0 82149 82 0 0 25 0 1 0 589822285 126631936 25777 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 30916 25777 245 26 0 27548 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 123664

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 3.79 5/304 12541
/proc/meminfo: memFree=25826036/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=145232 CPUtime=882.32 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 337132 0 0 0 88141 91 0 0 25 0 1 0 589822285 148717568 30462 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 36308 30462 245 26 0 32940 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 145232

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/304 12543
/proc/meminfo: memFree=25769680/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=179332 CPUtime=942.32 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 357370 0 0 0 94135 97 0 0 25 0 1 0 589822285 183635968 34823 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 44833 34823 245 26 0 41465 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 179332

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/304 12544
/proc/meminfo: memFree=25771620/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=183464 CPUtime=1002.32 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 377470 0 0 0 100129 103 0 0 25 0 1 0 589822285 187867136 36568 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256253 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 45866 36568 245 26 0 42498 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 183464

[startup+1062.3 s]
/proc/loadavg: 4.13 4.00 3.83 5/304 12546
/proc/meminfo: memFree=25783736/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=124096 CPUtime=1062.32 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 401168 0 0 0 106122 110 0 0 25 0 1 0 589822285 127074304 25401 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 31024 25401 245 26 0 27656 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 124096

[startup+1122.3 s]
/proc/loadavg: 4.13 4.02 3.84 5/304 12547
/proc/meminfo: memFree=25785684/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=139120 CPUtime=1122.32 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 422872 0 0 0 112116 116 0 0 25 0 1 0 589822285 142458880 27354 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 34780 27354 245 26 0 31412 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 139120

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.85 5/304 12549
/proc/meminfo: memFree=25789984/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=160308 CPUtime=1182.33 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 443808 0 0 0 118111 122 0 0 25 0 1 0 589822285 164155392 31128 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 40077 31128 245 26 0 36709 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 160308

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.85 4/299 12569
/proc/meminfo: memFree=25904788/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=164172 CPUtime=1242.33 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 464893 0 0 0 124105 128 0 0 25 0 1 0 589822285 168112128 34915 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 41043 34915 245 26 0 37675 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 164172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.26 3.80 3.79 3/292 12588
/proc/meminfo: memFree=26028188/32951124 swapFree=63485424/67111528
[pid=12453] ppid=12451 vsize=165844 CPUtime=1300.04 cores=1,3
/proc/12453/stat : 12453 (lr_gl_shr) R 12451 12453 9758 0 -1 4202496 484184 0 0 0 129870 134 0 0 25 0 1 0 589822285 169824256 34751 33554432000 4194304 4300056 140734239414000 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12453/statm: 41461 34751 245 26 0 38093 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 165844

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.06
CPU user time (s): 1298.71
CPU system time (s): 1.3468
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 210920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.71
system time used= 1.34679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 938

runsolver used 3.35949 second user time and 8.48071 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 22:47:44
IDJOB=3350181
IDBENCH=85991
IDSOLVER=1815
FILE ID=node147/3350181-1304974064
RUNJOBID= node147-1304974002-12358
PBS_JOBID= 13285603
Free space on /tmp= 52864 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350181-1304974064/watcher-3350181-1304974064 -o /tmp/evaluation-result-3350181-1304974064/solver-3350181-1304974064 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350181-1304974064.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=1867208761

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      26064480 kB
Buffers:        168448 kB
Cached:        3348968 kB
SwapCached:      12852 kB
Active:         935524 kB
Inactive:      5752484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26064480 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            7692 kB
Writeback:           0 kB
AnonPages:     3165768 kB
Mapped:          15752 kB
Slab:           105212 kB
PageTables:      29736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45045652 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= 52872 MiB
End job on node147 at 2011-05-09 23:09:26