Trace number 3265116

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-03-01? (TO) 1300.07 1300.05

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4072
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 1575 #clause: 34695
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: 1575
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 1575 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 34650
0.00/0.01	c Clauses( cover/uncovered ): 0 45
0.00/0.01	c Total Clauses( cover/uncovered ): 0 34695 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.0428 max size: 35
0.00/0.03	c Final circuit: i/l/o/s    1575       0   34695     36180
0.00/0.03	c CnfToAig: Time: 0.02 s
0.00/0.06	c TmMap: Set choices finish.
0.00/0.07	c TmMap: Set big and: 34695
0.00/0.07	c TmMap: Origin: 37756 ClauseNum: 108540 --> New: 36271 ClauseNum: 105570
0.00/0.07	c TmMap: Time: 0.01
0.00/0.08	c Try to Add: #clause: 69390 #xorclause: 0
0.00/0.08	c #var: 1575 #clauses: 46 Solving... 
1300.01/1300.00	c Time Out !!
1300.01/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: 935)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.78 3.31 3.60 4/189 20120
/proc/meminfo: memFree=18237452/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=32364 CPUtime=0 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 1838 0 0 0 0 0 0 0 25 0 1 0 468981067 33140736 1772 33554432000 4194304 6016207 140735880925456 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 8091 1772 379 445 0 1635 0

[startup+0.0929131 s]
/proc/loadavg: 3.78 3.31 3.60 4/189 20120
/proc/meminfo: memFree=18237452/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=59512 CPUtime=0.08 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 6763 0 0 0 8 0 0 0 18 0 1 0 468981067 60940288 6697 33554432000 4194304 6016207 140735880925456 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 14878 6697 695 445 0 8422 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59512

[startup+0.10091 s]
/proc/loadavg: 3.78 3.31 3.60 4/189 20120
/proc/meminfo: memFree=18237452/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=59512 CPUtime=0.09 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 6772 0 0 0 9 0 0 0 18 0 1 0 468981067 60940288 6706 33554432000 4194304 6016207 140735880925456 18446744073709551615 4538136 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 14878 6706 704 445 0 8422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59512

[startup+0.300879 s]
/proc/loadavg: 3.78 3.31 3.60 4/189 20120
/proc/meminfo: memFree=18237452/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=59512 CPUtime=0.29 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 7340 0 0 0 29 0 0 0 18 0 1 0 468981067 60940288 7274 33554432000 4194304 6016207 140735880925456 18446744073709551615 4424263 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 14878 7274 717 445 0 8422 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59512

[startup+0.700824 s]
/proc/loadavg: 3.78 3.31 3.60 4/189 20120
/proc/meminfo: memFree=18237452/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=69932 CPUtime=0.69 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 8757 0 0 0 68 1 0 0 18 0 1 0 468981067 71610368 8691 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 17483 8691 717 445 0 11027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69932

[startup+1.50068 s]
/proc/loadavg: 3.78 3.31 3.60 5/190 20121
/proc/meminfo: memFree=18202252/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=81460 CPUtime=1.49 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 11002 0 0 0 148 1 0 0 19 0 1 0 468981067 83415040 10936 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 20365 10936 717 445 0 13909 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81460

[startup+3.10041 s]
/proc/loadavg: 3.78 3.31 3.60 5/190 20121
/proc/meminfo: memFree=18192208/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=94204 CPUtime=3.09 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 14615 0 0 0 307 2 0 0 25 0 1 0 468981067 96464896 14549 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 23551 14549 722 445 0 17095 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94204

[startup+6.30087 s]
/proc/loadavg: 3.79 3.32 3.60 5/190 20121
/proc/meminfo: memFree=18153664/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=114812 CPUtime=6.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 21077 0 0 0 627 3 0 0 25 0 1 0 468981067 117567488 21011 33554432000 4194304 6016207 140735880925456 18446744073709551615 4536793 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 28703 21011 726 445 0 22247 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 114812

[startup+12.7008 s]
/proc/loadavg: 3.81 3.33 3.60 5/190 20121
/proc/meminfo: memFree=18121380/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=215472 CPUtime=12.69 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 31486 0 0 0 1265 4 0 0 25 0 1 0 468981067 220643328 31420 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 53868 31420 727 445 0 47412 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 215472

[startup+25.5007 s]
/proc/loadavg: 3.85 3.36 3.61 5/190 20121
/proc/meminfo: memFree=18045376/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=281980 CPUtime=25.5 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 46587 0 0 0 2543 7 0 0 25 0 1 0 468981067 288747520 46521 33554432000 4194304 6016207 140735880925456 18446744073709551615 4536784 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 70495 46521 727 445 0 64039 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 281980

