Trace number 3376844

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.09 1300.05

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3841
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 1560 #clause: 30460
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 1560
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 1560 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 30420
0.00/0.01	c Clauses( cover/uncovered ): 0 40
0.00/0.01	c Total Clauses( cover/uncovered ): 0 30460 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.03	c Uncover Clauses avg size: 2.04859 max size: 39
0.00/0.03	c Final circuit: i/l/o/s    1560       0   30460     31940
0.00/0.03	c CnfToAig: Time: 0.02 s
0.00/0.05	c TmMap: Set choices finish.
0.00/0.07	c TmMap: Set big and: 30460
0.00/0.07	c TmMap: Origin: 33501 ClauseNum: 95820 --> New: 32021 ClauseNum: 92860
0.00/0.07	c TmMap: Time: 0.01
0.06/0.07	c Try to Add: #clause: 60920 #xorclause: 0
0.06/0.08	c #var: 1560 #clauses: 41 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3376844-1307669820/watcher-3376844-1307669820 -o /tmp/evaluation-result-3376844-1307669820/solver-3376844-1307669820 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376844-1307669820.cnf 1905245859 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.56 2.90 3.03 5/186 14179
/proc/meminfo: memFree=31978152/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=31844 CPUtime=0 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 1263 0 0 0 0 0 0 0 23 0 1 0 878579767 32608256 1198 33554432000 4194304 6014671 140735525924208 18446744073709551615 218905424955 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14179/statm: 7961 1210 305 445 0 1506 0

[startup+0.0741979 s]
/proc/loadavg: 2.56 2.90 3.03 5/186 14179
/proc/meminfo: memFree=31978152/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=47724 CPUtime=0.06 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 6048 0 0 0 6 0 0 0 23 0 1 0 878579767 48869376 5983 33554432000 4194304 6014671 140735525924208 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 11931 5983 680 445 0 5476 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47724

[startup+0.100193 s]
/proc/loadavg: 2.56 2.90 3.03 5/186 14179
/proc/meminfo: memFree=31978152/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=55928 CPUtime=0.08 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 6114 0 0 0 8 0 0 0 23 0 1 0 878579767 57270272 6049 33554432000 4194304 6014671 140735525924208 18446744073709551615 218905427482 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 13982 6049 713 445 0 7527 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55928

[startup+0.300151 s]
/proc/loadavg: 2.56 2.90 3.03 5/186 14179
/proc/meminfo: memFree=31978152/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=55928 CPUtime=0.28 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 6766 0 0 0 28 0 0 0 25 0 1 0 878579767 57270272 6701 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 13982 6701 720 445 0 7527 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55928

[startup+0.70109 s]
/proc/loadavg: 2.56 2.90 3.03 5/186 14179
/proc/meminfo: memFree=31978152/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=66272 CPUtime=0.69 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 8250 0 0 0 68 1 0 0 25 0 1 0 878579767 67862528 8185 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 16568 8185 721 445 0 10113 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66272

[startup+1.50094 s]
/proc/loadavg: 2.56 2.90 3.03 4/184 14214
/proc/meminfo: memFree=31920392/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=78116 CPUtime=1.49 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 10383 0 0 0 148 1 0 0 25 0 1 0 878579767 79990784 10318 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 19529 10318 721 445 0 13074 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78116

[startup+3.10064 s]
/proc/loadavg: 2.59 2.90 3.03 4/184 14214
/proc/meminfo: memFree=31896224/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=78116 CPUtime=3.08 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 13153 0 0 0 307 1 0 0 25 0 1 0 878579767 79990784 13088 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 19529 13088 721 445 0 13074 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78116

[startup+6.30107 s]
/proc/loadavg: 2.59 2.90 3.03 4/184 14214
/proc/meminfo: memFree=31800484/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=119204 CPUtime=6.29 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 23075 0 0 0 627 2 0 0 25 0 1 0 878579767 122064896 23010 33554432000 4194304 6014671 140735525924208 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 29801 23010 725 445 0 23346 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119204

[startup+12.7009 s]
/proc/loadavg: 2.65 2.91 3.03 4/184 14214
/proc/meminfo: memFree=31742256/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=205712 CPUtime=12.69 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 30413 0 0 0 1266 3 0 0 25 0 1 0 878579767 210649088 30348 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 51428 30348 725 445 0 44973 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 205712

[startup+25.5006 s]
/proc/loadavg: 2.71 2.91 3.03 4/184 14215
/proc/meminfo: memFree=31599660/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=291676 CPUtime=25.49 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 49243 0 0 0 2544 5 0 0 25 0 1 0 878579767 298676224 49173 33554432000 4194304 6014671 140735525924208 18446744073709551615 4566288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 72919 49173 728 445 0 66464 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 291676

