Trace number 3439819

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_SHR 2011-03-02? (TO) 5000.1 4999.96

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

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: 977)

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-3439819-1306892812/watcher-3439819-1306892812 -o /tmp/evaluation-result-3439819-1306892812/solver-3439819-1306892812 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439819-1306892812.cnf -verb=0 -model 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.47 1.77 3/523 8852
/proc/meminfo: memFree=5762040/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=21556 CPUtime=0 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 912 0 0 0 0 0 0 0 21 0 1 0 781697158 22073344 854 33554432000 4194304 4300056 140733772294880 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 5389 855 220 26 0 2021 0

[startup+0.0552061 s]
/proc/loadavg: 1.02 1.47 1.77 3/523 8852
/proc/meminfo: memFree=5762040/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=37104 CPUtime=0.04 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 4609 0 0 0 4 0 0 0 21 0 1 0 781697158 37994496 4423 33554432000 4194304 4300056 140733772294880 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 9276 4433 220 26 0 5908 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 37104

[startup+0.101197 s]
/proc/loadavg: 1.02 1.47 1.77 3/523 8852
/proc/meminfo: memFree=5762040/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=50548 CPUtime=0.09 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 8012 0 0 0 8 1 0 0 21 0 1 0 781697158 51761152 7599 33554432000 4194304 4300056 140733772294880 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 12637 7600 220 26 0 9269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50548

[startup+0.301164 s]
/proc/loadavg: 1.02 1.47 1.77 3/523 8852
/proc/meminfo: memFree=5762040/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=74916 CPUtime=0.29 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 14687 0 0 0 27 2 0 0 22 0 1 0 781697158 76713984 13270 33554432000 4194304 4300056 140733772294880 18446744073709551615 233510297344 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 18729 13272 220 26 0 15361 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74916

[startup+0.701093 s]
/proc/loadavg: 1.02 1.47 1.77 3/523 8852
/proc/meminfo: memFree=5762040/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=96352 CPUtime=0.69 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 20774 0 0 0 66 3 0 0 23 0 1 0 781697158 98664448 18493 33554432000 4194304 4300056 140733772294880 18446744073709551615 4233474 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 24088 18493 228 26 0 20720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96352

[startup+1.50096 s]
/proc/loadavg: 1.10 1.48 1.77 3/527 8859
/proc/meminfo: memFree=5592756/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=82640 CPUtime=1.49 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 26524 0 0 0 145 4 0 0 25 0 1 0 781697158 84623360 15335 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 20660 15335 245 26 0 17292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82640

[startup+3.10066 s]
/proc/loadavg: 1.10 1.48 1.77 3/527 8859
/proc/meminfo: memFree=5611620/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=82640 CPUtime=3.09 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 27024 0 0 0 305 4 0 0 25 0 1 0 781697158 84623360 15830 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 20660 15830 246 26 0 17292 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82640

[startup+6.30108 s]
/proc/loadavg: 1.17 1.49 1.78 3/527 8859
/proc/meminfo: memFree=5607160/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=82640 CPUtime=6.29 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 27759 0 0 0 625 4 0 0 25 0 1 0 781697158 84623360 16559 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 20660 16559 246 26 0 17292 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82640

[startup+12.7009 s]
/proc/loadavg: 1.24 1.50 1.78 3/527 8859
/proc/meminfo: memFree=5594412/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=101316 CPUtime=12.7 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 29625 0 0 0 1265 5 0 0 25 0 1 0 781697158 103747584 18415 33554432000 4194304 4300056 140733772294880 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 25329 18415 246 26 0 21961 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 101316

[startup+25.5006 s]
/proc/loadavg: 1.43 1.53 1.78 3/527 8860
/proc/meminfo: memFree=5521780/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=150636 CPUtime=25.49 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 37947 0 0 0 2543 6 0 0 25 0 1 0 781697158 154251264 26725 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 37659 26725 246 26 0 34291 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150636

[startup+51.101 s]
/proc/loadavg: 1.71 1.59 1.80 3/527 8860
/proc/meminfo: memFree=5474512/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=181456 CPUtime=51.09 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 45346 0 0 0 5101 8 0 0 25 0 1 0 781697158 185810944 34103 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256018 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 45364 34103 246 26 0 41996 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 181456

[startup+102.32 s]
/proc/loadavg: 1.87 1.65 1.81 3/527 8862
/proc/meminfo: memFree=5397264/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=231544 CPUtime=102.31 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 58057 0 0 0 10220 11 0 0 25 0 1 0 781697158 237101056 46771 33554432000 4194304 4300056 140733772294880 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 57886 46771 246 26 0 54518 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 231544

