Trace number 3384296

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 416.132 416.124

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark79.111
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 33090 #clause: 165828
0.09/0.13	c Find Units :       4264
0.09/0.13	c Find Invs  :        573
0.09/0.16	c Find Ands  :      13863 AvgFaninNum: 2.61978
0.09/0.16	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.17	c Find Ite   :          0
0.19/0.21	c UnDirect variable: 1140
0.19/0.21	c UnDirect to Direct Gate: 1
0.19/0.21	c Forced Direct Gate: 1 Unuse unDirect Gate: 570
0.19/0.21	c Break Cycle : 2433
0.19/0.21	c Total Root : 3333 Undef Var: 21944
0.19/0.22	c After covering, Total Root: 4219 Leaf: 16494
0.19/0.22	c Variable( cover/uncovered/unused ): 27640 5450 0
0.19/0.22	c Unit Clauses: 4264
0.19/0.22	c Binary Clauses( cover/uncovered ): 23405 17666
0.19/0.22	c Clauses( cover/uncovered ): 11145 109306
0.19/0.22	c Total Clauses( cover/uncovered ): 38814 126972 23.4121%
0.19/0.22	c Covered Ands: 11145 Invs: 1 Xors: 0 Ites: 0
0.29/0.32	c Uncover Clauses avg size: 3.09156 max size: 5
0.29/0.32	c Final circuit: i/l/o/s   17704       0  118654    215334
0.29/0.32	c CnfToAig: Time: 0.31 s
0.39/0.47	c TmMap: Set choices finish.
0.49/0.55	c TmMap: Set big and: 123999
0.49/0.55	c TmMap: Origin: 233039 ClauseNum: 646002 --> New: 141704 ClauseNum: 463447
0.49/0.55	c TmMap: Time: 0.1
0.49/0.59	c Try to Add: #clause: 247998 #xorclause: 0
0.59/0.63	c #var: 24682 #clauses: 91431 Solving... 
416.10/416.10	s UNSATISFIABLE
416.10/416.11	c CPU time: 416.12 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-3384296-1305541547/watcher-3384296-1305541547 -o /tmp/evaluation-result-3384296-1305541547/solver-3384296-1305541547 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384296-1305541547.cnf 224962867 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.02 1.53 2/405 14609
/proc/meminfo: memFree=14411480/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=35436 CPUtime=0 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 2436 0 0 0 0 0 0 0 25 0 1 0 646570870 36286464 2373 33554432000 4194304 6014671 140734182312304 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 8859 2387 377 445 0 2404 0

[startup+0.073692 s]
/proc/loadavg: 2.10 2.02 1.53 2/405 14609
/proc/meminfo: memFree=14411480/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=48748 CPUtime=0.06 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 6001 0 0 0 6 0 0 0 25 0 1 0 646570870 49917952 5937 33554432000 4194304 6014671 140734182312304 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 12187 5937 377 445 0 5732 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48748

[startup+0.100692 s]
/proc/loadavg: 2.10 2.02 1.53 2/405 14609
/proc/meminfo: memFree=14411480/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=53996 CPUtime=0.09 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 7110 0 0 0 8 1 0 0 25 0 1 0 646570870 55291904 7046 33554432000 4194304 6014671 140734182312304 18446744073709551615 255106459617 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 13499 7046 377 445 0 7044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53996

[startup+0.300656 s]
/proc/loadavg: 2.10 2.02 1.53 2/405 14609
/proc/meminfo: memFree=14411480/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=69356 CPUtime=0.29 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 11031 0 0 0 28 1 0 0 25 0 1 0 646570870 71020544 10967 33554432000 4194304 6014671 140734182312304 18446744073709551615 4234689 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 17339 10967 398 445 0 10884 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69356

[startup+0.70058 s]
/proc/loadavg: 2.10 2.02 1.53 2/405 14609
/proc/meminfo: memFree=14411480/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=122692 CPUtime=0.69 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 23931 0 0 0 67 2 0 0 25 0 1 0 646570870 125636608 23867 33554432000 4194304 6014671 140734182312304 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 30673 23867 697 445 0 24218 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122692