[startup+51.1004 s]
/proc/loadavg: 3.90 3.41 3.62 5/190 20122
/proc/meminfo: memFree=17979128/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=431280 CPUtime=51.1 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 58007 0 0 0 5101 9 0 0 25 0 1 0 468981067 441630720 57905 33554432000 4194304 6016207 140735880925456 18446744073709551615 4536336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 107820 57905 729 445 0 101364 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 431280

[startup+102.307 s]
/proc/loadavg: 3.95 3.50 3.64 5/190 20124
/proc/meminfo: memFree=17851644/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=634552 CPUtime=102.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 85189 0 0 0 10216 14 0 0 25 0 1 0 468981067 649781248 84952 33554432000 4194304 6016207 140735880925456 18446744073709551615 210204344075 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 158638 84952 729 445 0 152182 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 634552

[startup+162.301 s]
/proc/loadavg: 4.04 3.60 3.66 5/190 20125
/proc/meminfo: memFree=17769268/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=745172 CPUtime=162.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 103903 0 0 0 16211 19 0 0 25 0 1 0 468981067 763056128 103510 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 186293 103510 738 445 0 179837 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 745172

[startup+222.301 s]
/proc/loadavg: 4.01 3.67 3.68 5/190 20127
/proc/meminfo: memFree=17672624/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=971932 CPUtime=222.29 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 127233 0 0 0 22207 22 0 0 25 0 1 0 468981067 995258368 126637 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 242983 126637 738 445 0 236527 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 971932

[startup+282.301 s]
/proc/loadavg: 4.00 3.73 3.70 5/190 20129
/proc/meminfo: memFree=17592976/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=971932 CPUtime=282.29 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 143620 0 0 0 28205 24 0 0 25 0 1 0 468981067 995258368 142849 33554432000 4194304 6016207 140735880925456 18446744073709551615 4536336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 242983 142849 741 445 0 236527 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 971932

[startup+342.301 s]
/proc/loadavg: 4.00 3.78 3.71 5/190 20130
/proc/meminfo: memFree=17496584/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=971932 CPUtime=342.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 165496 0 0 0 34203 27 0 0 25 0 1 0 468981067 995258368 164553 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 242983 164553 741 445 0 236527 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 971932

[startup+402.3 s]
/proc/loadavg: 4.04 3.83 3.73 5/190 20132
/proc/meminfo: memFree=17453276/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=971932 CPUtime=402.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 169614 0 0 0 40202 28 0 0 25 0 1 0 468981067 995258368 168578 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 242983 168578 741 445 0 236527 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 971932

[startup+462.3 s]
/proc/loadavg: 4.01 3.86 3.75 5/190 20133
/proc/meminfo: memFree=17367296/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=971932 CPUtime=462.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 186326 0 0 0 46200 30 0 0 25 0 1 0 468981067 995258368 185180 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 242983 185180 730 445 0 236527 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 971932

[startup+522.3 s]
/proc/loadavg: 4.00 3.88 3.76 5/190 20135
/proc/meminfo: memFree=17274632/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=522.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 200391 0 0 0 52198 32 0 0 25 0 1 0 468981067 1154707456 199088 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 199088 730 445 0 275455 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1127644

[startup+582.3 s]
/proc/loadavg: 4.00 3.90 3.77 5/190 20137
/proc/meminfo: memFree=17235272/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=582.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 205681 0 0 0 58197 33 0 0 25 0 1 0 468981067 1154707456 204264 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 204264 727 445 0 275455 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1127644

[startup+642.3 s]
/proc/loadavg: 4.00 3.92 3.78 5/190 20147
/proc/meminfo: memFree=17188124/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=642.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 212270 0 0 0 64197 33 0 0 25 0 1 0 468981067 1154707456 210794 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 210794 727 445 0 275455 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 1127644

[startup+702.301 s]
/proc/loadavg: 4.00 3.93 3.79 5/190 20149
/proc/meminfo: memFree=17175204/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=702.31 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 215591 0 0 0 70195 36 0 0 25 0 1 0 468981067 1154707456 213992 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 213992 727 445 0 275455 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1127644

