Trace number 3283459

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01UNSAT 335.85 335.842

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/0.00	c Set FPU double precision.
0.69/0.72	c Parse Cnf success: #var: 259616 #clause: 1374599
0.69/0.72	c Find Units :      13149
0.69/0.79	c Find Invs  :       1737
0.89/0.99	c Find Ands  :     121323 AvgFaninNum: 3.55881
1.00/1.01	c Find Xors  :          0 AvgFaninNum: nan
1.00/1.04	c Find Ite   :          0
1.10/1.18	c UnDirect variable: 34
1.10/1.18	c UnDirect to Direct Gate: 200
1.10/1.18	c Forced Direct Gate: 17 Unuse unDirect Gate: 17
1.19/1.20	c Break Cycle : 52666
1.19/1.20	c Total Root : 8503 Undef Var: 214548
1.19/1.26	c After covering, Total Root: 23351 Leaf: 95654
1.19/1.26	c Variable( cover/uncovered/unused ): 140722 118894 0
1.19/1.26	c Unit Clauses: 13149
1.19/1.26	c Binary Clauses( cover/uncovered ): 126210 787627
1.19/1.26	c Clauses( cover/uncovered ): 44868 319255
1.19/1.26	c Total Clauses( cover/uncovered ): 184227 1106882 14.2689%
1.19/1.26	c Covered Ands: 44868 Invs: 200 Xors: 0 Ites: 0
2.10/2.11	c Uncover Clauses avg size: 2.43298 max size: 10
2.10/2.13	c Final circuit: i/l/o/s  209761       0 1012834   1534763
2.10/2.13	c CnfToAig: Time: 2.13 s
3.49/3.51	c TmMap: Set choices finish.
4.19/4.22	c TmMap: Set big and: 1045907
4.19/4.22	c TmMap: Origin: 1744525 ClauseNum: 4604289 --> New: 1256081 ClauseNum: 3624723
4.19/4.22	c TmMap: Time: 0.94
4.39/4.47	c Try to Add: #clause: 2093583 #xorclause: 0
4.79/4.86	c #var: 246544 #clauses: 331429 Solving... 
335.69/335.74	s UNSATISFIABLE
335.69/335.77	c CPU time: 335.76 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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283459-1303759508/watcher-3283459-1303759508 -o /tmp/evaluation-result-3283459-1303759508/solver-3283459-1303759508 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283459-1303759508.cnf 1160139458 

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: 0.13 2.59 5.27 2/179 2331
/proc/meminfo: memFree=14707444/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=31844 CPUtime=0 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 1074 0 0 0 0 0 0 0 21 0 1 0 487548854 32608256 1008 33554432000 4194304 6016207 140734246474768 18446744073709551615 228244042811 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2331/statm: 7961 1020 303 445 0 1505 0

[startup+0.0175901 s]
/proc/loadavg: 0.13 2.59 5.27 2/179 2331
/proc/meminfo: memFree=14707444/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=41524 CPUtime=0.01 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 4075 0 0 0 1 0 0 0 21 0 1 0 487548854 42520576 4009 33554432000 4194304 6016207 140734246474768 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 10381 4009 379 445 0 3925 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 41524

[startup+0.100575 s]
/proc/loadavg: 0.13 2.59 5.27 2/179 2331
/proc/meminfo: memFree=14707444/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=63028 CPUtime=0.09 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 9173 0 0 0 8 1 0 0 21 0 1 0 487548854 64540672 9107 33554432000 4194304 6016207 140734246474768 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 15757 9108 379 445 0 9301 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63028

[startup+0.300538 s]
/proc/loadavg: 0.13 2.59 5.27 2/179 2331
/proc/meminfo: memFree=14707444/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=87732 CPUtime=0.29 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 15112 0 0 0 27 2 0 0 22 0 1 0 487548854 89837568 15046 33554432000 4194304 6016207 140734246474768 18446744073709551615 228244039768 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 21933 15047 379 445 0 15477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87732

[startup+0.700465 s]
/proc/loadavg: 0.13 2.59 5.27 2/179 2331
/proc/meminfo: memFree=14707444/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=149556 CPUtime=0.69 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 29445 0 0 0 65 4 0 0 24 0 1 0 487548854 153145344 29379 33554432000 4194304 6016207 140734246474768 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 37389 29380 379 445 0 30933 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 149556

