Trace number 3376984

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)UNSAT 365.63 368.112

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/1.16	c Set FPU double precision.
0.73/1.91	c Parse Cnf success: #var: 259616 #clause: 1374599
0.73/1.91	c Find Units :      13149
0.73/1.99	c Find Invs  :       1737
1.04/2.21	c Find Ands  :     121323 AvgFaninNum: 3.55881
1.04/2.23	c Find Xors  :          0 AvgFaninNum: nan
1.04/2.27	c Find Ite   :          0
1.23/2.41	c UnDirect variable: 34
1.23/2.41	c UnDirect to Direct Gate: 200
1.23/2.41	c Forced Direct Gate: 17 Unuse unDirect Gate: 17
1.23/2.43	c Break Cycle : 52666
1.23/2.43	c Total Root : 8503 Undef Var: 214548
1.23/2.49	c After covering, Total Root: 23351 Leaf: 95654
1.23/2.49	c Variable( cover/uncovered/unused ): 140722 118894 0
1.23/2.49	c Unit Clauses: 13149
1.23/2.49	c Binary Clauses( cover/uncovered ): 126210 787627
1.23/2.49	c Clauses( cover/uncovered ): 44868 319255
1.23/2.49	c Total Clauses( cover/uncovered ): 184227 1106882 14.2689%
1.23/2.49	c Covered Ands: 44868 Invs: 200 Xors: 0 Ites: 0
2.14/3.34	c Uncover Clauses avg size: 2.43298 max size: 10
2.14/3.36	c Final circuit: i/l/o/s  209761       0 1012834   1534763
2.14/3.36	c CnfToAig: Time: 2.2 s
3.54/4.73	c TmMap: Set choices finish.
4.28/5.47	c TmMap: Set big and: 1045907
4.28/5.47	c TmMap: Origin: 1744525 ClauseNum: 4604289 --> New: 1256081 ClauseNum: 3624723
4.28/5.47	c TmMap: Time: 0.97
4.54/5.72	c Try to Add: #clause: 2093583 #xorclause: 0
4.94/6.11	c #var: 246544 #clauses: 331429 Solving... 
365.51/368.01	s UNSATISFIABLE
365.51/368.04	c CPU time: 365.56 s

Verifier Data

No possible verification on an UNSAT instance

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

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: 7.25 8.01 7.53 3/294 18559
/proc/meminfo: memFree=16472320/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=6420 CPUtime=0 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) D 18557 18559 18511 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 658374644 6574080 47 33554432000 4194304 6014671 140734532053312 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/18559/statm: 1605 47 37 445 0 66 0

[startup+0.0919219 s]
/proc/loadavg: 7.25 8.01 7.53 3/294 18559
/proc/meminfo: memFree=16472320/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=6420 CPUtime=0 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) D 18557 18559 18511 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 658374644 6574080 47 33554432000 4194304 6014671 140734532053312 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/18559/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100932 s]
/proc/loadavg: 7.25 8.01 7.53 3/294 18559
/proc/meminfo: memFree=16472320/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=6420 CPUtime=0 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) D 18557 18559 18511 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 658374644 6574080 47 33554432000 4194304 6014671 140734532053312 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/18559/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.300885 s]
/proc/loadavg: 7.25 8.01 7.53 3/294 18559
/proc/meminfo: memFree=16472320/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=6420 CPUtime=0 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) D 18557 18559 18511 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 658374644 6574080 47 33554432000 4194304 6014671 140734532053312 18446744073709551615 274659884679 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/18559/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.700831 s]
/proc/loadavg: 7.25 8.01 7.53 3/294 18559
/proc/meminfo: memFree=16472320/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=26264 CPUtime=0 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) D 18557 18559 18511 0 -1 4194304 273 0 2 0 0 0 0 0 18 0 1 0 658374644 26894336 225 33554432000 4194304 6014671 140734532053312 18446744073709551615 274659845608 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 68
/proc/18559/statm: 6566 225 182 445 0 98 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26264

[startup+1.50068 s]
/proc/loadavg: 7.25 8.01 7.53 2/303 18573
/proc/meminfo: memFree=16461348/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=88244 CPUtime=0.34 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 15344 0 4 0 32 2 0 0 18 0 1 0 658374644 90361856 15284 33554432000 4194304 6014671 140734532053312 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 22061 15284 377 445 0 15606 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 88244

