Trace number 3376842

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.03 1300.06

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1704
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 870 #clause: 24825
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        870 AvgFaninNum: 28
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 : 840
0.00/0.01	c Total Root : 0 Undef Var: 840
0.00/0.01	c After covering, Total Root: 30 Leaf: 840
0.00/0.01	c Variable( cover/uncovered/unused ): 870 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 840 23955
0.00/0.01	c Clauses( cover/uncovered ): 30 0
0.00/0.01	c Total Clauses( cover/uncovered ): 870 23955 3.50453%
0.00/0.01	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 2 max size: 2
0.00/0.02	c Final circuit: i/l/o/s     840       0   23955     24765
0.00/0.02	c CnfToAig: Time: 0.02 s
0.00/0.05	c TmMap: Set choices finish.
0.04/0.06	c TmMap: Set big and: 23985
0.04/0.06	c TmMap: Origin: 25606 ClauseNum: 74295 --> New: 24826 ClauseNum: 72735
0.04/0.06	c TmMap: Time: 0.02
0.04/0.06	c Try to Add: #clause: 47970 #xorclause: 0
0.04/0.07	c #var: 870 #clauses: 31 Solving... 
1299.98/1300.01	c Time Out !!
1299.98/1300.01	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: 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-3376842-1305475849/watcher-3376842-1305475849 -o /tmp/evaluation-result-3376842-1305475849/solver-3376842-1305475849 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376842-1305475849.cnf 1493215425 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.50 3.96 3.87 2/429 23703
/proc/meminfo: memFree=17189632/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=33388 CPUtime=0 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 2161 0 0 0 0 0 0 0 22 0 1 0 737815616 34189312 2097 33554432000 4194304 6014671 140736879027584 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 8347 2099 383 445 0 1892 0

[startup+0.0625301 s]
/proc/loadavg: 3.50 3.96 3.87 2/429 23703
/proc/meminfo: memFree=17189632/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=45676 CPUtime=0.04 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 5342 0 0 0 4 0 0 0 22 0 1 0 737815616 46772224 5278 33554432000 4194304 6014671 140736879027584 18446744073709551615 4252419 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 11419 5282 670 445 0 4964 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45676

[startup+0.100527 s]
/proc/loadavg: 3.50 3.96 3.87 2/429 23703
/proc/meminfo: memFree=17189632/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=54904 CPUtime=0.09 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 5834 0 0 0 8 1 0 0 22 0 1 0 737815616 56221696 5770 33554432000 4194304 6014671 140736879027584 18446744073709551615 4378622 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 13726 5770 720 445 0 7271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54904

[startup+0.30053 s]
/proc/loadavg: 3.50 3.96 3.87 2/429 23703
/proc/meminfo: memFree=17189632/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=64288 CPUtime=0.29 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 6673 0 0 0 28 1 0 0 23 0 1 0 737815616 65830912 6609 33554432000 4194304 6014671 140736879027584 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 16072 6609 721 445 0 9617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64288

[startup+0.700461 s]
/proc/loadavg: 3.50 3.96 3.87 2/429 23703
/proc/meminfo: memFree=17189632/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=74360 CPUtime=0.69 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 7760 0 0 0 68 1 0 0 25 0 1 0 737815616 76144640 7696 33554432000 4194304 6014671 140736879027584 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 18590 7696 721 445 0 12135 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74360

[startup+1.50032 s]
/proc/loadavg: 3.50 3.96 3.87 5/445 23734
/proc/meminfo: memFree=16966148/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=85040 CPUtime=1.49 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 9049 0 0 0 148 1 0 0 25 0 1 0 737815616 87080960 8985 33554432000 4194304 6014671 140736879027584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 21260 8985 721 445 0 14805 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85040

[startup+3.10104 s]
/proc/loadavg: 3.50 3.96 3.87 5/445 23734
/proc/meminfo: memFree=16931552/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=85168 CPUtime=3.09 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 12908 0 0 0 307 2 0 0 25 0 1 0 737815616 87212032 12844 33554432000 4194304 6014671 140736879027584 18446744073709551615 4536600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 21292 12844 725 445 0 14837 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85168

[startup+6.30052 s]
/proc/loadavg: 3.54 3.96 3.87 5/445 23734
/proc/meminfo: memFree=16898944/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=108364 CPUtime=6.29 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 16339 0 0 0 626 3 0 0 25 0 1 0 737815616 110964736 16275 33554432000 4194304 6014671 140736879027584 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 27091 16275 725 445 0 20636 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108364

[startup+12.7005 s]
/proc/loadavg: 3.58 3.96 3.88 5/445 23734
/proc/meminfo: memFree=16818280/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=133944 CPUtime=12.69 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 24768 0 0 0 1265 4 0 0 25 0 1 0 737815616 137158656 24697 33554432000 4194304 6014671 140736879027584 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 33486 24697 728 445 0 27031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133944

