Trace number 3377110

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 338.399 338.391

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.29/0.38	c Parse Cnf success: #var: 33320 #clause: 766757
0.29/0.38	c Find Units :          0
0.29/0.38	c Find Invs  :          0
0.49/0.54	c Find Ands  :         92 AvgFaninNum: 2
0.49/0.56	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.59	c Find Ite   :          0
0.59/0.62	c UnDirect variable: 0
0.59/0.62	c UnDirect to Direct Gate: 0
0.59/0.62	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.59/0.62	c Break Cycle : 0
0.59/0.62	c Total Root : 54 Undef Var: 33266
0.59/0.62	c After covering, Total Root: 54 Leaf: 108
0.59/0.62	c Variable( cover/uncovered/unused ): 162 33158 0
0.59/0.62	c Unit Clauses: 0
0.59/0.62	c Binary Clauses( cover/uncovered ): 108 46859
0.59/0.62	c Clauses( cover/uncovered ): 54 655738
0.59/0.62	c Total Clauses( cover/uncovered ): 162 702597 0.023052%
0.59/0.62	c Covered Ands: 54 Invs: 0 Xors: 0 Ites: 0
1.19/1.27	c Uncover Clauses avg size: 3.73074 max size: 4
1.19/1.28	c Final circuit: i/l/o/s   33266       0  702496    868155
1.19/1.28	c CnfToAig: Time: 1.27 s
1.89/1.94	c TmMap: Set choices finish.
2.29/2.34	c TmMap: Set big and: 772627
2.29/2.34	c TmMap: Origin: 901422 ClauseNum: 2604465 --> New: 805894 ClauseNum: 2455754
2.29/2.34	c TmMap: Time: 0.5
2.49/2.50	c Try to Add: #clause: 1545254 #xorclause: 0
2.69/2.72	c #var: 103397 #clauses: 189658 Solving... 
338.29/338.33	s UNSATISFIABLE
338.29/338.35	c CPU time: 338.35 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-3377110-1305468518/watcher-3377110-1305468518 -o /tmp/evaluation-result-3377110-1305468518/solver-3377110-1305468518 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377110-1305468518.cnf 1494787828 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.12 4.14 4.72 4/350 26784
/proc/meminfo: memFree=26615736/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=35436 CPUtime=0 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 2508 0 0 0 0 0 0 0 23 0 1 0 658449858 36286464 2444 33554432000 4194304 6014671 140733419564320 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 8859 2444 378 445 0 2404 0

[startup+0.0869701 s]
/proc/loadavg: 4.12 4.14 4.72 4/350 26784
/proc/meminfo: memFree=26615736/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=49772 CPUtime=0.07 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 6199 0 0 0 7 0 0 0 23 0 1 0 658449858 50966528 6135 33554432000 4194304 6014671 140733419564320 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 12443 6135 378 445 0 5988 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49772

[startup+0.100968 s]
/proc/loadavg: 4.12 4.14 4.72 4/350 26784
/proc/meminfo: memFree=26615736/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=51820 CPUtime=0.09 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 6769 0 0 0 9 0 0 0 23 0 1 0 658449858 53063680 6705 33554432000 4194304 6014671 140733419564320 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 12955 6705 378 445 0 6500 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51820

[startup+0.300928 s]
/proc/loadavg: 4.12 4.14 4.72 4/350 26784
/proc/meminfo: memFree=26615736/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=96108 CPUtime=0.29 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 16950 0 0 0 27 2 0 0 25 0 1 0 658449858 98414592 16886 33554432000 4194304 6014671 140733419564320 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 24027 16886 378 445 0 17572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96108

[startup+0.700869 s]
/proc/loadavg: 4.12 4.14 4.72 4/350 26784
/proc/meminfo: memFree=26615736/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=96108 CPUtime=0.69 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 17249 0 0 0 67 2 0 0 25 0 1 0 658449858 98414592 17185 33554432000 4194304 6014671 140733419564320 18446744073709551615 4334288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 24027 17185 398 445 0 17572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96108

