Trace number 3349733

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
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-3349733-1304968124/watcher-3349733-1304968124 -o /tmp/evaluation-result-3349733-1304968124/solver-3349733-1304968124 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349733-1304968124.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.58 0.13 0.04 4/328 28055
/proc/meminfo: memFree=9547876/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=20780 CPUtime=0 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 770 0 0 0 0 0 0 0 21 0 1 0 341003736 21278720 698 33554432000 4194304 4300056 140737264776816 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 5195 698 219 26 0 1827 0

[startup+0.05132 s]
/proc/loadavg: 0.58 0.13 0.04 4/328 28055
/proc/meminfo: memFree=9547876/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=28776 CPUtime=0.04 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 3195 0 0 0 4 0 0 0 21 0 1 0 341003736 29466624 2855 33554432000 4194304 4300056 140737264776816 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 7194 2857 220 26 0 3826 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28776

[startup+0.100319 s]
/proc/loadavg: 0.58 0.13 0.04 4/328 28055
/proc/meminfo: memFree=9547876/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=37328 CPUtime=0.09 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 5910 0 0 0 9 0 0 0 21 0 1 0 341003736 38223872 5318 33554432000 4194304 4300056 140737264776816 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 9332 5320 220 26 0 5964 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37328

[startup+0.300277 s]
/proc/loadavg: 0.58 0.13 0.04 4/328 28055
/proc/meminfo: memFree=9547876/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=73724 CPUtime=0.29 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 14472 0 0 0 28 1 0 0 22 0 1 0 341003736 75493376 13048 33554432000 4194304 4300056 140737264776816 18446744073709551615 4229898 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 18431 13048 240 26 0 15063 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73724

[startup+0.700202 s]
/proc/loadavg: 0.58 0.13 0.04 4/328 28055
/proc/meminfo: memFree=9547876/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=89808 CPUtime=0.69 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 22822 0 0 0 66 3 0 0 23 0 1 0 341003736 91963392 17321 33554432000 4194304 4300056 140737264776816 18446744073709551615 4218365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 22452 17323 242 26 0 19084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89808

[startup+1.50106 s]
/proc/loadavg: 0.58 0.13 0.04 5/329 28056
/proc/meminfo: memFree=9462864/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=101608 CPUtime=1.49 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 31228 0 0 0 145 4 0 0 25 0 1 0 341003736 104046592 20655 33554432000 4194304 4300056 140737264776816 18446744073709551615 4254653 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 25402 20655 260 26 0 22034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101608

[startup+3.10078 s]
/proc/loadavg: 0.86 0.19 0.06 5/329 28056
/proc/meminfo: memFree=9450836/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=101608 CPUtime=3.09 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 31603 0 0 0 305 4 0 0 25 0 1 0 341003736 104046592 21027 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 25402 21027 261 26 0 22034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101608

[startup+6.30023 s]
/proc/loadavg: 0.86 0.19 0.06 5/329 28057
/proc/meminfo: memFree=9407588/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=131960 CPUtime=6.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 37360 0 0 0 625 5 0 0 25 0 1 0 341003736 135127040 26782 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 32990 26782 261 26 0 29622 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 131960

[startup+12.7011 s]
/proc/loadavg: 1.34 0.32 0.10 5/329 28057
/proc/meminfo: memFree=9343972/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=150928 CPUtime=12.69 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 43691 0 0 0 1263 6 0 0 25 0 1 0 341003736 154550272 33094 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252387 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 37732 33094 261 26 0 34364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150928

[startup+25.5008 s]
/proc/loadavg: 1.75 0.44 0.15 5/329 28057
/proc/meminfo: memFree=9326364/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=231836 CPUtime=25.49 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 53943 0 0 0 2541 8 0 0 25 0 1 0 341003736 237400064 43316 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252411 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 57959 43316 261 26 0 54591 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231836

[startup+51.1003 s]
/proc/loadavg: 2.52 0.73 0.25 5/329 28058
/proc/meminfo: memFree=9123404/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=313224 CPUtime=51.1 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 75571 0 0 0 5096 14 0 0 25 0 1 0 341003736 320741376 64913 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252411 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 78306 64913 261 26 0 74938 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 313224