[startup+3.1004 s]
/proc/loadavg: 7.31 8.01 7.53 6/303 18573
/proc/meminfo: memFree=15993516/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=275992 CPUtime=1.93 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 51989 0 4 0 186 7 0 0 18 0 1 0 658374644 282615808 51930 33554432000 4194304 6014671 140734532053312 18446744073709551615 4333912 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 68998 51946 398 445 0 62543 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 275992
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 7.31 8.01 7.53 9/304 18574
/proc/meminfo: memFree=14171700/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=702200 CPUtime=5.14 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 163685 0 4 0 494 20 0 0 25 0 1 0 658374644 719052800 159528 33554432000 4194304 6014671 140734532053312 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 175550 159528 697 445 0 169095 0
Current children cumulated CPU time (s) 5.14
Current children cumulated vsize (KiB) 702200

[startup+12.7007 s]
/proc/loadavg: 7.34 7.99 7.53 7/303 18574
/proc/meminfo: memFree=14070220/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=702200 CPUtime=11.38 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 165833 0 4 0 1115 23 0 0 25 0 1 0 658374644 719052800 161676 33554432000 4194304 6014671 140734532053312 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 115
/proc/18559/statm: 175550 161676 701 445 0 169095 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 702200

[startup+25.5005 s]
/proc/loadavg: 7.28 7.96 7.53 5/303 18574
/proc/meminfo: memFree=13684532/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=803284 CPUtime=23.25 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 189341 0 4 0 2293 32 0 0 25 0 1 0 658374644 822562816 185184 33554432000 4194304 6014671 140734532053312 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 115
/proc/18559/statm: 200821 185184 723 445 0 194366 0
Current children cumulated CPU time (s) 23.25
Current children cumulated vsize (KiB) 803284

[startup+51.1011 s]
/proc/loadavg: 6.40 7.70 7.45 5/303 18575
/proc/meminfo: memFree=13472324/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=859104 CPUtime=48.62 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 200414 0 4 0 4825 37 0 0 25 0 1 0 658374644 879722496 196257 33554432000 4194304 6014671 140734532053312 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 214776 196257 728 445 0 208321 0
Current children cumulated CPU time (s) 48.62
Current children cumulated vsize (KiB) 859104

[startup+102.311 s]
/proc/loadavg: 4.96 7.08 7.25 5/303 18576
/proc/meminfo: memFree=12052500/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=1395008 CPUtime=99.81 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 307824 0 4 0 9928 53 0 0 25 0 1 0 658374644 1428488192 303667 33554432000 4194304 6014671 140734532053312 18446744073709551615 4371981 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 348752 303667 728 445 0 342297 0
Current children cumulated CPU time (s) 99.81
Current children cumulated vsize (KiB) 1395008

[startup+162.301 s]
/proc/loadavg: 4.39 6.53 7.05 5/303 18578
/proc/meminfo: memFree=11309104/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=1773940 CPUtime=159.81 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 376488 0 4 0 15918 63 0 0 25 0 1 0 658374644 1816514560 372331 33554432000 4194304 6014671 140734532053312 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 443485 372331 728 445 0 437030 0
Current children cumulated CPU time (s) 159.81
Current children cumulated vsize (KiB) 1773940

[startup+222.3 s]
/proc/loadavg: 4.26 6.10 6.87 5/303 18606
/proc/meminfo: memFree=11942084/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=1920468 CPUtime=219.81 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 397420 0 4 0 21914 67 0 0 25 0 1 0 658374644 1966559232 393263 33554432000 4194304 6014671 140734532053312 18446744073709551615 4731780 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 480117 393263 729 445 0 473662 0
Current children cumulated CPU time (s) 219.81
Current children cumulated vsize (KiB) 1920468

[startup+282.301 s]
/proc/loadavg: 4.09 5.71 6.68 5/303 18608
/proc/meminfo: memFree=11728612/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=1980420 CPUtime=279.81 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 419247 0 4 0 27910 71 0 0 25 0 1 0 658374644 2027950080 415090 33554432000 4194304 6014671 140734532053312 18446744073709551615 4731744 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 495105 415090 729 445 0 488650 0
Current children cumulated CPU time (s) 279.81
Current children cumulated vsize (KiB) 1980420

[startup+342.301 s]
/proc/loadavg: 4.03 5.40 6.51 5/303 18618
/proc/meminfo: memFree=11579116/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=2163480 CPUtime=339.81 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 428146 0 4 0 33908 73 0 0 25 0 1 0 658374644 2215403520 423989 33554432000 4194304 6014671 140734532053312 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 540870 423989 729 445 0 534415 0
Current children cumulated CPU time (s) 339.81
Current children cumulated vsize (KiB) 2163480

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