[startup+1.50072 s]
/proc/loadavg: 4.12 4.14 4.72 5/351 26785
/proc/meminfo: memFree=26505988/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=213520 CPUtime=1.49 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 46587 0 0 0 143 6 0 0 25 0 1 0 658449858 218644480 46523 33554432000 4194304 6014671 140733419564320 18446744073709551615 4778069 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 53380 46523 668 445 0 46925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 213520

[startup+3.10042 s]
/proc/loadavg: 4.12 4.14 4.72 5/351 26785
/proc/meminfo: memFree=26319392/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=394276 CPUtime=3.09 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 90547 0 0 0 299 10 0 0 25 0 1 0 658449858 403738624 90483 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423521 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 98569 90483 701 445 0 92114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 394276

[startup+6.30084 s]
/proc/loadavg: 4.11 4.13 4.72 5/351 26785
/proc/meminfo: memFree=26251936/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=418468 CPUtime=6.29 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 96236 0 0 0 618 11 0 0 25 0 1 0 658449858 428511232 96172 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 104617 96174 702 445 0 98162 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 418468

[startup+12.7007 s]
/proc/loadavg: 4.10 4.13 4.71 5/351 26786
/proc/meminfo: memFree=25900580/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=759116 CPUtime=12.69 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 178645 0 0 0 1247 22 0 0 25 0 1 0 658449858 777334784 178581 33554432000 4194304 6014671 140733419564320 18446744073709551615 4507952 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 189779 178581 715 445 0 183324 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 759116

[startup+25.5004 s]
/proc/loadavg: 4.08 4.12 4.70 5/351 26813
/proc/meminfo: memFree=25640400/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=834100 CPUtime=25.49 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 185515 0 0 0 2526 23 0 0 25 0 1 0 658449858 854118400 185379 33554432000 4194304 6014671 140733419564320 18446744073709551615 4667133 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 208525 185379 728 445 0 202070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 834100

[startup+51.1007 s]
/proc/loadavg: 4.05 4.11 4.68 5/351 26814
/proc/meminfo: memFree=25118704/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051628 CPUtime=51.09 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 229292 0 0 0 5081 28 0 0 25 0 1 0 658449858 1076867072 228836 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262907 228836 774 445 0 256452 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1051628

[startup+102.313 s]
/proc/loadavg: 4.02 4.09 4.64 5/351 26815
/proc/meminfo: memFree=24891864/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051628 CPUtime=102.31 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 232931 0 0 0 10201 30 0 0 25 0 1 0 658449858 1076867072 232475 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262907 232475 775 445 0 256452 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1051628

[startup+162.301 s]
/proc/loadavg: 4.01 4.07 4.60 5/351 26817
/proc/meminfo: memFree=24820160/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051628 CPUtime=162.29 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 235498 0 0 0 16199 30 0 0 25 0 1 0 658449858 1076867072 235042 33554432000 4194304 6014671 140733419564320 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262907 235042 775 445 0 256452 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1051628

[startup+222.301 s]
/proc/loadavg: 4.08 4.07 4.57 5/351 26818
/proc/meminfo: memFree=24806724/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051628 CPUtime=222.29 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 236160 0 0 0 22199 30 0 0 25 0 1 0 658449858 1076867072 235704 33554432000 4194304 6014671 140733419564320 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262907 235704 775 445 0 256452 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1051628

[startup+282.301 s]
/proc/loadavg: 4.03 4.06 4.53 5/351 26820
/proc/meminfo: memFree=24783260/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051628 CPUtime=282.29 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 236230 0 0 0 28199 30 0 0 25 0 1 0 658449858 1076867072 235774 33554432000 4194304 6014671 140733419564320 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262907 235774 775 445 0 256452 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1051628

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

[startup+307.1 s]
/proc/loadavg: 4.02 4.05 4.51 5/351 26820
/proc/meminfo: memFree=24738856/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051628 CPUtime=307.09 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 241177 0 0 0 30678 31 0 0 25 0 1 0 658449858 1076867072 240721 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262907 240721 775 445 0 256452 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 1051628

[startup+319.901 s]
/proc/loadavg: 4.01 4.05 4.51 5/351 26821
/proc/meminfo: memFree=24690736/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051756 CPUtime=319.9 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 243428 0 0 0 31958 32 0 0 25 0 1 0 658449858 1076998144 242972 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423649 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262939 242972 775 445 0 256484 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 1051756

