Trace number 3377092

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 425.282 425.273

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
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.19/0.20	c Parse Cnf success: #var: 88352 #clause: 262658
0.19/0.20	c Find Units :          2
0.19/0.21	c Find Invs  :          0
0.19/0.25	c Find Ands  :      87988 AvgFaninNum: 2
0.19/0.26	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.28	c Find Ite   :          0
0.29/0.34	c UnDirect variable: 0
0.29/0.34	c UnDirect to Direct Gate: 0
0.29/0.34	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.35	c Break Cycle : 136
0.29/0.35	c Total Root : 1 Undef Var: 935
0.39/0.41	c After covering, Total Root: 114 Leaf: 935
0.39/0.41	c Variable( cover/uncovered/unused ): 88352 0 0
0.39/0.41	c Unit Clauses: 2
0.39/0.41	c Binary Clauses( cover/uncovered ): 174834 270
0.39/0.41	c Clauses( cover/uncovered ): 87417 135
0.39/0.41	c Total Clauses( cover/uncovered ): 262253 405 99.8458%
0.39/0.41	c Covered Ands: 87417 Invs: 0 Xors: 0 Ites: 0
0.39/0.42	c Uncover Clauses avg size: 2.33333 max size: 3
0.39/0.42	c Final circuit: i/l/o/s     934       0     406     87915
0.39/0.42	c CnfToAig: Time: 0.41 s
0.69/0.72	c TmMap: Set choices finish.
0.69/0.76	c TmMap: Set big and: 11019
0.69/0.76	c TmMap: Origin: 88850 ClauseNum: 263745 --> New: 32806 ClauseNum: 141044
0.69/0.76	c TmMap: Time: 0.07
1.69/1.70	c Simulation --> TransNum: 114988/141044 Try to Add: #clause: 101662 #xorclause: 0
1.69/1.78	c #var: 32067 #clauses: 97829 Solving... 
6.89/6.92	c Abstract SAT
6.99/7.06	c Simulation --> TransNum: 136291/141044 Try to Add: #clause: 353 #xorclause: 0
6.99/7.06	c #var: 32126 #clauses: 91127 Solving... 
9.69/9.73	c Abstract SAT
9.80/9.86	c Simulation --> TransNum: 136399/141044 Try to Add: #clause: 1 #xorclause: 0
9.80/9.86	c #var: 32126 #clauses: 91040 Solving... 
11.89/11.99	c Abstract SAT
11.89/11.99	c Simulation --> TransNum: 141044/141044 Try to Add: #clause: 4522 #xorclause: 0
11.99/12.00	c #var: 32395 #clauses: 103445 Solving... 
425.20/425.24	s UNSATISFIABLE
425.20/425.25	c CPU time: 425.26 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-3377092-1305468410/watcher-3377092-1305468410 -o /tmp/evaluation-result-3377092-1305468410/solver-3377092-1305468410 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377092-1305468410.cnf 1212571888 

running on 2 cores: 0,2

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: 3.95 4.24 5.58 4/402 9334
/proc/meminfo: memFree=17619248/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=35460 CPUtime=0 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 2640 0 0 0 0 0 0 0 25 0 1 0 639257164 36311040 2577 33554432000 4194304 6014671 140735379430416 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 8865 2577 377 445 0 2410 0

[startup+0.113468 s]
/proc/loadavg: 3.95 4.24 5.58 4/402 9334
/proc/meminfo: memFree=17619248/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=53892 CPUtime=0.1 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 7174 0 0 0 10 0 0 0 25 0 1 0 639257164 55185408 7111 33554432000 4194304 6014671 140735379430416 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 13473 7111 377 445 0 7018 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53892

[startup+0.200449 s]
/proc/loadavg: 3.95 4.24 5.58 4/402 9334
/proc/meminfo: memFree=17619248/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=73476 CPUtime=0.19 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 11532 0 0 0 18 1 0 0 25 0 1 0 639257164 75239424 11469 33554432000 4194304 6014671 140735379430416 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 18369 11469 377 445 0 11914 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 73476

[startup+0.300401 s]
/proc/loadavg: 3.95 4.24 5.58 4/402 9334
/proc/meminfo: memFree=17619248/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=73476 CPUtime=0.29 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 11754 0 0 0 28 1 0 0 25 0 1 0 639257164 75239424 11691 33554432000 4194304 6014671 140735379430416 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 18369 11691 395 445 0 11914 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73476

[startup+0.700367 s]
/proc/loadavg: 3.95 4.24 5.58 4/402 9334
/proc/meminfo: memFree=17619248/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=84008 CPUtime=0.69 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 14910 0 0 0 68 1 0 0 25 0 1 0 639257164 86024192 14847 33554432000 4194304 6014671 140735379430416 18446744073709551615 4230133 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 21002 14847 669 445 0 14547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84008