[startup+345.501 s]
/proc/loadavg: 4.03 5.40 6.51 5/303 18619
/proc/meminfo: memFree=11576016/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=2163480 CPUtime=343.01 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 428147 0 4 0 34228 73 0 0 25 0 1 0 658374644 2215403520 423990 33554432000 4194304 6014671 140734532053312 18446744073709551615 4371812 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 540870 423990 729 445 0 534415 0
Current children cumulated CPU time (s) 343.01
Current children cumulated vsize (KiB) 2163480

[startup+358.301 s]
/proc/loadavg: 4.02 5.33 6.47 5/303 18619
/proc/meminfo: memFree=11506196/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=2163480 CPUtime=355.81 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 428269 0 4 0 35508 73 0 0 25 0 1 0 658374644 2215403520 424112 33554432000 4194304 6014671 140734532053312 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 540870 424112 729 445 0 534415 0
Current children cumulated CPU time (s) 355.81
Current children cumulated vsize (KiB) 2163480

[startup+364.701 s]
/proc/loadavg: 4.02 5.31 6.46 5/303 18619
/proc/meminfo: memFree=11484000/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=2163480 CPUtime=362.21 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 428361 0 4 0 36148 73 0 0 25 0 1 0 658374644 2215403520 424204 33554432000 4194304 6014671 140734532053312 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 540870 424204 729 445 0 534415 0
Current children cumulated CPU time (s) 362.21
Current children cumulated vsize (KiB) 2163480

[startup+366.311 s]
/proc/loadavg: 4.02 5.28 6.44 5/303 18619
/proc/meminfo: memFree=11483132/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=2163480 CPUtime=363.82 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 428362 0 4 0 36309 73 0 0 25 0 1 0 658374644 2215403520 424205 33554432000 4194304 6014671 140734532053312 18446744073709551615 4422730 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 540870 424205 729 445 0 534415 0
Current children cumulated CPU time (s) 363.82
Current children cumulated vsize (KiB) 2163480

[startup+367.1 s]
/proc/loadavg: 4.02 5.28 6.44 5/303 18619
/proc/meminfo: memFree=11483132/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=2163480 CPUtime=364.61 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 428362 0 4 0 36388 73 0 0 25 0 1 0 658374644 2215403520 424205 33554432000 4194304 6014671 140734532053312 18446744073709551615 4731780 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 540870 424205 729 445 0 534415 0
Current children cumulated CPU time (s) 364.61
Current children cumulated vsize (KiB) 2163480

[startup+367.901 s]
/proc/loadavg: 4.02 5.28 6.44 5/303 18619
/proc/meminfo: memFree=11483008/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=2163480 CPUtime=365.41 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202496 428362 0 4 0 36468 73 0 0 25 0 1 0 658374644 2215403520 424205 33554432000 4194304 6014671 140734532053312 18446744073709551615 4449936 0 0 4096 16386 0 0 0 17 1 0 0 115
/proc/18559/statm: 540870 424205 729 445 0 534415 0
Current children cumulated CPU time (s) 365.41
Current children cumulated vsize (KiB) 2163480

[startup+368.101 s]
/proc/loadavg: 4.02 5.28 6.44 5/303 18619
/proc/meminfo: memFree=11483008/32951132 swapFree=67093824/67111528
[pid=18559] ppid=18557 vsize=0 CPUtime=365.61 cores=1,3
/proc/18559/stat : 18559 (qutersat_releas) R 18557 18559 18511 0 -1 4202500 428366 0 4 0 36483 78 0 0 25 0 1 0 658374644 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 115
/proc/18559/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 365.61
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 368.112
CPU time (s): 365.63
CPU user time (s): 364.831
CPU system time (s): 0.799878
CPU usage (%): 99.3258
Max. virtual memory (cumulated for all children) (KiB): 2163480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 364.831
system time used= 0.799878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428366
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52
involuntary context switches= 709

runsolver used 0.956854 second user time and 2.41663 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 15:55:50
IDJOB=3376984
IDBENCH=71037
IDSOLVER=1856
FILE ID=node131/3376984-1305467749
RUNJOBID= node131-1305467749-18531
PBS_JOBID= 13325314
Free space on /tmp= 73624 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376984-1305467749/watcher-3376984-1305467749 -o /tmp/evaluation-result-3376984-1305467749/solver-3376984-1305467749 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376984-1305467749.cnf 1767685667

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1767685667

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      16472484 kB
Buffers:        293560 kB
Cached:        4426068 kB
SwapCached:       1504 kB
Active:       12720912 kB
Inactive:      3485448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16472484 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           89864 kB
Writeback:           0 kB
AnonPages:    11485112 kB
Mapped:          27372 kB
Slab:           172132 kB
PageTables:      35292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 29814836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73628 MiB
End job on node131 at 2011-05-15 16:01:58