[startup+1.50044 s]
/proc/loadavg: 2.10 2.02 1.53 3/406 14610
/proc/meminfo: memFree=14318100/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=122692 CPUtime=1.49 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 23957 0 0 0 147 2 0 0 25 0 1 0 646570870 125636608 23893 33554432000 4194304 6014671 140734182312304 18446744073709551615 4604897 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 30673 23893 722 445 0 24218 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122692

[startup+3.10016 s]
/proc/loadavg: 2.09 2.01 1.53 3/406 14610
/proc/meminfo: memFree=14317240/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=122692 CPUtime=3.09 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 23962 0 0 0 307 2 0 0 25 0 1 0 646570870 125636608 23898 33554432000 4194304 6014671 140734182312304 18446744073709551615 4422576 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 30673 23898 727 445 0 24218 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122692

[startup+6.3006 s]
/proc/loadavg: 2.09 2.01 1.53 3/406 14610
/proc/meminfo: memFree=14315676/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=132780 CPUtime=6.3 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 24494 0 0 0 627 3 0 0 25 0 1 0 646570870 135966720 24430 33554432000 4194304 6014671 140734182312304 18446744073709551615 4383506 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 33195 24430 728 445 0 26740 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 132780

[startup+12.7005 s]
/proc/loadavg: 2.08 2.01 1.54 3/406 14611
/proc/meminfo: memFree=14314148/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=143176 CPUtime=12.7 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 24815 0 0 0 1267 3 0 0 25 0 1 0 646570870 146612224 24751 33554432000 4194304 6014671 140734182312304 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 35794 24751 728 445 0 29339 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 143176

[startup+25.5002 s]
/proc/loadavg: 2.07 2.01 1.54 3/406 14611
/proc/meminfo: memFree=14304608/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=164216 CPUtime=25.49 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 26970 0 0 0 2546 3 0 0 25 0 1 0 646570870 168157184 26906 33554432000 4194304 6014671 140734182312304 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 41054 26906 728 445 0 34599 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 164216

[startup+51.1007 s]
/proc/loadavg: 2.04 2.01 1.55 3/406 14612
/proc/meminfo: memFree=14301360/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=164216 CPUtime=51.09 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 27798 0 0 0 5106 3 0 0 25 0 1 0 646570870 168157184 27734 33554432000 4194304 6014671 140734182312304 18446744073709551615 4377675 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 41054 27734 728 445 0 34599 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 164216

[startup+102.315 s]
/proc/loadavg: 2.02 2.00 1.58 3/406 14613
/proc/meminfo: memFree=14276060/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=175944 CPUtime=102.31 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 31703 0 0 0 10227 4 0 0 25 0 1 0 646570870 180166656 31621 33554432000 4194304 6014671 140734182312304 18446744073709551615 4422870 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 43986 31621 728 445 0 37531 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 175944

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.60 3/406 14615
/proc/meminfo: memFree=14262904/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=162.29 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 34234 0 0 0 16225 4 0 0 25 0 1 0 646570870 192454656 34152 33554432000 4194304 6014671 140734182312304 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 34152 728 445 0 40531 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 187944

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.62 3/406 14616
/proc/meminfo: memFree=14220224/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=222.29 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 35052 0 0 0 22225 4 0 0 25 0 1 0 646570870 192454656 34970 33554432000 4194304 6014671 140734182312304 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 34970 728 445 0 40531 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 187944

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.64 3/406 14618
/proc/meminfo: memFree=14182624/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=282.3 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 35461 0 0 0 28225 5 0 0 25 0 1 0 646570870 192454656 35379 33554432000 4194304 6014671 140734182312304 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 35379 728 445 0 40531 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 187944

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 1.67 3/406 14619
/proc/meminfo: memFree=14163280/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=342.3 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 35813 0 0 0 34225 5 0 0 25 0 1 0 646570870 192454656 35731 33554432000 4194304 6014671 140734182312304 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 35731 728 445 0 40531 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 187944

[startup+402.301 s]
/proc/loadavg: 2.01 2.01 1.68 3/406 14621
/proc/meminfo: memFree=14148252/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=402.3 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 39490 0 0 0 40224 6 0 0 25 0 1 0 646570870 192454656 39388 33554432000 4194304 6014671 140734182312304 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 39388 728 445 0 40531 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 187944

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

