Trace number 3384308

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 389.203 389.217

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark173.435
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Set FPU double precision.
0.49/0.50	c Parse Cnf success: #var: 199304 #clause: 1005834
0.49/0.50	c Find Units :      10249
0.49/0.55	c Find Invs  :       1358
0.59/0.67	c Find Ands  :      94017 AvgFaninNum: 3.56908
0.59/0.68	c Find Xors  :          0 AvgFaninNum: nan
0.59/0.70	c Find Ite   :          0
0.69/0.77	c UnDirect variable: 0
0.69/0.77	c UnDirect to Direct Gate: 141
0.69/0.77	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.79	c Break Cycle : 40966
0.69/0.79	c Total Root : 6809 Undef Var: 164075
0.79/0.83	c After covering, Total Root: 18564 Leaf: 74919
0.79/0.83	c Variable( cover/uncovered/unused ): 110148 89156 0
0.79/0.83	c Unit Clauses: 10249
0.79/0.83	c Binary Clauses( cover/uncovered ): 98818 604329
0.79/0.83	c Clauses( cover/uncovered ): 35088 192260
0.79/0.83	c Total Clauses( cover/uncovered ): 144155 796589 15.3235%
0.79/0.83	c Covered Ands: 35088 Invs: 141 Xors: 0 Ites: 0
1.38/1.46	c Uncover Clauses avg size: 2.39767 max size: 10
1.38/1.48	c Final circuit: i/l/o/s  159877       0  722516   1073670
1.38/1.48	c CnfToAig: Time: 1.47 s
2.39/2.45	c TmMap: Set choices finish.
2.89/2.93	c TmMap: Set big and: 747365
2.89/2.93	c TmMap: Origin: 1233548 ClauseNum: 3221010 --> New: 907813 ClauseNum: 2567854
2.89/2.93	c TmMap: Time: 0.64
3.09/3.11	c Try to Add: #clause: 1497162 #xorclause: 0
3.30/3.37	c #var: 188116 #clauses: 210961 Solving... 
389.07/389.12	s UNSATISFIABLE
389.07/389.15	c CPU time: 389.13 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-3384308-1305542292/watcher-3384308-1305542292 -o /tmp/evaluation-result-3384308-1305542292/solver-3384308-1305542292 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384308-1305542292.cnf 1031421641 

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.00 2.00 1.77 2/378 21157
/proc/meminfo: memFree=18850464/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=38060 CPUtime=0 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 3280 0 0 0 0 0 0 0 24 0 1 0 646644885 38973440 3216 33554432000 4194304 6014671 140736428773040 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 9515 3216 378 445 0 3060 0

[startup+0.0807591 s]
/proc/loadavg: 2.00 2.00 1.77 2/378 21157
/proc/meminfo: memFree=18850464/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=61612 CPUtime=0.07 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 6768 0 0 0 6 1 0 0 24 0 1 0 646644885 63090688 6704 33554432000 4194304 6014671 140736428773040 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 15403 6732 378 445 0 8948 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 61612

[startup+0.100755 s]
/proc/loadavg: 2.00 2.00 1.77 2/378 21157
/proc/meminfo: memFree=18850464/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=61612 CPUtime=0.09 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 8800 0 0 0 8 1 0 0 24 0 1 0 646644885 63090688 8736 33554432000 4194304 6014671 140736428773040 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 15403 8736 378 445 0 8948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61612

[startup+0.300718 s]
/proc/loadavg: 2.00 2.00 1.77 2/378 21157
/proc/meminfo: memFree=18850464/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=91436 CPUtime=0.29 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 16045 0 0 0 27 2 0 0 25 0 1 0 646644885 93630464 15981 33554432000 4194304 6014671 140736428773040 18446744073709551615 4304988 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 22859 15982 378 445 0 16404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91436

[startup+0.700636 s]
/proc/loadavg: 2.00 2.00 1.77 2/378 21157
/proc/meminfo: memFree=18850464/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=126508 CPUtime=0.69 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 25300 0 0 0 66 3 0 0 25 0 1 0 646644885 129544192 25236 33554432000 4194304 6014671 140736428773040 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 31627 25236 395 445 0 25172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 126508