[startup+102.312 s]
/proc/loadavg: 3.41 1.27 0.46 5/329 28059
/proc/meminfo: memFree=8979824/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=445484 CPUtime=102.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 107923 0 0 0 10209 21 0 0 25 0 1 0 341003736 456175616 97216 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 111371 97216 261 26 0 108003 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 445484

[startup+162.301 s]
/proc/loadavg: 3.86 1.76 0.67 5/329 28061
/proc/meminfo: memFree=8830888/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=660408 CPUtime=162.29 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 144128 0 0 0 16200 29 0 0 25 0 1 0 341003736 676257792 133350 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 165102 133350 261 26 0 161734 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 660408

[startup+222.301 s]
/proc/loadavg: 3.99 2.21 0.90 5/329 28062
/proc/meminfo: memFree=8484924/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=1009656 CPUtime=222.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 171753 0 0 0 22196 34 0 0 25 0 1 0 341003736 1033887744 160930 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252522 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 252414 160930 261 26 0 249046 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1009656

[startup+282.301 s]
/proc/loadavg: 4.06 2.52 1.08 5/329 28064
/proc/meminfo: memFree=8321984/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=1010728 CPUtime=282.29 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 194255 0 0 0 28189 40 0 0 25 0 1 0 341003736 1034985472 183399 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 252682 183399 261 26 0 249314 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1010728

[startup+342.301 s]
/proc/loadavg: 4.10 2.83 1.28 5/329 28065
/proc/meminfo: memFree=9132444/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=202888 CPUtime=342.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 225129 0 0 0 34180 50 0 0 25 0 1 0 341003736 207757312 42198 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 50722 42198 261 26 0 47354 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 202888

[startup+402.3 s]
/proc/loadavg: 4.04 3.02 1.43 5/329 28067
/proc/meminfo: memFree=8960688/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=466624 CPUtime=402.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 271981 0 0 0 40171 59 0 0 25 0 1 0 341003736 477822976 88941 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 116656 88941 261 26 0 113288 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 466624

[startup+462.301 s]
/proc/loadavg: 4.01 3.21 1.60 5/329 28069
/proc/meminfo: memFree=8529032/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=681548 CPUtime=462.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 308972 0 0 0 46164 66 0 0 25 0 1 0 341003736 697905152 125849 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 170387 125849 261 26 0 167019 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 681548

[startup+522.301 s]
/proc/loadavg: 4.08 3.36 1.74 5/329 28070
/proc/meminfo: memFree=8472604/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=681548 CPUtime=522.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 340172 0 0 0 52157 73 0 0 25 0 1 0 341003736 697905152 156986 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 170387 156986 261 26 0 167019 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 681548

[startup+582.301 s]
/proc/loadavg: 4.02 3.48 1.89 5/329 28072
/proc/meminfo: memFree=8594496/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=1030796 CPUtime=582.31 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 371360 0 0 0 58150 81 0 0 25 0 1 0 341003736 1055535104 188090 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 257699 188090 261 26 0 254331 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1030796

[startup+642.301 s]
/proc/loadavg: 4.01 3.57 2.02 5/329 28073
/proc/meminfo: memFree=8979736/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=270024 CPUtime=642.31 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 409825 0 0 0 64140 91 0 0 25 0 1 0 341003736 276504576 51273 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252444 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 67506 51273 261 26 0 64138 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 270024

[startup+702.3 s]
/proc/loadavg: 4.00 3.65 2.14 5/329 28075
/proc/meminfo: memFree=8742760/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=483672 CPUtime=702.3 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 452687 0 0 0 70130 100 0 0 25 0 1 0 341003736 495280128 94024 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 120918 94024 261 26 0 117550 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 483672

[startup+762.312 s]
/proc/loadavg: 4.06 3.72 2.26 5/329 28077
/proc/meminfo: memFree=8565920/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=698596 CPUtime=762.31 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 487941 0 0 0 76121 110 0 0 25 0 1 0 341003736 715362304 129206 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256297 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 174649 129206 261 26 0 171281 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 698596

