Trace number 3384413

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 307.923 307.926

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.5369
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
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.37	c Parse Cnf success: #var: 35819 #clause: 773506
0.29/0.37	c Find Units :          0
0.29/0.37	c Find Invs  :          0
0.49/0.53	c Find Ands  :          0 AvgFaninNum: nan
0.49/0.55	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.58	c Find Ite   :          0
0.59/0.61	c UnDirect variable: 0
0.59/0.61	c UnDirect to Direct Gate: 0
0.59/0.61	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.59/0.61	c Break Cycle : 0
0.59/0.61	c Total Root : 0 Undef Var: 35819
0.59/0.61	c After covering, Total Root: 0 Leaf: 0
0.59/0.61	c Variable( cover/uncovered/unused ): 0 35819 0
0.59/0.61	c Unit Clauses: 0
0.59/0.61	c Binary Clauses( cover/uncovered ): 0 49385
0.59/0.61	c Clauses( cover/uncovered ): 0 659994
0.59/0.61	c Total Clauses( cover/uncovered ): 0 709379 0%
0.59/0.61	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
1.19/1.25	c Uncover Clauses avg size: 3.73527 max size: 4
1.19/1.26	c Final circuit: i/l/o/s   35819       0  709278    877721
1.19/1.26	c CnfToAig: Time: 1.25 s
1.88/1.93	c TmMap: Set choices finish.
2.29/2.33	c TmMap: Set big and: 780661
2.29/2.33	c TmMap: Origin: 913541 ClauseNum: 2633163 --> New: 816481 ClauseNum: 2484749
2.29/2.33	c TmMap: Time: 0.5
2.39/2.49	c Try to Add: #clause: 1561322 #xorclause: 0
2.69/2.71	c #var: 107202 #clauses: 194764 Solving... 
307.79/307.85	s UNSATISFIABLE
307.79/307.88	c CPU time: 307.87 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-3384413-1305546009/watcher-3384413-1305546009 -o /tmp/evaluation-result-3384413-1305546009/solver-3384413-1305546009 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384413-1305546009.cnf 860406101 

running on 4 cores: 0,2,4,6

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.00 2.00 2.00 2/378 21458
/proc/meminfo: memFree=19033684/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 2238 0 0 0 0 0 0 0 23 0 1 0 647016623 35237888 2174 33554432000 4194304 6014671 140733990626128 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21458/statm: 8603 2175 378 445 0 2148 0

[startup+0.0562681 s]
/proc/loadavg: 2.00 2.00 2.00 2/378 21458
/proc/meminfo: memFree=19033684/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=44652 CPUtime=0.04 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 4788 0 0 0 4 0 0 0 23 0 1 0 647016623 45723648 4724 33554432000 4194304 6014671 140733990626128 18446744073709551615 264726404864 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21458/statm: 11163 4724 378 445 0 4708 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44652

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 2.00 2/378 21458
/proc/meminfo: memFree=19033684/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=49772 CPUtime=0.08 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 6277 0 0 0 8 0 0 0 23 0 1 0 647016623 50966528 6213 33554432000 4194304 6014671 140733990626128 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21458/statm: 12443 6214 378 445 0 5988 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49772

[startup+0.300222 s]
/proc/loadavg: 2.00 2.00 2.00 2/378 21458
/proc/meminfo: memFree=19033684/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=96108 CPUtime=0.29 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 16954 0 0 0 27 2 0 0 24 0 1 0 647016623 98414592 16890 33554432000 4194304 6014671 140733990626128 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21458/statm: 24027 16890 378 445 0 17572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96108

[startup+0.70114 s]
/proc/loadavg: 2.00 2.00 2.00 2/378 21458
/proc/meminfo: memFree=19033684/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=96108 CPUtime=0.69 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 17261 0 0 0 67 2 0 0 25 0 1 0 647016623 98414592 17197 33554432000 4194304 6014671 140733990626128 18446744073709551615 4339838 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21458/statm: 24027 17197 398 445 0 17572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96108