[startup+162.301 s]
/proc/loadavg: 1.95 1.71 1.82 3/527 8863
/proc/meminfo: memFree=5316368/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=312932 CPUtime=162.3 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 72254 0 0 0 16215 15 0 0 25 0 1 0 781697158 320442368 60935 33554432000 4194304 4300056 140733772294880 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 78233 60935 246 26 0 74865 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 312932

[startup+222.3 s]
/proc/loadavg: 1.98 1.76 1.82 3/527 8865
/proc/meminfo: memFree=5254436/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=312932 CPUtime=222.3 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 81890 0 0 0 22212 18 0 0 25 0 1 0 781697158 320442368 70547 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 78233 70547 246 26 0 74865 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 312932

[startup+282.301 s]
/proc/loadavg: 1.99 1.80 1.83 3/527 8866
/proc/meminfo: memFree=5202192/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=445192 CPUtime=282.3 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 91982 0 0 0 28209 21 0 0 25 0 1 0 781697158 455876608 80616 33554432000 4194304 4300056 140733772294880 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 111298 80616 246 26 0 107930 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 445192

[startup+342.301 s]
/proc/loadavg: 1.99 1.83 1.84 3/527 8868
/proc/meminfo: memFree=5138532/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=445192 CPUtime=342.3 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 103962 0 0 0 34206 24 0 0 25 0 1 0 781697158 455876608 92572 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 111298 92572 246 26 0 107930 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 445192

[startup+402.301 s]
/proc/loadavg: 1.99 1.86 1.84 3/527 8870
/proc/meminfo: memFree=5084056/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=447572 CPUtime=402.3 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 114262 0 0 0 40204 26 0 0 25 0 1 0 781697158 458313728 102852 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 111893 102852 246 26 0 108525 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 447572

[startup+462.301 s]
/proc/loadavg: 1.99 1.89 1.85 3/527 8871
/proc/meminfo: memFree=5028456/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=666460 CPUtime=462.3 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 124054 0 0 0 46201 29 0 0 25 0 1 0 781697158 682455040 112621 33554432000 4194304 4300056 140733772294880 18446744073709551615 4251676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 166615 112621 248 26 0 163247 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 666460

[startup+522.3 s]
/proc/loadavg: 2.15 1.94 1.86 3/527 8873
/proc/meminfo: memFree=4971128/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=669244 CPUtime=522.31 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 135418 0 0 0 52198 33 0 0 25 0 1 0 781697158 685305856 123967 33554432000 4194304 4300056 140733772294880 18446744073709551615 4252659 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 167311 123967 248 26 0 163943 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 669244

[startup+582.301 s]
/proc/loadavg: 2.21 1.99 1.89 3/527 8874
/proc/meminfo: memFree=4930532/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=673220 CPUtime=582.3 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 142295 0 0 0 58195 35 0 0 25 0 1 0 781697158 689377280 130833 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 168305 130833 248 26 0 164937 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 673220

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.03 2.05 2.01 3/527 9455
/proc/meminfo: memFree=5022136/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=481932 CPUtime=4062.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 519955 0 0 0 406086 156 0 0 25 0 1 0 781697158 493498368 110554 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256488 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 120483 110554 248 26 0 117115 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 481932

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 9457
/proc/meminfo: memFree=4986492/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=614192 CPUtime=4122.4 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 527461 0 0 0 412082 158 0 0 25 0 1 0 781697158 628932608 118040 33554432000 4194304 4300056 140733772294880 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 153548 118040 248 26 0 150180 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 614192

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 9458
/proc/meminfo: memFree=4947624/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=614192 CPUtime=4182.41 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 535651 0 0 0 418080 161 0 0 25 0 1 0 781697158 628932608 126198 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 153548 126198 248 26 0 150180 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 614192

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9460
/proc/meminfo: memFree=4912604/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=614192 CPUtime=4242.4 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 542939 0 0 0 424078 162 0 0 25 0 1 0 781697158 628932608 133461 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 153548 133461 248 26 0 150180 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 614192

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9462
/proc/meminfo: memFree=4874488/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=614192 CPUtime=4302.41 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 550480 0 0 0 430076 165 0 0 25 0 1 0 781697158 628932608 140986 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 153548 140986 248 26 0 150180 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 614192

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/527 9463
/proc/meminfo: memFree=4842208/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4362.41 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 557441 0 0 0 436074 167 0 0 25 0 1 0 781697158 849014784 147927 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 147927 248 26 0 203911 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 829116