[startup+762.307 s]
/proc/loadavg: 4.00 3.94 3.80 5/190 20150
/proc/meminfo: memFree=17168968/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=762.31 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 215734 0 0 0 76195 36 0 0 25 0 1 0 468981067 1154707456 214005 33554432000 4194304 6016207 140735880925456 18446744073709551615 4373613 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 214005 727 445 0 275455 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1127644

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 20152
/proc/meminfo: memFree=17143756/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=822.31 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 215826 0 0 0 82195 36 0 0 25 0 1 0 468981067 1154707456 214029 33554432000 4194304 6016207 140735880925456 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 214029 727 445 0 275455 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1127644

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 20157
/proc/meminfo: memFree=17127664/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=882.31 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 218048 0 0 0 88194 37 0 0 25 0 1 0 468981067 1154707456 216110 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 216110 727 445 0 275455 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1127644

[startup+942.301 s]
/proc/loadavg: 4.10 3.99 3.84 5/190 20158
/proc/meminfo: memFree=17095504/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=942.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 220955 0 0 0 94193 37 0 0 25 0 1 0 468981067 1154707456 218851 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425621 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 218851 727 445 0 275455 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1127644

[startup+1002.3 s]
/proc/loadavg: 4.09 4.00 3.85 5/190 20160
/proc/meminfo: memFree=17061488/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=1002.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 221189 0 0 0 100193 37 0 0 25 0 1 0 468981067 1154707456 219085 33554432000 4194304 6016207 140735880925456 18446744073709551615 4381349 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 219085 727 445 0 275455 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1127644

[startup+1062.3 s]
/proc/loadavg: 3.50 3.86 3.81 4/184 20178
/proc/meminfo: memFree=17178060/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=1062.31 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 223700 0 0 0 106193 38 0 0 25 0 1 0 468981067 1154707456 221415 33554432000 4194304 6016207 140735880925456 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 221415 727 445 0 275455 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1127644

[startup+1122.3 s]
/proc/loadavg: 3.18 3.70 3.76 4/184 20180
/proc/meminfo: memFree=17216476/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=1122.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 224132 0 0 0 112192 38 0 0 25 0 1 0 468981067 1154707456 207526 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425690 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 207526 727 445 0 275455 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1127644

[startup+1182.3 s]
/proc/loadavg: 1.80 3.21 3.58 2/172 20218
/proc/meminfo: memFree=17615396/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=1182.3 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 238441 0 0 0 118190 40 0 0 25 0 1 0 468981067 1154707456 221835 33554432000 4194304 6016207 140735880925456 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 221835 727 445 0 275455 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1127644

[startup+1242.3 s]
/proc/loadavg: 1.29 2.80 3.42 2/172 20219
/proc/meminfo: memFree=17557452/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=1242.31 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 252913 0 0 0 124189 42 0 0 25 0 1 0 468981067 1154707456 236307 33554432000 4194304 6016207 140735880925456 18446744073709551615 4567822 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 236307 727 445 0 275455 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1127644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.10 2.47 3.26 2/172 20220
/proc/meminfo: memFree=17557540/32951124 swapFree=67111528/67111528
[pid=20120] ppid=20118 vsize=1127644 CPUtime=1300.01 cores=1,3
/proc/20120/stat : 20120 (qutersat_releas) R 20118 20120 19170 0 -1 4202496 252913 0 0 0 129959 42 0 0 25 0 1 0 468981067 1154707456 236307 33554432000 4194304 6016207 140735880925456 18446744073709551615 4380234 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20120/statm: 281911 236307 727 445 0 275455 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 1127644

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.07
CPU user time (s): 1299.6
CPU system time (s): 0.471928
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1127644

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

runsolver used 1.9907 second user time and 4.95125 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-23 17:50:26
IDJOB=3265116
IDBENCH=85438
IDSOLVER=1607
FILE ID=node130/3265116-1303573826
RUNJOBID= node130-1303573648-20021
PBS_JOBID= 13150296
Free space on /tmp= 71840 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265116-1303573826/watcher-3265116-1303573826 -o /tmp/evaluation-result-3265116-1303573826/solver-3265116-1303573826 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3265116-1303573826.cnf 271762048

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

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
RANDOM SEED=271762048

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18237600 kB
Buffers:       2091184 kB
Cached:       11753980 kB
SwapCached:          0 kB
Active:        6599756 kB
Inactive:      7569088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18237600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2060 kB
Writeback:           0 kB
AnonPages:      323832 kB
Mapped:          20468 kB
Slab:           480292 kB
PageTables:       5860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   613612 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= 71844 MiB
End job on node130 at 2011-04-23 18:12:08