[startup+1.50049 s]
/proc/loadavg: 2.00 2.00 1.77 3/379 21158
/proc/meminfo: memFree=18738360/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=241368 CPUtime=1.48 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 51628 0 0 0 142 6 0 0 25 0 1 0 646644885 247160832 51564 33554432000 4194304 6014671 140736428773040 18446744073709551615 4810760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 60342 51564 399 445 0 53887 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 241368

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 1.77 3/379 21158
/proc/meminfo: memFree=18550872/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=488808 CPUtime=3.09 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 113605 0 0 0 296 13 0 0 25 0 1 0 646644885 500539392 113505 33554432000 4194304 6014671 140736428773040 18446744073709551615 4240209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 122202 113505 681 445 0 115747 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 488808

[startup+6.30059 s]
/proc/loadavg: 2.00 2.00 1.77 3/379 21158
/proc/meminfo: memFree=18396948/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=488808 CPUtime=6.29 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 113703 0 0 0 616 13 0 0 25 0 1 0 646644885 500539392 113555 33554432000 4194304 6014671 140736428773040 18446744073709551615 4422727 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21157/statm: 122202 113555 701 445 0 115747 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 488808

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.77 3/379 21158
/proc/meminfo: memFree=18265968/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=660676 CPUtime=12.67 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 154350 0 0 0 1250 17 0 0 25 0 1 0 646644885 676532224 146146 33554432000 4194304 6014671 140736428773040 18446744073709551615 4711384 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 165169 146146 711 445 0 158714 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 660676

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.77 3/379 21158
/proc/meminfo: memFree=18212220/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=728420 CPUtime=25.48 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 164312 0 0 0 2529 19 0 0 25 0 1 0 646644885 745902080 156088 33554432000 4194304 6014671 140736428773040 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 182105 156088 723 445 0 175650 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 728420

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.78 3/379 21159
/proc/meminfo: memFree=18113768/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=765760 CPUtime=51.07 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 177475 0 0 0 5086 21 0 0 25 0 1 0 646644885 784138240 169251 33554432000 4194304 6014671 140736428773040 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 191440 169251 724 445 0 184985 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 765760

[startup+102.314 s]
/proc/loadavg: 2.04 2.01 1.79 3/379 21160
/proc/meminfo: memFree=17639212/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1325948 CPUtime=102.28 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 289627 0 0 0 10192 36 0 0 25 0 1 0 646644885 1357770752 281403 33554432000 4194304 6014671 140736428773040 18446744073709551615 4731854 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 331487 281403 728 445 0 325032 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1325948

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 1.81 3/379 21162
/proc/meminfo: memFree=17338856/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1721376 CPUtime=162.27 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 361635 0 0 0 16179 48 0 0 25 0 1 0 646644885 1762689024 353411 33554432000 4194304 6014671 140736428773040 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 430344 353411 728 445 0 423889 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1721376

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/379 21164
/proc/meminfo: memFree=17291448/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1769384 CPUtime=222.27 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 372696 0 0 0 22177 50 0 0 25 0 1 0 646644885 1811849216 364470 33554432000 4194304 6014671 140736428773040 18446744073709551615 4378652 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 442346 364470 728 445 0 435891 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1769384

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.82 3/379 21165
/proc/meminfo: memFree=17271216/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1835004 CPUtime=282.27 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 377442 0 0 0 28175 52 0 0 25 0 1 0 646644885 1879044096 369216 33554432000 4194304 6014671 140736428773040 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 458751 369216 728 445 0 452296 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 1835004

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.83 4/379 21167
/proc/meminfo: memFree=17248864/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=342.28 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 382736 0 0 0 34175 53 0 0 25 0 1 0 646644885 1946562560 374510 33554432000 4194304 6014671 140736428773040 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 374510 728 445 0 468780 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1900940

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

[startup+358.301 s]
/proc/loadavg: 2.16 2.03 1.84 3/379 21167
/proc/meminfo: memFree=17244020/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=358.27 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 383012 0 0 0 35774 53 0 0 25 0 1 0 646644885 1946562560 374786 33554432000 4194304 6014671 140736428773040 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 374786 728 445 0 468780 0
Current children cumulated CPU time (s) 358.27
Current children cumulated vsize (KiB) 1900940

[startup+371.101 s]
/proc/loadavg: 2.12 2.03 1.84 3/379 21168
/proc/meminfo: memFree=17243772/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=371.07 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 383080 0 0 0 37054 53 0 0 25 0 1 0 646644885 1946562560 374854 33554432000 4194304 6014671 140736428773040 18446744073709551615 4379399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 374854 728 445 0 468780 0
Current children cumulated CPU time (s) 371.07
Current children cumulated vsize (KiB) 1900940