[startup+51.101 s]
/proc/loadavg: 2.81 2.91 3.03 4/184 14215
/proc/meminfo: memFree=31469148/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=439424 CPUtime=51.09 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 60360 0 0 0 5102 7 0 0 25 0 1 0 878579767 449970176 60254 33554432000 4194304 6014671 140735525924208 18446744073709551615 4534825 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 109856 60254 728 445 0 103401 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 439424

[startup+102.307 s]
/proc/loadavg: 2.92 2.93 3.02 4/184 14217
/proc/meminfo: memFree=31175724/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=646460 CPUtime=102.3 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 93083 0 0 0 10217 13 0 0 25 0 1 0 878579767 661975040 92800 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 161615 92800 725 445 0 155160 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 646460

[startup+162.301 s]
/proc/loadavg: 2.97 2.94 3.02 4/184 14218
/proc/meminfo: memFree=30962892/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=768116 CPUtime=162.29 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 131647 0 0 0 16212 17 0 0 25 0 1 0 878579767 786550784 131168 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 192029 131168 735 445 0 185574 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 768116

[startup+222.301 s]
/proc/loadavg: 2.99 2.95 3.01 4/184 14220
/proc/meminfo: memFree=30858680/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=768116 CPUtime=222.3 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 144747 0 0 0 22211 19 0 0 25 0 1 0 878579767 786550784 144146 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 192029 144146 735 445 0 185574 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 768116

[startup+282.3 s]
/proc/loadavg: 2.99 2.95 3.01 4/184 14221
/proc/meminfo: memFree=30761040/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=768116 CPUtime=282.29 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 158802 0 0 0 28209 20 0 0 25 0 1 0 878579767 786550784 158063 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 192029 158063 735 445 0 185574 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 768116

[startup+342.3 s]
/proc/loadavg: 3.07 2.97 3.01 4/184 14223
/proc/meminfo: memFree=30613564/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=768116 CPUtime=342.3 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 177923 0 0 0 34208 22 0 0 25 0 1 0 878579767 786550784 177020 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 192029 177020 725 445 0 185574 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 768116

[startup+402.301 s]
/proc/loadavg: 3.03 2.97 3.00 4/184 14225
/proc/meminfo: memFree=30563788/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=768116 CPUtime=402.3 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 177972 0 0 0 40208 22 0 0 25 0 1 0 878579767 786550784 176899 33554432000 4194304 6014671 140735525924208 18446744073709551615 4379163 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 192029 176899 725 445 0 185574 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 768116

[startup+462.301 s]
/proc/loadavg: 3.01 2.97 3.00 4/184 14226
/proc/meminfo: memFree=30472112/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=783896 CPUtime=462.3 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 182159 0 0 0 46208 22 0 0 25 0 1 0 878579767 802709504 180994 33554432000 4194304 6014671 140735525924208 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 195974 180994 725 445 0 189519 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 783896

[startup+522.301 s]
/proc/loadavg: 3.00 2.97 3.00 4/184 14228
/proc/meminfo: memFree=30314952/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=987480 CPUtime=522.3 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 207372 0 0 0 52205 25 0 0 25 0 1 0 878579767 1011179520 206009 33554432000 4194304 6014671 140735525924208 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 246870 206009 725 445 0 240415 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 987480

[startup+582.301 s]
/proc/loadavg: 3.00 2.97 3.00 4/184 14229
/proc/meminfo: memFree=30296428/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=987480 CPUtime=582.31 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 208607 0 0 0 58205 26 0 0 25 0 1 0 878579767 1011179520 207085 33554432000 4194304 6014671 140735525924208 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 246870 207085 725 445 0 240415 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 987480

[startup+642.3 s]
/proc/loadavg: 2.72 2.91 2.98 3/178 14255
/proc/meminfo: memFree=30394428/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=987480 CPUtime=642.31 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 208706 0 0 0 64205 26 0 0 25 0 1 0 878579767 1011179520 207014 33554432000 4194304 6014671 140735525924208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 246870 207014 725 445 0 240415 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 987480

[startup+702.3 s]
/proc/loadavg: 2.26 2.74 2.91 3/178 14257
/proc/meminfo: memFree=30333736/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=987480 CPUtime=702.31 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 208807 0 0 0 70205 26 0 0 25 0 1 0 878579767 1011179520 206934 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 246870 206934 725 445 0 240415 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 987480

[startup+762.307 s]
/proc/loadavg: 2.09 2.60 2.85 3/178 14258
/proc/meminfo: memFree=30248376/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=987480 CPUtime=762.32 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 208808 0 0 0 76206 26 0 0 25 0 1 0 878579767 1011179520 206808 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 246870 206808 725 445 0 240415 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 987480