[startup+25.5003 s]
/proc/loadavg: 3.67 3.96 3.88 5/445 23734
/proc/meminfo: memFree=16738784/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=147856 CPUtime=25.49 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 29154 0 0 0 2544 5 0 0 25 0 1 0 737815616 151404544 29083 33554432000 4194304 6014671 140736879027584 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 36964 29083 728 445 0 30509 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147856

[startup+51.1011 s]
/proc/loadavg: 3.92 4.00 3.89 5/445 23788
/proc/meminfo: memFree=15886152/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=293248 CPUtime=51.09 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 48918 0 0 0 5101 8 0 0 25 0 1 0 737815616 300285952 48844 33554432000 4194304 6014671 140736879027584 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 73312 48844 725 445 0 66857 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 293248

[startup+102.317 s]
/proc/loadavg: 4.00 4.01 3.90 5/445 23790
/proc/meminfo: memFree=15607768/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=437696 CPUtime=102.31 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 67484 0 0 0 10220 11 0 0 25 0 1 0 737815616 448200704 67260 33554432000 4194304 6014671 140736879027584 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 109424 67260 725 445 0 102969 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 437696

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/445 23792
/proc/meminfo: memFree=15426008/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=437696 CPUtime=162.29 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 76972 0 0 0 16216 13 0 0 25 0 1 0 737815616 448200704 76499 33554432000 4194304 6014671 140736879027584 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 109424 76499 725 445 0 102969 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 437696

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/445 23794
/proc/meminfo: memFree=15194276/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=743764 CPUtime=222.28 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 116109 0 0 0 22210 18 0 0 25 0 1 0 737815616 761614336 115351 33554432000 4194304 6014671 140736879027584 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 185941 115351 725 445 0 179486 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 743764

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/445 23794
/proc/meminfo: memFree=15124552/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=743764 CPUtime=282.28 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 130055 0 0 0 28207 21 0 0 25 0 1 0 737815616 761614336 129032 33554432000 4194304 6014671 140736879027584 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 185941 129032 725 445 0 179486 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 743764

[startup+342.3 s]
/proc/loadavg: 4.07 4.03 3.92 5/445 23796
/proc/meminfo: memFree=14970516/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=743764 CPUtime=342.28 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 130562 0 0 0 34207 21 0 0 25 0 1 0 737815616 761614336 129424 33554432000 4194304 6014671 140736879027584 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 185941 129424 725 445 0 179486 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 743764

[startup+402.3 s]
/proc/loadavg: 4.20 4.06 3.94 5/445 23798
/proc/meminfo: memFree=14897948/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=743764 CPUtime=402.28 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 143321 0 0 0 40205 23 0 0 25 0 1 0 737815616 761614336 142124 33554432000 4194304 6014671 140736879027584 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 185941 142124 725 445 0 179486 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 743764

[startup+462.3 s]
/proc/loadavg: 4.14 4.07 3.94 5/445 23800
/proc/meminfo: memFree=14838028/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=879368 CPUtime=462.28 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 152859 0 0 0 46203 25 0 0 25 0 1 0 737815616 900472832 151406 33554432000 4194304 6014671 140736879027584 18446744073709551615 4535168 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 219842 151406 725 445 0 213387 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 879368

[startup+522.3 s]
/proc/loadavg: 4.05 4.05 3.94 5/445 23802
/proc/meminfo: memFree=14697756/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=879368 CPUtime=522.27 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 174834 0 0 0 52200 27 0 0 25 0 1 0 737815616 900472832 173173 33554432000 4194304 6014671 140736879027584 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 219842 173173 725 445 0 213387 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 879368

[startup+582.3 s]
/proc/loadavg: 4.02 4.04 3.94 5/445 23802
/proc/meminfo: memFree=14570492/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1037448 CPUtime=582.27 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 194544 0 0 0 58196 31 0 0 25 0 1 0 737815616 1062346752 192652 33554432000 4194304 6014671 140736879027584 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 259362 192652 725 445 0 252907 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 1037448

[startup+642.3 s]
/proc/loadavg: 4.14 4.07 3.96 5/445 23804
/proc/meminfo: memFree=14485392/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1037448 CPUtime=642.28 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 200218 0 0 0 64196 32 0 0 25 0 1 0 737815616 1062346752 189342 33554432000 4194304 6014671 140736879027584 18446744073709551615 4378967 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 259362 189342 725 445 0 252907 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 1037448

[startup+702.3 s]
/proc/loadavg: 4.10 4.07 3.96 5/445 23806
/proc/meminfo: memFree=14425344/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1215584 CPUtime=702.27 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 206895 0 0 0 70191 36 0 0 25 0 1 0 737815616 1244758016 196019 33554432000 4194304 6014671 140736879027584 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 303896 196019 725 445 0 297441 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 1215584