[startup+1.50023 s]
/proc/loadavg: 3.95 4.24 5.58 5/403 9335
/proc/meminfo: memFree=17556620/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=88104 CPUtime=1.49 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 15732 0 0 0 148 1 0 0 25 0 1 0 639257164 90218496 15669 33554432000 4194304 6014671 140735379430416 18446744073709551615 4243267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 22026 15669 681 445 0 15571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88104

[startup+3.10095 s]
/proc/loadavg: 3.96 4.23 5.58 5/403 9335
/proc/meminfo: memFree=17547692/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=96308 CPUtime=3.09 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 16540 0 0 0 308 1 0 0 25 0 1 0 639257164 98619392 16477 33554432000 4194304 6014671 140735379430416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 24077 16477 701 445 0 17622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96308

[startup+6.30035 s]
/proc/loadavg: 3.96 4.23 5.58 5/403 9335
/proc/meminfo: memFree=17531480/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=103524 CPUtime=6.29 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 18675 0 0 0 627 2 0 0 25 0 1 0 639257164 106008576 18612 33554432000 4194304 6014671 140735379430416 18446744073709551615 4423577 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 25881 18612 726 445 0 19426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103524

[startup+12.7002 s]
/proc/loadavg: 3.96 4.22 5.56 5/403 9335
/proc/meminfo: memFree=17434664/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=131260 CPUtime=12.69 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 21286 0 0 0 1266 3 0 0 25 0 1 0 639257164 134410240 21214 33554432000 4194304 6014671 140735379430416 18446744073709551615 4427086 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 32815 21214 729 445 0 26360 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131260

[startup+25.501 s]
/proc/loadavg: 3.97 4.22 5.54 5/403 9336
/proc/meminfo: memFree=17163360/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=153848 CPUtime=25.49 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 28150 0 0 0 2545 4 0 0 25 0 1 0 639257164 157540352 28036 33554432000 4194304 6014671 140735379430416 18446744073709551615 4425400 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 38462 28036 735 445 0 32007 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 153848

[startup+51.1005 s]
/proc/loadavg: 3.98 4.20 5.50 5/403 9336
/proc/meminfo: memFree=17108720/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=178948 CPUtime=51.09 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 33637 0 0 0 5104 5 0 0 25 0 1 0 639257164 183242752 33495 33554432000 4194304 6014671 140735379430416 18446744073709551615 4552566 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 44737 33495 750 445 0 38282 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 178948

[startup+102.301 s]
/proc/loadavg: 3.99 4.16 5.41 5/403 9392
/proc/meminfo: memFree=18544484/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=205992 CPUtime=102.31 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 38558 0 0 0 10225 6 0 0 25 0 1 0 639257164 210935808 38397 33554432000 4194304 6014671 140735379430416 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 51498 38397 731 445 0 45043 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 205992

[startup+162.301 s]
/proc/loadavg: 3.99 4.13 5.32 5/403 9393
/proc/meminfo: memFree=17555080/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=220968 CPUtime=162.3 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 44930 0 0 0 16222 8 0 0 25 0 1 0 639257164 226271232 44721 33554432000 4194304 6014671 140735379430416 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 55242 44721 732 445 0 48787 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 220968

[startup+222.315 s]
/proc/loadavg: 3.99 4.10 5.23 5/403 9395
/proc/meminfo: memFree=17273640/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=299616 CPUtime=222.31 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 52389 0 0 0 22220 11 0 0 25 0 1 0 639257164 306806784 52101 33554432000 4194304 6014671 140735379430416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 74904 52101 734 445 0 68449 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 299616

[startup+282.301 s]
/proc/loadavg: 3.99 4.08 5.15 5/403 9397
/proc/meminfo: memFree=17038128/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=315760 CPUtime=282.29 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 57086 0 0 0 28217 12 0 0 25 0 1 0 639257164 323338240 53270 33554432000 4194304 6014671 140735379430416 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 78940 53270 734 445 0 72485 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 315760

[startup+342.301 s]
/proc/loadavg: 4.13 4.11 5.09 5/403 9398
/proc/meminfo: memFree=16938024/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=342.3 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 66576 0 0 0 34215 15 0 0 25 0 1 0 639257164 412598272 62748 33554432000 4194304 6014671 140735379430416 18446744073709551615 4372176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 62748 734 445 0 94277 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 402928

[startup+402.301 s]
/proc/loadavg: 4.09 4.10 5.03 5/403 9427
/proc/meminfo: memFree=17416980/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=402.3 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 73266 0 0 0 40213 17 0 0 25 0 1 0 639257164 412598272 69438 33554432000 4194304 6014671 140735379430416 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 69438 734 445 0 94277 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 402928

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