[startup+1.50033 s]
/proc/loadavg: 0.13 2.59 5.27 4/182 2336
/proc/meminfo: memFree=14366564/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=169140 CPUtime=1.49 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 33641 0 0 0 144 5 0 0 25 0 1 0 487548854 173199360 33575 33554432000 4194304 6016207 140734246474768 18446744073709551615 4317043 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 42285 33575 400 445 0 35829 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 169140

[startup+3.10104 s]
/proc/loadavg: 0.13 2.59 5.27 5/190 2352
/proc/meminfo: memFree=14002384/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=457788 CPUtime=3.09 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 107919 0 0 0 296 13 0 0 19 0 1 0 487548854 468774912 107853 33554432000 4194304 6016207 140734246474768 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 114447 107855 670 445 0 107991 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 457788

[startup+6.3005 s]
/proc/loadavg: 0.60 2.65 5.27 5/190 2352
/proc/meminfo: memFree=12880312/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=701300 CPUtime=6.29 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 166080 0 0 0 608 21 0 0 25 0 1 0 487548854 718131200 161918 33554432000 4194304 6016207 140734246474768 18446744073709551615 4668093 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 175325 161918 700 445 0 168869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 701300

[startup+12.7004 s]
/proc/loadavg: 0.87 2.67 5.26 5/190 2352
/proc/meminfo: memFree=12511308/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=701300 CPUtime=12.69 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 166080 0 0 0 1248 21 0 0 25 0 1 0 487548854 718131200 161918 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 175325 161918 700 445 0 168869 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 701300

[startup+25.5011 s]
/proc/loadavg: 1.56 2.73 5.24 5/190 2352
/proc/meminfo: memFree=12250548/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=807008 CPUtime=25.5 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 190163 0 0 0 2526 24 0 0 25 0 1 0 487548854 826376192 186001 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 201752 186001 724 445 0 195296 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 807008

[startup+51.1007 s]
/proc/loadavg: 2.45 2.85 5.21 5/190 2380
/proc/meminfo: memFree=12276200/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1043052 CPUtime=51.09 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 236540 0 0 0 5079 30 0 0 25 0 1 0 487548854 1068085248 232378 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 260763 232378 731 445 0 254307 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1043052

[startup+102.307 s]
/proc/loadavg: 3.33 3.02 5.15 5/190 2409
/proc/meminfo: memFree=10108420/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1483132 CPUtime=102.3 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 326947 0 0 0 10187 43 0 0 25 0 1 0 487548854 1518727168 322785 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425167 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 370783 322785 731 445 0 364327 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1483132

[startup+162.301 s]
/proc/loadavg: 3.75 3.20 5.07 5/190 2411
/proc/meminfo: memFree=7903640/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1752364 CPUtime=162.29 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 374251 0 0 0 16179 50 0 0 25 0 1 0 487548854 1794420736 368344 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 438091 368344 731 445 0 431635 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1752364

[startup+222.301 s]
/proc/loadavg: 3.91 3.34 5.00 5/190 2440
/proc/meminfo: memFree=8792468/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1854464 CPUtime=222.3 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 397273 0 0 0 22174 56 0 0 25 0 1 0 487548854 1898971136 391366 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 463616 391366 731 445 0 457160 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1854464

[startup+282.301 s]
/proc/loadavg: 3.96 3.46 4.94 5/190 2441
/proc/meminfo: memFree=8667000/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1972984 CPUtime=282.3 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 410134 0 0 0 28172 58 0 0 25 0 1 0 487548854 2020335616 404227 33554432000 4194304 6016207 140734246474768 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493246 404227 731 445 0 486790 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1972984

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

[startup+307.101 s]
/proc/loadavg: 3.98 3.50 4.91 5/188 2472
/proc/meminfo: memFree=8875644/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=307.09 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 413159 0 0 0 30650 59 0 0 25 0 1 0 487548854 2020466688 407252 33554432000 4194304 6016207 140734246474768 18446744073709551615 4424235 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 407252 731 445 0 486822 0
Current children cumulated CPU time (s) 307.09
Current children cumulated vsize (KiB) 1973112

[startup+319.901 s]
/proc/loadavg: 3.98 3.53 4.90 5/190 2496
/proc/meminfo: memFree=8132288/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=319.89 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 413387 0 0 0 31930 59 0 0 25 0 1 0 487548854 2020466688 407480 33554432000 4194304 6016207 140734246474768 18446744073709551615 4385190 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 407480 731 445 0 486822 0
Current children cumulated CPU time (s) 319.89
Current children cumulated vsize (KiB) 1973112