[startup+762.317 s]
/proc/loadavg: 4.03 4.06 3.96 5/445 23808
/proc/meminfo: memFree=14393816/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1399912 CPUtime=762.28 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 213438 0 0 0 76191 37 0 0 25 0 1 0 737815616 1433509888 202562 33554432000 4194304 6014671 140736879027584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 349978 202562 725 445 0 343523 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 1399912

[startup+822.3 s]
/proc/loadavg: 4.01 4.04 3.96 5/445 23810
/proc/meminfo: memFree=14297432/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1589084 CPUtime=822.26 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 220631 0 0 0 82188 38 0 0 25 0 1 0 737815616 1627222016 209755 33554432000 4194304 6014671 140736879027584 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 397271 209755 725 445 0 390816 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 1589084

[startup+882.3 s]
/proc/loadavg: 4.00 4.03 3.96 5/445 23810
/proc/meminfo: memFree=14269256/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1589084 CPUtime=882.26 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 227670 0 0 0 88187 39 0 0 25 0 1 0 737815616 1627222016 216659 33554432000 4194304 6014671 140736879027584 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 397271 216659 739 445 0 390816 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 1589084

[startup+942.3 s]
/proc/loadavg: 4.09 4.05 3.97 5/445 23812
/proc/meminfo: memFree=14267364/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1589084 CPUtime=942.26 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 227670 0 0 0 94187 39 0 0 25 0 1 0 737815616 1627222016 216659 33554432000 4194304 6014671 140736879027584 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 397271 216659 739 445 0 390816 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 1589084

[startup+1002.3 s]
/proc/loadavg: 4.03 4.04 3.97 5/445 23814
/proc/meminfo: memFree=14223312/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1780856 CPUtime=1002.26 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 238491 0 0 0 100185 41 0 0 25 0 1 0 737815616 1823596544 227365 33554432000 4194304 6014671 140736879027584 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 445214 227365 739 445 0 438759 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 1780856

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 3.98 5/445 23816
/proc/meminfo: memFree=14160660/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1780856 CPUtime=1062.27 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 241918 0 0 0 106185 42 0 0 25 0 1 0 737815616 1823596544 230641 33554432000 4194304 6014671 140736879027584 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 445214 230641 727 445 0 438759 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 1780856

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 3.98 5/445 23818
/proc/meminfo: memFree=14135952/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1780856 CPUtime=1122.27 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 242573 0 0 0 112185 42 0 0 25 0 1 0 737815616 1823596544 231115 33554432000 4194304 6014671 140736879027584 18446744073709551615 4566189 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 445214 231115 727 445 0 438759 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 1780856

[startup+1182.3 s]
/proc/loadavg: 4.13 4.07 4.00 5/445 23818
/proc/meminfo: memFree=14130584/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1780856 CPUtime=1182.27 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 242574 0 0 0 118185 42 0 0 25 0 1 0 737815616 1823596544 231067 33554432000 4194304 6014671 140736879027584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 445214 231067 727 445 0 438759 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 1780856

[startup+1242.3 s]
/proc/loadavg: 4.17 4.08 4.00 5/445 23820
/proc/meminfo: memFree=14110956/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1780856 CPUtime=1242.26 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 242878 0 0 0 124184 42 0 0 25 0 1 0 737815616 1823596544 231218 33554432000 4194304 6014671 140736879027584 18446744073709551615 4535199 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 445214 231218 727 445 0 438759 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 1780856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.07 4.00 5/445 23822
/proc/meminfo: memFree=14085128/32951124 swapFree=45193372/67111528
[pid=23703] ppid=23701 vsize=1780856 CPUtime=1299.98 cores=0,2
/proc/23703/stat : 23703 (qutersat_releas) R 23701 23703 22441 0 -1 4202496 242998 0 0 0 129955 43 0 0 25 0 1 0 737815616 1823596544 231120 33554432000 4194304 6014671 140736879027584 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23703/statm: 445214 231120 727 445 0 438759 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 1780856

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.06
CPU time (s): 1300.03
CPU user time (s): 1299.56
CPU system time (s): 0.472928
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 1780856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.56
system time used= 0.472928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243002
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= 13
involuntary context switches= 17292

runsolver used 6.07408 second user time and 12.8201 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 18:10:50
IDJOB=3376842
IDBENCH=85538
IDSOLVER=1856
FILE ID=node118/3376842-1305475849
RUNJOBID= node118-1305475849-23691
PBS_JOBID= 13325305
Free space on /tmp= 73268 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376842-1305475849/watcher-3376842-1305475849 -o /tmp/evaluation-result-3376842-1305475849/solver-3376842-1305475849 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376842-1305475849.cnf 1493215425

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=1493215425

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17189904 kB
Buffers:        309628 kB
Cached:        4709560 kB
SwapCached:      22076 kB
Active:       12791768 kB
Inactive:      2644348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17189904 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:            2120 kB
Writeback:           0 kB
AnonPages:    10408340 kB
Mapped:          21768 kB
Slab:           159088 kB
PageTables:      98916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125847416 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= 73224 MiB
End job on node118 at 2011-05-15 18:32:32