[startup+409.6 s]
/proc/loadavg: 4.08 4.10 5.02 5/403 9427
/proc/meminfo: memFree=17395032/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=409.6 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 74164 0 0 0 40943 17 0 0 25 0 1 0 639257164 412598272 70336 33554432000 4194304 6014671 140735379430416 18446744073709551615 4425400 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 70336 734 445 0 94277 0
Current children cumulated CPU time (s) 409.6
Current children cumulated vsize (KiB) 402928

[startup+416 s]
/proc/loadavg: 4.24 4.13 5.03 5/403 9427
/proc/meminfo: memFree=17381020/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=416 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 76491 0 0 0 41583 17 0 0 25 0 1 0 639257164 412598272 72663 33554432000 4194304 6014671 140735379430416 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 72663 734 445 0 94277 0
Current children cumulated CPU time (s) 416
Current children cumulated vsize (KiB) 402928

[startup+419.215 s]
/proc/loadavg: 4.22 4.13 5.02 5/403 9454
/proc/meminfo: memFree=18333148/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=419.22 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 76800 0 0 0 41904 18 0 0 25 0 1 0 639257164 412598272 72972 33554432000 4194304 6014671 140735379430416 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 72972 734 445 0 94277 0
Current children cumulated CPU time (s) 419.22
Current children cumulated vsize (KiB) 402928

[startup+422.4 s]
/proc/loadavg: 4.20 4.13 5.02 5/403 9454
/proc/meminfo: memFree=18322376/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=422.41 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 77069 0 0 0 42223 18 0 0 25 0 1 0 639257164 412598272 73241 33554432000 4194304 6014671 140735379430416 18446744073709551615 255106465428 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 73241 734 445 0 94277 0
Current children cumulated CPU time (s) 422.41
Current children cumulated vsize (KiB) 402928

[startup+424.001 s]
/proc/loadavg: 4.20 4.13 5.02 5/403 9454
/proc/meminfo: memFree=18320524/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=424 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 77170 0 0 0 42382 18 0 0 25 0 1 0 639257164 412598272 73342 33554432000 4194304 6014671 140735379430416 18446744073709551615 4369532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 73342 734 445 0 94277 0
Current children cumulated CPU time (s) 424
Current children cumulated vsize (KiB) 402928

[startup+424.801 s]
/proc/loadavg: 4.20 4.13 5.02 5/403 9454
/proc/meminfo: memFree=18319160/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=424.8 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 77220 0 0 0 42462 18 0 0 25 0 1 0 639257164 412598272 73392 33554432000 4194304 6014671 140735379430416 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 73392 734 445 0 94277 0
Current children cumulated CPU time (s) 424.8
Current children cumulated vsize (KiB) 402928

[startup+425.201 s]
/proc/loadavg: 4.20 4.13 5.02 5/403 9454
/proc/meminfo: memFree=18319160/32951124 swapFree=67111348/67111528
[pid=9334] ppid=9332 vsize=402928 CPUtime=425.2 cores=0,2
/proc/9334/stat : 9334 (qutersat_releas) R 9332 9334 9135 0 -1 4202496 77225 0 0 0 42502 18 0 0 25 0 1 0 639257164 412598272 73397 33554432000 4194304 6014671 140735379430416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9334/statm: 100732 73397 734 445 0 94277 0
Current children cumulated CPU time (s) 425.2
Current children cumulated vsize (KiB) 402928

Child status: 0
Real time (s): 425.273
CPU time (s): 425.282
CPU user time (s): 425.084
CPU system time (s): 0.197969
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 402928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 425.084
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77230
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= 11
involuntary context switches= 1129

runsolver used 1.74373 second user time and 3.67444 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 16:06:50
IDJOB=3377092
IDBENCH=82469
IDSOLVER=1856
FILE ID=node144/3377092-1305468410
RUNJOBID= node144-1305468273-9153
PBS_JOBID= 13325330
Free space on /tmp= 73148 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377092-1305468410/watcher-3377092-1305468410 -o /tmp/evaluation-result-3377092-1305468410/solver-3377092-1305468410 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377092-1305468410.cnf 1212571888

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1212571888

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17619520 kB
Buffers:        317784 kB
Cached:        4013356 kB
SwapCached:          0 kB
Active:       12068048 kB
Inactive:      2899084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17619520 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           30792 kB
Writeback:           0 kB
AnonPages:    10635808 kB
Mapped:          38468 kB
Slab:           248920 kB
PageTables:      48952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111851484 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= 73180 MiB
End job on node144 at 2011-05-15 16:13:56