[startup+1.50099 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21459
/proc/meminfo: memFree=18930380/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=214812 CPUtime=1.48 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 47802 0 0 0 143 5 0 0 25 0 1 0 647016623 219967488 47738 33554432000 4194304 6014671 140733990626128 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21458/statm: 53703 47740 668 445 0 47248 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 214812

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21459
/proc/meminfo: memFree=18732476/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=397452 CPUtime=3.09 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 91746 0 0 0 299 10 0 0 25 0 1 0 647016623 406990848 91682 33554432000 4194304 6014671 140733990626128 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21458/statm: 99363 91682 701 445 0 92908 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 397452

[startup+6.30108 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21459
/proc/meminfo: memFree=18666744/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=429836 CPUtime=6.28 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 99200 0 0 0 617 11 0 0 25 0 1 0 647016623 440152064 99136 33554432000 4194304 6014671 140733990626128 18446744073709551615 4444799 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 107459 99136 701 445 0 101004 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 429836

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21459
/proc/meminfo: memFree=18346064/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=779704 CPUtime=12.69 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 176426 0 0 0 1248 21 0 0 25 0 1 0 647016623 798416896 176344 33554432000 4194304 6014671 140733990626128 18446744073709551615 4632440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 194926 176344 715 445 0 188471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 779704

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21460
/proc/meminfo: memFree=18296836/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=817752 CPUtime=25.48 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 184293 0 0 0 2527 21 0 0 25 0 1 0 647016623 837378048 184035 33554432000 4194304 6014671 140733990626128 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 204438 184035 728 445 0 197983 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 817752

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21460
/proc/meminfo: memFree=18132036/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035684 CPUtime=51.08 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 225330 0 0 0 5081 27 0 0 25 0 1 0 647016623 1060540416 225001 33554432000 4194304 6014671 140733990626128 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258921 225001 729 445 0 252466 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1035684

[startup+102.314 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21462
/proc/meminfo: memFree=18117644/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035684 CPUtime=102.29 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 228727 0 0 0 10202 27 0 0 25 0 1 0 647016623 1060540416 228366 33554432000 4194304 6014671 140733990626128 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258921 228366 729 445 0 252466 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1035684

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21463
/proc/meminfo: memFree=18084000/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035684 CPUtime=162.29 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 236215 0 0 0 16200 29 0 0 25 0 1 0 647016623 1060540416 235818 33554432000 4194304 6014671 140733990626128 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258921 235818 729 445 0 252466 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1035684

[startup+222.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/379 21465
/proc/meminfo: memFree=18075524/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035684 CPUtime=222.29 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 236915 0 0 0 22200 29 0 0 25 0 1 0 647016623 1060540416 236431 33554432000 4194304 6014671 140733990626128 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258921 236431 729 445 0 252466 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1035684

[startup+282.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/379 21466
/proc/meminfo: memFree=18075728/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035684 CPUtime=282.28 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 237182 0 0 0 28199 29 0 0 25 0 1 0 647016623 1060540416 236698 33554432000 4194304 6014671 140733990626128 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258921 236698 729 445 0 252466 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1035684

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

[startup+294.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/379 21467
/proc/meminfo: memFree=18075464/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035684 CPUtime=294.28 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 237204 0 0 0 29399 29 0 0 25 0 1 0 647016623 1060540416 236720 33554432000 4194304 6014671 140733990626128 18446744073709551615 4376394 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258921 236720 729 445 0 252466 0
Current children cumulated CPU time (s) 294.28
Current children cumulated vsize (KiB) 1035684

[startup+300.7 s]
/proc/loadavg: 2.04 2.03 2.00 3/379 21467
/proc/meminfo: memFree=18057980/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035812 CPUtime=300.69 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 241568 0 0 0 30039 30 0 0 25 0 1 0 647016623 1060671488 241041 33554432000 4194304 6014671 140733990626128 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258953 241041 740 445 0 252498 0
Current children cumulated CPU time (s) 300.69
Current children cumulated vsize (KiB) 1035812

[startup+303.901 s]
/proc/loadavg: 2.04 2.03 2.00 3/379 21467
/proc/meminfo: memFree=18058100/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035812 CPUtime=303.89 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 241568 0 0 0 30359 30 0 0 25 0 1 0 647016623 1060671488 241041 33554432000 4194304 6014671 140733990626128 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258953 241041 740 445 0 252498 0
Current children cumulated CPU time (s) 303.89
Current children cumulated vsize (KiB) 1035812

[startup+305.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/379 21467
/proc/meminfo: memFree=18058100/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035812 CPUtime=305.49 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 241568 0 0 0 30519 30 0 0 25 0 1 0 647016623 1060671488 241041 33554432000 4194304 6014671 140733990626128 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258953 241041 740 445 0 252498 0
Current children cumulated CPU time (s) 305.49
Current children cumulated vsize (KiB) 1035812

[startup+307.1 s]
/proc/loadavg: 2.04 2.03 2.00 3/379 21467
/proc/meminfo: memFree=18058100/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035812 CPUtime=307.09 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 241568 0 0 0 30679 30 0 0 25 0 1 0 647016623 1060671488 241041 33554432000 4194304 6014671 140733990626128 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258953 241041 740 445 0 252498 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 1035812

[startup+307.501 s]
/proc/loadavg: 2.04 2.03 2.00 3/379 21467
/proc/meminfo: memFree=18058100/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=1035812 CPUtime=307.49 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202496 241568 0 0 0 30719 30 0 0 25 0 1 0 647016623 1060671488 241041 33554432000 4194304 6014671 140733990626128 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21458/statm: 258953 241041 740 445 0 252498 0
Current children cumulated CPU time (s) 307.49
Current children cumulated vsize (KiB) 1035812

[startup+307.901 s]
/proc/loadavg: 2.04 2.03 2.00 3/379 21467
/proc/meminfo: memFree=18443988/32951124 swapFree=63083184/67111528
[pid=21458] ppid=21456 vsize=0 CPUtime=307.9 cores=0,2,4,6
/proc/21458/stat : 21458 (qutersat_releas) R 21456 21458 20952 0 -1 4202500 241572 0 0 0 30757 33 0 0 25 0 1 0 647016623 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/21458/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 307.9
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 307.926
CPU time (s): 307.923
CPU user time (s): 307.574
CPU system time (s): 0.348946
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 1035812

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

runsolver used 1.20382 second user time and 2.45063 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 13:40:10
IDJOB=3384413
IDBENCH=82494
IDSOLVER=1868
FILE ID=node141/3384413-1305546009
RUNJOBID= node141-1305540196-20970
PBS_JOBID= 13329212
Free space on /tmp= 73272 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384413-1305546009/watcher-3384413-1305546009 -o /tmp/evaluation-result-3384413-1305546009/solver-3384413-1305546009 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384413-1305546009.cnf 860406101

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=860406101

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      19033840 kB
Buffers:        286868 kB
Cached:        5634456 kB
SwapCached:      15716 kB
Active:        8272576 kB
Inactive:      5381404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19033840 kB
SwapTotal:    67111528 kB
SwapFree:     63083184 kB
Dirty:           20596 kB
Writeback:           0 kB
AnonPages:     7724300 kB
Mapped:          17704 kB
Slab:           146616 kB
PageTables:      50416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92624372 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= 73272 MiB
End job on node141 at 2011-05-16 13:45:18