[startup+377.5 s]
/proc/loadavg: 2.11 2.03 1.84 3/379 21168
/proc/meminfo: memFree=17236580/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=377.48 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 384912 0 0 0 37694 54 0 0 25 0 1 0 646644885 1946562560 376686 33554432000 4194304 6014671 140736428773040 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 376686 728 445 0 468780 0
Current children cumulated CPU time (s) 377.48
Current children cumulated vsize (KiB) 1900940

[startup+383.914 s]
/proc/loadavg: 2.10 2.03 1.84 3/379 21168
/proc/meminfo: memFree=17234348/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=383.89 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 385459 0 0 0 38335 54 0 0 25 0 1 0 646644885 1946562560 377233 33554432000 4194304 6014671 140736428773040 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 377233 728 445 0 468780 0
Current children cumulated CPU time (s) 383.89
Current children cumulated vsize (KiB) 1900940

[startup+387.101 s]
/proc/loadavg: 2.10 2.03 1.84 3/379 21168
/proc/meminfo: memFree=17234216/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=387.09 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 385682 0 0 0 38655 54 0 0 25 0 1 0 646644885 1946562560 377456 33554432000 4194304 6014671 140736428773040 18446744073709551615 4377903 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 377456 728 445 0 468780 0
Current children cumulated CPU time (s) 387.09
Current children cumulated vsize (KiB) 1900940

[startup+387.9 s]
/proc/loadavg: 2.10 2.03 1.84 3/379 21168
/proc/meminfo: memFree=17234216/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=387.88 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 385734 0 0 0 38734 54 0 0 25 0 1 0 646644885 1946562560 377508 33554432000 4194304 6014671 140736428773040 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 377508 728 445 0 468780 0
Current children cumulated CPU time (s) 387.88
Current children cumulated vsize (KiB) 1900940

[startup+388.7 s]
/proc/loadavg: 2.09 2.03 1.85 3/379 21168
/proc/meminfo: memFree=17233844/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=388.67 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 385788 0 0 0 38813 54 0 0 25 0 1 0 646644885 1946562560 377562 33554432000 4194304 6014671 140736428773040 18446744073709551615 4422782 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 377562 728 445 0 468780 0
Current children cumulated CPU time (s) 388.67
Current children cumulated vsize (KiB) 1900940

[startup+389.1 s]
/proc/loadavg: 2.09 2.03 1.85 3/379 21168
/proc/meminfo: memFree=17233844/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=1900940 CPUtime=389.07 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202496 385800 0 0 0 38853 54 0 0 25 0 1 0 646644885 1946562560 377574 33554432000 4194304 6014671 140736428773040 18446744073709551615 4776827 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/21157/statm: 475235 377574 728 445 0 468780 0
Current children cumulated CPU time (s) 389.07
Current children cumulated vsize (KiB) 1900940

[startup+389.2 s]
/proc/loadavg: 2.09 2.03 1.85 3/379 21168
/proc/meminfo: memFree=17233844/32951124 swapFree=63083184/67111528
[pid=21157] ppid=21155 vsize=0 CPUtime=389.18 cores=1,3,5,7
/proc/21157/stat : 21157 (qutersat_releas) R 21155 21157 20952 0 -1 4202500 385804 0 0 0 38859 59 0 0 25 0 1 0 646644885 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/21157/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 389.18
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 389.217
CPU time (s): 389.203
CPU user time (s): 388.593
CPU system time (s): 0.609907
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 1900940

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

runsolver used 1.3308 second user time and 3.2875 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 12:38:13
IDJOB=3384308
IDBENCH=71039
IDSOLVER=1868
FILE ID=node141/3384308-1305542292
RUNJOBID= node141-1305540196-20971
PBS_JOBID= 13329212
Free space on /tmp= 73272 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384308-1305542292/watcher-3384308-1305542292 -o /tmp/evaluation-result-3384308-1305542292/solver-3384308-1305542292 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384308-1305542292.cnf 1031421641

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1031421641

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:      18850612 kB
Buffers:        285660 kB
Cached:        5628852 kB
SwapCached:      15716 kB
Active:        8437152 kB
Inactive:      5398832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18850612 kB
SwapTotal:    67111528 kB
SwapFree:     63083184 kB
Dirty:           20224 kB
Writeback:           0 kB
AnonPages:     7913100 kB
Mapped:          17724 kB
Slab:           147064 kB
PageTables:      50980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93163012 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 12:44:42