[startup+409.501 s]
/proc/loadavg: 2.01 2.01 1.69 3/406 14621
/proc/meminfo: memFree=14148500/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=409.5 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 39493 0 0 0 40944 6 0 0 25 0 1 0 646570870 192454656 39386 33554432000 4194304 6014671 140734182312304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 39386 728 445 0 40531 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 187944

[startup+412.7 s]
/proc/loadavg: 2.01 2.00 1.69 3/406 14621
/proc/meminfo: memFree=14148500/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=412.7 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 39493 0 0 0 41264 6 0 0 25 0 1 0 646570870 192454656 39386 33554432000 4194304 6014671 140734182312304 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 39386 728 445 0 40531 0
Current children cumulated CPU time (s) 412.7
Current children cumulated vsize (KiB) 187944

[startup+414.301 s]
/proc/loadavg: 2.01 2.00 1.69 3/406 14621
/proc/meminfo: memFree=14148500/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=414.3 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 39493 0 0 0 41424 6 0 0 25 0 1 0 646570870 192454656 39386 33554432000 4194304 6014671 140734182312304 18446744073709551615 4425069 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 39386 728 445 0 40531 0
Current children cumulated CPU time (s) 414.3
Current children cumulated vsize (KiB) 187944

[startup+415.101 s]
/proc/loadavg: 2.01 2.00 1.69 3/406 14621
/proc/meminfo: memFree=14148500/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=415.1 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 39493 0 0 0 41504 6 0 0 25 0 1 0 646570870 192454656 39386 33554432000 4194304 6014671 140734182312304 18446744073709551615 4423785 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 39386 728 445 0 40531 0
Current children cumulated CPU time (s) 415.1
Current children cumulated vsize (KiB) 187944

[startup+415.901 s]
/proc/loadavg: 2.01 2.00 1.69 3/406 14621
/proc/meminfo: memFree=14148376/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=415.9 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 39493 0 0 0 41584 6 0 0 25 0 1 0 646570870 192454656 39386 33554432000 4194304 6014671 140734182312304 18446744073709551615 4425142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 39386 728 445 0 40531 0
Current children cumulated CPU time (s) 415.9
Current children cumulated vsize (KiB) 187944

[startup+416.101 s]
/proc/loadavg: 2.01 2.00 1.69 3/406 14621
/proc/meminfo: memFree=14148376/32951124 swapFree=67111348/67111528
[pid=14609] ppid=14607 vsize=187944 CPUtime=416.1 cores=1,3,5,7
/proc/14609/stat : 14609 (qutersat_releas) R 14607 14609 14451 0 -1 4202496 39493 0 0 0 41604 6 0 0 25 0 1 0 646570870 192454656 39373 33554432000 4194304 6014671 140734182312304 18446744073709551615 4766150 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14609/statm: 46986 39373 728 445 0 40531 0
Current children cumulated CPU time (s) 416.1
Current children cumulated vsize (KiB) 187944

Child status: 0
Real time (s): 416.124
CPU time (s): 416.132
CPU user time (s): 416.063
CPU system time (s): 0.068989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 187944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 416.063
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39497
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= 564

runsolver used 1.53177 second user time and 3.80642 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 12:25:47
IDJOB=3384296
IDBENCH=70941
IDSOLVER=1868
FILE ID=node144/3384296-1305541547
RUNJOBID= node144-1305540196-14470
PBS_JOBID= 13329209
Free space on /tmp= 73280 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l46_lambda.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384296-1305541547/watcher-3384296-1305541547 -o /tmp/evaluation-result-3384296-1305541547/solver-3384296-1305541547 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384296-1305541547.cnf 224962867

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=224962867

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14411628 kB
Buffers:        325884 kB
Cached:        4039172 kB
SwapCached:          0 kB
Active:       15363832 kB
Inactive:      2809680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14411628 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:    13807756 kB
Mapped:          37868 kB
Slab:           244652 kB
PageTables:      54896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115157392 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= 73276 MiB
End job on node144 at 2011-05-16 12:32:44