Trace number 3292797

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 623.55 623.529

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484926
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 264 #clause: 1476
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 264
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 264 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 1452
0.00/0.00	c Clauses( cover/uncovered ): 0 24
0.00/0.00	c Total Clauses( cover/uncovered ): 0 1476 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.14634 max size: 11
0.00/0.00	c Final circuit: i/l/o/s     264       0    1476      1692
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 1476
0.00/0.02	c TmMap: Origin: 1957 ClauseNum: 5076 --> New: 1741 ClauseNum: 4644
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 2952 #xorclause: 0
0.00/0.02	c #var: 264 #clauses: 25 Solving... 
623.51/623.51	s UNSATISFIABLE
623.51/623.52	c CPU time: 623.53 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-3292797-1303789525/watcher-3292797-1303789525 -o /tmp/evaluation-result-3292797-1303789525/solver-3292797-1303789525 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3292797-1303789525.cnf 106854538 

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: 2.24 3.44 3.20 4/180 13579
/proc/meminfo: memFree=23817308/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=32364 CPUtime=0 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 1806 0 0 0 0 0 0 0 25 0 1 0 569182998 33140736 1740 33554432000 4194304 6016207 140735634840976 18446744073709551615 252457763450 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 8091 1740 400 445 0 1635 0

[startup+0.0728529 s]
/proc/loadavg: 2.24 3.44 3.20 4/180 13579
/proc/meminfo: memFree=23817308/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=46712 CPUtime=0.06 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 3697 0 0 0 6 0 0 0 25 0 1 0 569182998 47833088 3631 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 11678 3631 721 445 0 5222 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 46712

[startup+0.100826 s]
/proc/loadavg: 2.24 3.44 3.20 4/180 13579
/proc/meminfo: memFree=23817308/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=46712 CPUtime=0.09 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 3751 0 0 0 9 0 0 0 25 0 1 0 569182998 47833088 3685 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 11678 3685 721 445 0 5222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300803 s]
/proc/loadavg: 2.24 3.44 3.20 4/180 13579
/proc/meminfo: memFree=23817308/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=55260 CPUtime=0.29 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 4103 0 0 0 29 0 0 0 25 0 1 0 569182998 56586240 4037 33554432000 4194304 6016207 140735634840976 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 13815 4037 721 445 0 7359 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55260

[startup+0.700727 s]
/proc/loadavg: 2.24 3.44 3.20 4/180 13579
/proc/meminfo: memFree=23817308/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=73004 CPUtime=0.69 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 4797 0 0 0 69 0 0 0 25 0 1 0 569182998 74756096 4731 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 18251 4731 721 445 0 11795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73004

[startup+1.50058 s]
/proc/loadavg: 2.24 3.44 3.20 6/187 13591
/proc/meminfo: memFree=23731644/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=91528 CPUtime=1.49 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 6147 0 0 0 149 0 0 0 25 0 1 0 569182998 93724672 6081 33554432000 4194304 6016207 140735634840976 18446744073709551615 4380396 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 22882 6081 727 445 0 16426 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91528

[startup+3.10028 s]
/proc/loadavg: 2.24 3.44 3.20 6/187 13591
/proc/meminfo: memFree=23679192/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=100832 CPUtime=3.09 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 6960 0 0 0 308 1 0 0 25 0 1 0 569182998 103251968 6894 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 25208 6894 727 445 0 18752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100832

[startup+6.30067 s]
/proc/loadavg: 2.62 3.50 3.22 6/190 13597
/proc/meminfo: memFree=23277424/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=119816 CPUtime=6.29 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 9127 0 0 0 628 1 0 0 25 0 1 0 569182998 122691584 9061 33554432000 4194304 6016207 140735634840976 18446744073709551615 4371148 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 29954 9061 727 445 0 23498 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119816

[startup+12.7005 s]
/proc/loadavg: 2.73 3.51 3.22 6/190 13597
/proc/meminfo: memFree=23048360/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=130236 CPUtime=12.69 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 11040 0 0 0 1268 1 0 0 25 0 1 0 569182998 133361664 10974 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 32559 10974 727 445 0 26103 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130236