[startup+822.3 s]
/proc/loadavg: 4.02 3.77 2.36 5/329 28078
/proc/meminfo: memFree=8246496/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=698596 CPUtime=822.31 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 521269 0 0 0 82112 119 0 0 25 0 1 0 341003736 715362304 162444 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 174649 162444 261 26 0 171281 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 698596

[startup+882.301 s]
/proc/loadavg: 4.06 3.84 2.48 5/329 28080
/proc/meminfo: memFree=8333020/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=1047844 CPUtime=882.31 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 547120 0 0 0 88105 126 0 0 25 0 1 0 341003736 1072992256 188215 33554432000 4194304 4300056 140737264776816 18446744073709551615 4262778 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 261961 188215 261 26 0 258593 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1047844

[startup+942.301 s]
/proc/loadavg: 4.07 3.88 2.57 5/329 28081
/proc/meminfo: memFree=8869932/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=232544 CPUtime=942.31 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 589123 0 0 0 94094 137 0 0 25 0 1 0 341003736 238125056 48420 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 58136 48420 261 26 0 54768 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 232544

[startup+1002.3 s]
/proc/loadavg: 4.02 3.90 2.66 5/329 28083
/proc/meminfo: memFree=8692700/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=496280 CPUtime=1002.31 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 639541 0 0 0 100084 147 0 0 25 0 1 0 341003736 508190720 98717 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 124070 98718 261 26 0 120702 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 496280

[startup+1062.3 s]
/proc/loadavg: 4.01 3.91 2.74 5/329 28085
/proc/meminfo: memFree=8387652/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=711204 CPUtime=1062.32 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 677542 0 0 0 106076 156 0 0 25 0 1 0 341003736 728272896 136630 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 177801 136630 261 26 0 174433 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 711204

[startup+1122.3 s]
/proc/loadavg: 4.04 3.94 2.82 5/329 28086
/proc/meminfo: memFree=8461900/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=711204 CPUtime=1122.32 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 705611 0 0 0 112069 163 0 0 25 0 1 0 341003736 728272896 164581 33554432000 4194304 4300056 140737264776816 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 177801 164581 261 26 0 174433 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 711204

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 2.89 5/329 28088
/proc/meminfo: memFree=8267560/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=1060452 CPUtime=1182.32 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 729844 0 0 0 118063 169 0 0 25 0 1 0 341003736 1085902848 188710 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 265113 188710 261 26 0 261745 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1060452

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 2.96 5/329 28089
/proc/meminfo: memFree=8870676/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=372704 CPUtime=1242.32 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 785516 0 0 0 124048 184 0 0 25 0 1 0 341003736 381648896 85357 33554432000 4194304 4300056 140737264776816 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 93176 85357 261 26 0 89808 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 372704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.85 3.93 3.01 5/326 28196
/proc/meminfo: memFree=9000520/32951124 swapFree=46575196/67111528
[pid=28055] ppid=28053 vsize=719888 CPUtime=1300.03 cores=1,3
/proc/28055/stat : 28055 (lr_gl_shr) R 28053 28055 27995 0 -1 4202496 824331 0 0 0 129811 192 0 0 25 0 1 0 341003736 737165312 124060 33554432000 4194304 4300056 140737264776816 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28055/statm: 179972 124060 261 26 0 176604 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 719888

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.11
system time used= 1.9507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 824334
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= 5
involuntary context switches= 2149

runsolver used 3.65644 second user time and 9.36758 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-09 21:08:45
IDJOB=3349733
IDBENCH=70760
IDSOLVER=1814
FILE ID=node107/3349733-1304968124
RUNJOBID= node107-1304968099-28015
PBS_JOBID= 13285643
Free space on /tmp= 41296 MiB

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

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=857564786

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9548280 kB
Buffers:        235640 kB
Cached:       17978748 kB
SwapCached:       9560 kB
Active:        6457628 kB
Inactive:     16306616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9548280 kB
SwapTotal:    67111528 kB
SwapFree:     46575196 kB
Dirty:           32972 kB
Writeback:           0 kB
AnonPages:     4547596 kB
Mapped:          19576 kB
Slab:           506436 kB
PageTables:      70240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65304148 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= 41156 MiB
End job on node107 at 2011-05-09 21:30:27