[startup+822.301 s]
/proc/loadavg: 2.03 2.49 2.80 3/178 14260
/proc/meminfo: memFree=30150488/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=1195692 CPUtime=822.31 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 222282 0 0 0 82203 28 0 0 25 0 1 0 878579767 1224388608 220082 33554432000 4194304 6014671 140735525924208 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 298923 220082 725 445 0 292468 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1195692

[startup+882.301 s]
/proc/loadavg: 2.01 2.40 2.75 3/178 14262
/proc/meminfo: memFree=30140132/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=1407160 CPUtime=882.31 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 225031 0 0 0 88202 29 0 0 25 0 1 0 878579767 1440931840 222761 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 351790 222761 725 445 0 345335 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1407160

[startup+942.301 s]
/proc/loadavg: 2.04 2.34 2.70 3/178 14263
/proc/meminfo: memFree=30056624/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=1642516 CPUtime=942.32 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 246642 0 0 0 94199 33 0 0 25 0 1 0 878579767 1681936384 244227 33554432000 4194304 6014671 140735525924208 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 410629 244227 725 445 0 404174 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1642516

[startup+1002.3 s]
/proc/loadavg: 2.01 2.27 2.65 3/178 14265
/proc/meminfo: memFree=29896976/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=1642516 CPUtime=1002.32 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 285342 0 0 0 100194 38 0 0 25 0 1 0 878579767 1681936384 282777 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 410629 282777 725 445 0 404174 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1642516

[startup+1062.3 s]
/proc/loadavg: 2.00 2.22 2.61 3/178 14266
/proc/meminfo: memFree=30019952/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=1890172 CPUtime=1062.31 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 289780 0 0 0 106193 38 0 0 25 0 1 0 878579767 1935536128 287137 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 472543 287137 725 445 0 466088 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1890172

[startup+1122.3 s]
/proc/loadavg: 2.00 2.18 2.57 3/178 14268
/proc/meminfo: memFree=29900120/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=1890172 CPUtime=1122.32 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 307382 0 0 0 112191 41 0 0 25 0 1 0 878579767 1935536128 304538 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 472543 304538 725 445 0 466088 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1890172

[startup+1182.3 s]
/proc/loadavg: 2.00 2.15 2.53 3/178 14269
/proc/meminfo: memFree=29769000/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=2152828 CPUtime=1182.32 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 324617 0 0 0 118188 44 0 0 25 0 1 0 878579767 2204495872 321568 33554432000 4194304 6014671 140735525924208 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 538207 321568 725 445 0 531752 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2152828

[startup+1242.3 s]
/proc/loadavg: 2.00 2.11 2.50 3/178 14271
/proc/meminfo: memFree=29704960/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=2152828 CPUtime=1242.33 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 332958 0 0 0 124187 46 0 0 25 0 1 0 878579767 2204495872 329803 33554432000 4194304 6014671 140735525924208 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 538207 329803 725 445 0 531752 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2152828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.09 2.46 3/179 14274
/proc/meminfo: memFree=30637728/32951124 swapFree=67053156/67111528
[pid=14179] ppid=14177 vsize=2152828 CPUtime=1300.03 cores=5,7
/proc/14179/stat : 14179 (qutersat_releas) R 14177 14179 12991 0 -1 4202496 332958 0 0 0 129957 46 0 0 25 0 1 0 878579767 2204495872 329803 33554432000 4194304 6014671 140735525924208 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14179/statm: 538207 329803 725 445 0 531752 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2152828

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

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

Child status: 1
Real time (s): 1300.05
CPU time (s): 1300.09
CPU user time (s): 1299.58
CPU system time (s): 0.509922
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2152828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.58
system time used= 0.509922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332963
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1754

runsolver used 1.9517 second user time and 4.78327 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-10 03:37:01
IDJOB=3376844
IDBENCH=85456
IDSOLVER=1856
FILE ID=node137/3376844-1307669820
RUNJOBID= node137-1307669820-14134
PBS_JOBID= 13549465
Free space on /tmp= 74100 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376844-1307669820/watcher-3376844-1307669820 -o /tmp/evaluation-result-3376844-1307669820/solver-3376844-1307669820 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376844-1307669820.cnf 1905245859

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=1905245859

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31980432 kB
Buffers:        219828 kB
Cached:         531136 kB
SwapCached:      12208 kB
Active:         383292 kB
Inactive:       413092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31980432 kB
SwapTotal:    67111528 kB
SwapFree:     67053156 kB
Dirty:            6392 kB
Writeback:           0 kB
AnonPages:       43128 kB
Mapped:          11572 kB
Slab:           110032 kB
PageTables:       4800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269060 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= 74100 MiB
End job on node137 at 2011-06-10 03:58:43