[startup+25.5011 s]
/proc/loadavg: 3.01 3.53 3.23 6/190 13597
/proc/meminfo: memFree=22710828/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=130236 CPUtime=25.49 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 13262 0 0 0 2547 2 0 0 25 0 1 0 569182998 133361664 13196 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 32559 13196 727 445 0 26103 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130236

[startup+51.1004 s]
/proc/loadavg: 3.42 3.58 3.26 6/190 13598
/proc/meminfo: memFree=22670080/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=51.1 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 17122 0 0 0 5107 3 0 0 25 0 1 0 569182998 157446144 17056 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 17056 727 445 0 31983 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 153756

[startup+102.307 s]
/proc/loadavg: 3.75 3.64 3.29 6/190 13599
/proc/meminfo: memFree=21661636/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=102.3 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 18749 0 0 0 10227 3 0 0 25 0 1 0 569182998 157446144 18683 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 18683 727 445 0 31983 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153756

[startup+162.301 s]
/proc/loadavg: 3.90 3.71 3.33 5/190 13763
/proc/meminfo: memFree=21624408/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=162.3 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 20386 0 0 0 16226 4 0 0 25 0 1 0 569182998 157446144 20320 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 20320 727 445 0 31983 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 153756

[startup+222.3 s]
/proc/loadavg: 3.96 3.76 3.37 5/190 13792
/proc/meminfo: memFree=21361176/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=222.3 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 21096 0 0 0 22226 4 0 0 25 0 1 0 569182998 157446144 21030 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 21030 727 445 0 31983 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 153756

[startup+282.3 s]
/proc/loadavg: 3.98 3.80 3.41 5/190 13820
/proc/meminfo: memFree=21288724/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=282.3 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 21776 0 0 0 28226 4 0 0 25 0 1 0 569182998 157446144 21710 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 21710 727 445 0 31983 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 153756

[startup+342.301 s]
/proc/loadavg: 4.03 3.85 3.45 5/190 13822
/proc/meminfo: memFree=21235516/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=342.3 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 22373 0 0 0 34226 4 0 0 25 0 1 0 569182998 157446144 22307 33554432000 4194304 6016207 140735634840976 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 22307 727 445 0 31983 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 153756

[startup+402.301 s]
/proc/loadavg: 4.01 3.87 3.48 5/190 13823
/proc/meminfo: memFree=21200524/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=402.3 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 22855 0 0 0 40226 4 0 0 25 0 1 0 569182998 157446144 22789 33554432000 4194304 6016207 140735634840976 18446744073709551615 4370949 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 22789 727 445 0 31983 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 153756

[startup+462.301 s]
/proc/loadavg: 4.00 3.89 3.51 5/190 13825
/proc/meminfo: memFree=21168384/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=462.3 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 24041 0 0 0 46226 4 0 0 25 0 1 0 569182998 157446144 23972 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 23972 727 445 0 31983 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 153756

[startup+522.301 s]
/proc/loadavg: 4.00 3.91 3.54 5/190 13827
/proc/meminfo: memFree=18337816/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=522.31 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 24190 0 0 0 52226 5 0 0 25 0 1 0 569182998 157446144 24112 33554432000 4194304 6016207 140735634840976 18446744073709551615 4371192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 24112 727 445 0 31983 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 153756

[startup+582.301 s]
/proc/loadavg: 4.00 3.92 3.56 5/190 13855
/proc/meminfo: memFree=22592332/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=582.31 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 24826 0 0 0 58226 5 0 0 25 0 1 0 569182998 157446144 24735 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425574 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 24735 727 445 0 31983 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 153756

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

[startup+588.7 s]
/proc/loadavg: 4.00 3.92 3.57 5/190 13855
/proc/meminfo: memFree=22590108/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=588.71 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 25394 0 0 0 58866 5 0 0 25 0 1 0 569182998 157446144 25303 33554432000 4194304 6016207 140735634840976 18446744073709551615 4370949 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 25303 727 445 0 31983 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 153756