[startup+4422.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/527 9465
/proc/meminfo: memFree=4797140/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4422.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 567026 0 0 0 442072 170 0 0 25 0 1 0 781697158 849014784 157487 33554432000 4194304 4300056 140733772294880 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 157487 248 26 0 203911 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 829116

[startup+4482.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/527 9475
/proc/meminfo: memFree=4764228/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4482.41 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 573616 0 0 0 448069 172 0 0 25 0 1 0 781697158 849014784 164052 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 164052 248 26 0 203911 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 829116

[startup+4542.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/527 9477
/proc/meminfo: memFree=4733924/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4542.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 580238 0 0 0 454068 174 0 0 25 0 1 0 781697158 849014784 170646 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 170646 248 26 0 203911 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 829116

[startup+4602.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/527 9479
/proc/meminfo: memFree=4704592/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4602.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 585740 0 0 0 460066 176 0 0 25 0 1 0 781697158 849014784 176129 33554432000 4194304 4300056 140733772294880 18446744073709551615 4263782 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 176129 248 26 0 203911 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 829116

[startup+4662.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/527 9480
/proc/meminfo: memFree=4668456/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4662.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 593555 0 0 0 466064 178 0 0 25 0 1 0 781697158 849014784 183925 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 183925 248 26 0 203911 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 829116

[startup+4722.32 s]
/proc/loadavg: 2.04 2.05 2.00 3/527 9482
/proc/meminfo: memFree=4641248/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4722.44 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 599560 0 0 0 472064 180 0 0 25 0 1 0 781697158 849014784 189907 33554432000 4194304 4300056 140733772294880 18446744073709551615 4262747 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 189907 248 26 0 203911 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 829116

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 9483
/proc/meminfo: memFree=4610816/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=829116 CPUtime=4782.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 606073 0 0 0 478060 182 0 0 25 0 1 0 781697158 849014784 196403 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 207279 196403 248 26 0 203911 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 829116

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 9485
/proc/meminfo: memFree=4583000/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=1178364 CPUtime=4842.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 611680 0 0 0 484059 183 0 0 25 0 1 0 781697158 1206644736 201988 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 294591 201988 248 26 0 291223 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1178364

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9487
/proc/meminfo: memFree=4563092/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=1178364 CPUtime=4902.43 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 615435 0 0 0 490058 185 0 0 25 0 1 0 781697158 1206644736 205727 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 294591 205727 248 26 0 291223 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 1178364

[startup+4962.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/527 9488
/proc/meminfo: memFree=4532288/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=1178364 CPUtime=4962.42 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 622043 0 0 0 496056 186 0 0 25 0 1 0 781697158 1206644736 212325 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 294591 212325 248 26 0 291223 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 1178364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 9489
/proc/meminfo: memFree=4520456/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=1178364 CPUtime=5000.03 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 624196 0 0 0 499816 187 0 0 25 0 1 0 781697158 1206644736 214467 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 294591 214467 248 26 0 291223 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1178364

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

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

[startup+4999.9 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 9489
/proc/meminfo: memFree=4520456/32951124 swapFree=64303760/67111528
[pid=8852] ppid=8850 vsize=1178364 CPUtime=5000.03 cores=0,2,4,6
/proc/8852/stat : 8852 (lr_gl_shr) R 8850 8852 7978 0 -1 4202496 624196 0 0 0 499816 187 0 0 25 0 1 0 781697158 1206644736 214467 33554432000 4194304 4300056 140733772294880 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8852/statm: 294591 214467 248 26 0 291223 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 1178364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.96
CPU time (s): 5000.1
CPU user time (s): 4998.18
CPU system time (s): 1.91671
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2642312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.18
system time used= 1.91671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 624200
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= 2701

runsolver used 27.8968 second user time and 58.4991 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-01 03:46:53
IDJOB=3439819
IDBENCH=20386
IDSOLVER=1938
FILE ID=node145/3439819-1306892812
RUNJOBID= node145-1306892812-8838
PBS_JOBID= 13488431
Free space on /tmp= 53992 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439819-1306892812/watcher-3439819-1306892812 -o /tmp/evaluation-result-3439819-1306892812/solver-3439819-1306892812 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439819-1306892812.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=2119276798

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5762064 kB
Buffers:        141944 kB
Cached:       17345896 kB
SwapCached:       1188 kB
Active:       17471688 kB
Inactive:      9004332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5762064 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:           28448 kB
Writeback:           0 kB
AnonPages:     8986792 kB
Mapped:          33780 kB
Slab:           577660 kB
PageTables:      65972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153204504 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= 54076 MiB
End job on node145 at 2011-06-01 05:10:15