[startup+326.301 s]
/proc/loadavg: 4.01 4.05 4.50 5/351 26821
/proc/meminfo: memFree=24683168/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051756 CPUtime=326.3 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 243880 0 0 0 32598 32 0 0 25 0 1 0 658449858 1076998144 243424 33554432000 4194304 6014671 140733419564320 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262939 243424 775 445 0 256484 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 1051756

[startup+332.701 s]
/proc/loadavg: 4.01 4.05 4.50 5/351 26821
/proc/meminfo: memFree=24680440/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051756 CPUtime=332.69 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 244279 0 0 0 33237 32 0 0 25 0 1 0 658449858 1076998144 243823 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262939 243823 775 445 0 256484 0
Current children cumulated CPU time (s) 332.69
Current children cumulated vsize (KiB) 1051756

[startup+335.9 s]
/proc/loadavg: 4.01 4.05 4.50 5/351 26821
/proc/meminfo: memFree=24679196/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051756 CPUtime=335.89 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 244466 0 0 0 33557 32 0 0 25 0 1 0 658449858 1076998144 244010 33554432000 4194304 6014671 140733419564320 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262939 244010 775 445 0 256484 0
Current children cumulated CPU time (s) 335.89
Current children cumulated vsize (KiB) 1051756

[startup+337.501 s]
/proc/loadavg: 4.01 4.05 4.50 5/351 26821
/proc/meminfo: memFree=24678576/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051756 CPUtime=337.49 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 244527 0 0 0 33717 32 0 0 25 0 1 0 658449858 1076998144 244071 33554432000 4194304 6014671 140733419564320 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262939 244071 775 445 0 256484 0
Current children cumulated CPU time (s) 337.49
Current children cumulated vsize (KiB) 1051756

[startup+337.901 s]
/proc/loadavg: 4.01 4.05 4.50 5/351 26821
/proc/meminfo: memFree=24678328/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051756 CPUtime=337.89 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 244527 0 0 0 33757 32 0 0 25 0 1 0 658449858 1076998144 244071 33554432000 4194304 6014671 140733419564320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262939 244071 775 445 0 256484 0
Current children cumulated CPU time (s) 337.89
Current children cumulated vsize (KiB) 1051756

[startup+338.301 s]
/proc/loadavg: 4.01 4.05 4.50 5/351 26821
/proc/meminfo: memFree=24678328/32951124 swapFree=54427468/67111528
[pid=26784] ppid=26782 vsize=1051756 CPUtime=338.29 cores=5,7
/proc/26784/stat : 26784 (qutersat_releas) R 26782 26784 26421 0 -1 4202496 244527 0 0 0 33797 32 0 0 25 0 1 0 658449858 1076998144 244071 33554432000 4194304 6014671 140733419564320 18446744073709551615 4795276 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26784/statm: 262939 244071 775 445 0 256484 0
Current children cumulated CPU time (s) 338.29
Current children cumulated vsize (KiB) 1051756

Child status: 0
Real time (s): 338.391
CPU time (s): 338.399
CPU user time (s): 338.037
CPU system time (s): 0.361944
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1051756

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

runsolver used 1.07484 second user time and 2.6336 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 16:08:39
IDJOB=3377110
IDBENCH=82500
IDSOLVER=1856
FILE ID=node138/3377110-1305468518
RUNJOBID= node138-1305467718-26442
PBS_JOBID= 13325298
Free space on /tmp= 73524 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377110-1305468518/watcher-3377110-1305468518 -o /tmp/evaluation-result-3377110-1305468518/solver-3377110-1305468518 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377110-1305468518.cnf 1494787828

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=1494787828

node138.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.854
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26616008 kB
Buffers:        292836 kB
Cached:        4041024 kB
SwapCached:      18496 kB
Active:        2948236 kB
Inactive:      3145484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26616008 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           20720 kB
Writeback:           0 kB
AnonPages:     1753264 kB
Mapped:          19908 kB
Slab:           128764 kB
PageTables:      50232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70041052 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= 73508 MiB
End job on node138 at 2011-05-15 16:14:17