[startup+601.501 s]
/proc/loadavg: 4.00 3.93 3.57 5/190 13856
/proc/meminfo: memFree=22428400/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=601.51 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 25478 0 0 0 60146 5 0 0 25 0 1 0 569182998 157446144 25387 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425645 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 25387 727 445 0 31983 0
Current children cumulated CPU time (s) 601.51
Current children cumulated vsize (KiB) 153756

[startup+614.301 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13856
/proc/meminfo: memFree=22425524/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=153756 CPUtime=614.31 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 25822 0 0 0 61426 5 0 0 25 0 1 0 569182998 157446144 25731 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 38439 25731 727 445 0 31983 0
Current children cumulated CPU time (s) 614.31
Current children cumulated vsize (KiB) 153756

[startup+617.501 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13856
/proc/meminfo: memFree=22415976/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=171816 CPUtime=617.51 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 27945 0 0 0 61746 5 0 0 25 0 1 0 569182998 175939584 27846 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 42954 27846 727 445 0 36498 0
Current children cumulated CPU time (s) 617.51
Current children cumulated vsize (KiB) 171816

[startup+620.7 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13856
/proc/meminfo: memFree=22413248/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=171816 CPUtime=620.71 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 28379 0 0 0 62066 5 0 0 25 0 1 0 569182998 175939584 28280 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 42954 28280 727 445 0 36498 0
Current children cumulated CPU time (s) 620.71
Current children cumulated vsize (KiB) 171816

[startup+622.301 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13856
/proc/meminfo: memFree=22412504/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=171816 CPUtime=622.31 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 28467 0 0 0 62226 5 0 0 25 0 1 0 569182998 175939584 28368 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 42954 28368 727 445 0 36498 0
Current children cumulated CPU time (s) 622.31
Current children cumulated vsize (KiB) 171816

[startup+623.101 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13856
/proc/meminfo: memFree=22412128/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=171816 CPUtime=623.11 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 28535 0 0 0 62306 5 0 0 25 0 1 0 569182998 175939584 28436 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 42954 28436 727 445 0 36498 0
Current children cumulated CPU time (s) 623.11
Current children cumulated vsize (KiB) 171816

[startup+623.501 s]
/proc/loadavg: 4.00 3.93 3.58 5/190 13856
/proc/meminfo: memFree=22412128/32951124 swapFree=67111348/67111528
[pid=13579] ppid=13577 vsize=171816 CPUtime=623.51 cores=0,2
/proc/13579/stat : 13579 (qutersat_releas) R 13577 13579 12511 0 -1 4202496 28551 0 0 0 62346 5 0 0 25 0 1 0 569182998 175939584 28452 33554432000 4194304 6016207 140735634840976 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13579/statm: 42954 28452 727 445 0 36498 0
Current children cumulated CPU time (s) 623.51
Current children cumulated vsize (KiB) 171816

Child status: 0
Real time (s): 623.529
CPU time (s): 623.55
CPU user time (s): 623.484
CPU system time (s): 0.065989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 171816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 623.484
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28557
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= 6
involuntary context switches= 1244

runsolver used 1.15882 second user time and 2.24966 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 05:45:25
IDJOB=3292797
IDBENCH=87943
IDSOLVER=1607
FILE ID=node111/3292797-1303789525
RUNJOBID= node111-1303789524-13419
PBS_JOBID= 13157239
Free space on /tmp= 70964 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292797-1303789525/watcher-3292797-1303789525 -o /tmp/evaluation-result-3292797-1303789525/solver-3292797-1303789525 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3292797-1303789525.cnf 106854538

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=106854538

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23817836 kB
Buffers:       1242708 kB
Cached:        7345576 kB
SwapCached:        132 kB
Active:        2658200 kB
Inactive:      5998656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23817836 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           14048 kB
Writeback:           0 kB
AnonPages:       68052 kB
Mapped:          15264 kB
Slab:           412296 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   215928 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= 70880 MiB
End job on node111 at 2011-04-26 05:55:49