[startup+326.3 s]
/proc/loadavg: 3.98 3.53 4.89 5/190 2496
/proc/meminfo: memFree=8096716/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=326.3 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 415711 0 0 0 32570 60 0 0 25 0 1 0 487548854 2020466688 409804 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425012 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 409804 731 445 0 486822 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 1973112

[startup+332.7 s]
/proc/loadavg: 3.98 3.54 4.89 5/190 2496
/proc/meminfo: memFree=8383532/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=332.69 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 416764 0 0 0 33209 60 0 0 25 0 1 0 487548854 2020466688 410857 33554432000 4194304 6016207 140734246474768 18446744073709551615 4424914 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 410857 731 445 0 486822 0
Current children cumulated CPU time (s) 332.69
Current children cumulated vsize (KiB) 1973112

[startup+334.301 s]
/proc/loadavg: 3.98 3.55 4.88 5/190 2497
/proc/meminfo: memFree=8626324/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=334.3 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 416765 0 0 0 33370 60 0 0 25 0 1 0 487548854 2020466688 410858 33554432000 4194304 6016207 140734246474768 18446744073709551615 4379467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 410858 731 445 0 486822 0
Current children cumulated CPU time (s) 334.3
Current children cumulated vsize (KiB) 1973112

[startup+335.101 s]
/proc/loadavg: 3.98 3.55 4.88 5/190 2497
/proc/meminfo: memFree=8626324/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=335.09 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 416767 0 0 0 33449 60 0 0 25 0 1 0 487548854 2020466688 410860 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 410860 731 445 0 486822 0
Current children cumulated CPU time (s) 335.09
Current children cumulated vsize (KiB) 1973112

[startup+335.507 s]
/proc/loadavg: 3.98 3.55 4.88 5/190 2497
/proc/meminfo: memFree=8638228/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=335.5 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 416767 0 0 0 33490 60 0 0 25 0 1 0 487548854 2020466688 410860 33554432000 4194304 6016207 140734246474768 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 410860 731 445 0 486822 0
Current children cumulated CPU time (s) 335.5
Current children cumulated vsize (KiB) 1973112

[startup+335.701 s]
/proc/loadavg: 3.98 3.55 4.88 5/190 2497
/proc/meminfo: memFree=8638228/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=1973112 CPUtime=335.69 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202496 416767 0 0 0 33509 60 0 0 25 0 1 0 487548854 2020466688 410860 33554432000 4194304 6016207 140734246474768 18446744073709551615 4791532 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2331/statm: 493278 410860 731 445 0 486822 0
Current children cumulated CPU time (s) 335.69
Current children cumulated vsize (KiB) 1973112

[startup+335.801 s]
/proc/loadavg: 3.98 3.55 4.88 5/190 2497
/proc/meminfo: memFree=8638228/32951124 swapFree=67111524/67111528
[pid=2331] ppid=2329 vsize=0 CPUtime=335.79 cores=5,7
/proc/2331/stat : 2331 (qutersat_releas) R 2329 2331 2288 0 -1 4202500 416772 0 0 0 33516 63 0 0 25 0 1 0 487548854 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/2331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 335.79
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 335.842
CPU time (s): 335.85
CPU user time (s): 335.169
CPU system time (s): 0.680896
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1973112

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

runsolver used 0.526919 second user time and 1.3098 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 21:25:09
IDJOB=3283459
IDBENCH=71037
IDSOLVER=1607
FILE ID=node136/3283459-1303759508
RUNJOBID= node136-1303759504-2311
PBS_JOBID= 13157123
Free space on /tmp= 72152 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3283459-1303759508/watcher-3283459-1303759508 -o /tmp/evaluation-result-3283459-1303759508/solver-3283459-1303759508 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3283459-1303759508.cnf 1160139458

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1160139458

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:     32951124 kB
MemFree:      14707840 kB
Buffers:       1706004 kB
Cached:       15782528 kB
SwapCached:          4 kB
Active:        9390048 kB
Inactive:      8286380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14707840 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           44584 kB
Writeback:           0 kB
AnonPages:      187988 kB
Mapped:          15256 kB
Slab:           502624 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   335320 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= 71812 MiB
End job on node136 at 2011-04-25 21:30:45