Trace number 3377063

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)? (TO) 1300.04 1300.04

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 45937 #clause: 166840
0.09/0.10	c Find Units :       1058
0.09/0.11	c Find Invs  :      13510
0.09/0.12	c Find Ands  :      13676 AvgFaninNum: 4.39354
0.09/0.13	c Find Xors  :      16730 AvgFaninNum: 2
0.09/0.16	c Find Ite   :       5928
0.09/0.19	c UnDirect variable: 25658
0.19/0.20	c UnDirect to Direct Gate: 27357
0.19/0.20	c Forced Direct Gate: 173 Unuse unDirect Gate: 1515
0.19/0.21	c Break Cycle : 1751
0.19/0.21	c Total Root : 162 Undef Var: 5759
0.19/0.25	c After covering, Total Root: 355 Leaf: 2943
0.19/0.25	c Variable( cover/uncovered/unused ): 43121 2816 0
0.19/0.25	c Unit Clauses: 1058
0.19/0.25	c Binary Clauses( cover/uncovered ): 79406 6420
0.19/0.25	c Clauses( cover/uncovered ): 79589 367
0.19/0.25	c Total Clauses( cover/uncovered ): 160053 6787 95.932%
0.19/0.25	c Covered Ands: 12873 Invs: 10626 Xors: 16671 Ites: 8
0.19/0.26	c Uncover Clauses avg size: 2.10211 max size: 5
0.19/0.26	c Final circuit: i/l/o/s    4702       0    6788     75385
0.19/0.26	c CnfToAig: Time: 0.26 s
0.49/0.52	c TmMap: Set choices finish.
0.49/0.54	c TmMap: Set big and: 9926
0.49/0.54	c TmMap: Origin: 80088 ClauseNum: 226155 --> New: 30981 ClauseNum: 110079
0.49/0.54	c TmMap: Time: 0.06
0.89/0.97	c Simulation --> TransNum: 97136/110079 Try to Add: #clause: 83065 #xorclause: 0
1.00/1.01	c #var: 22823 #clauses: 66969 Solving... 
20.40/20.45	c Abstract SAT
20.49/20.51	c Simulation --> TransNum: 100023/110079 Try to Add: #clause: 5 #xorclause: 0
20.49/20.51	c #var: 22826 #clauses: 18434 Solving... 
26.30/26.32	c Abstract SAT
26.30/26.37	c Simulation --> TransNum: 100037/110079 Try to Add: #clause: 7 #xorclause: 0
26.30/26.37	c #var: 22831 #clauses: 18232 Solving... 
32.09/32.18	c Abstract SAT
32.09/32.18	c Simulation --> TransNum: 110079/110079 Try to Add: #clause: 8472 #xorclause: 0
32.09/32.18	c #var: 24189 #clauses: 26331 Solving... 
1300.00/1300.01	c Time Out !!
1300.00/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3377063-1305467721/watcher-3377063-1305467721 -o /tmp/evaluation-result-3377063-1305467721/solver-3377063-1305467721 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377063-1305467721.cnf 1986285104 

running on 2 cores: 1,3

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.76 3.22 5.31 3/309 12601
/proc/meminfo: memFree=24445228/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=33444 CPUtime=0 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 2184 0 0 0 0 0 0 0 22 0 1 0 737002719 34246656 2120 33554432000 4194304 6014671 140736097413184 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 8361 2135 377 445 0 1906 0

[startup+0.032608 s]
/proc/loadavg: 0.76 3.22 5.31 3/309 12601
/proc/meminfo: memFree=24445228/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=41636 CPUtime=0.02 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 4013 0 0 0 2 0 0 0 22 0 1 0 737002719 42635264 3949 33554432000 4194304 6014671 140736097413184 18446744073709551615 4303733 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 10409 3949 377 445 0 3954 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 41636

[startup+0.100601 s]
/proc/loadavg: 0.76 3.22 5.31 3/309 12601
/proc/meminfo: memFree=24445228/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=56100 CPUtime=0.09 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 7627 0 0 0 8 1 0 0 22 0 1 0 737002719 57446400 7563 33554432000 4194304 6014671 140736097413184 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 14025 7563 377 445 0 7570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56100

[startup+0.300565 s]
/proc/loadavg: 0.76 3.22 5.31 3/309 12601
/proc/meminfo: memFree=24445228/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=60028 CPUtime=0.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 9067 0 0 0 28 1 0 0 23 0 1 0 737002719 61468672 9003 33554432000 4194304 6014671 140736097413184 18446744073709551615 4258221 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 15007 9003 667 445 0 8552 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60028

[startup+0.700489 s]
/proc/loadavg: 0.76 3.22 5.31 3/309 12601
/proc/meminfo: memFree=24445228/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=86740 CPUtime=0.69 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 15835 0 0 0 67 2 0 0 25 0 1 0 737002719 88821760 15771 33554432000 4194304 6014671 140736097413184 18446744073709551615 4243280 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 21685 15771 680 445 0 15230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86740

[startup+1.50034 s]
/proc/loadavg: 0.76 3.22 5.31 5/312 12606
/proc/meminfo: memFree=24208184/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=94944 CPUtime=1.49 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 16271 0 0 0 147 2 0 0 25 0 1 0 737002719 97222656 16207 33554432000 4194304 6014671 140736097413184 18446744073709551615 4807838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 23736 16207 700 445 0 17281 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94944

[startup+3.10105 s]
/proc/loadavg: 0.76 3.22 5.31 5/312 12606
/proc/meminfo: memFree=24059188/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=95968 CPUtime=3.09 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 17825 0 0 0 307 2 0 0 25 0 1 0 737002719 98271232 17761 33554432000 4194304 6014671 140736097413184 18446744073709551615 4425685 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 23992 17761 726 445 0 17537 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95968

[startup+6.30046 s]
/proc/loadavg: 1.02 3.24 5.30 5/312 12606
/proc/meminfo: memFree=23898776/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=139832 CPUtime=6.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 20831 0 0 0 626 3 0 0 25 0 1 0 737002719 143187968 20767 33554432000 4194304 6014671 140736097413184 18446744073709551615 4422874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 34958 20767 728 445 0 28503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139832

[startup+12.7003 s]
/proc/loadavg: 1.26 3.25 5.29 5/315 12640
/proc/meminfo: memFree=23391988/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=231224 CPUtime=12.69 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 29110 0 0 0 1264 5 0 0 25 0 1 0 737002719 236773376 29046 33554432000 4194304 6014671 140736097413184 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 57806 29046 728 445 0 51351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 231224

[startup+25.5009 s]
/proc/loadavg: 1.87 3.29 5.27 5/315 12640
/proc/meminfo: memFree=21794796/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=231224 CPUtime=25.49 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 38676 0 0 0 2543 6 0 0 25 0 1 0 737002719 236773376 38612 33554432000 4194304 6014671 140736097413184 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 57806 38612 730 445 0 51351 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 231224

[startup+51.1002 s]
/proc/loadavg: 2.59 3.34 5.24 5/315 12641
/proc/meminfo: memFree=19638488/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=231224 CPUtime=51.09 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 43742 0 0 0 5103 6 0 0 25 0 1 0 737002719 236773376 43675 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 57806 43675 730 445 0 51351 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 231224

[startup+102.312 s]
/proc/loadavg: 3.44 3.45 5.16 5/315 12642
/proc/meminfo: memFree=18957592/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=278244 CPUtime=102.3 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 54849 0 0 0 10221 9 0 0 25 0 1 0 737002719 284921856 54726 33554432000 4194304 6014671 140736097413184 18446744073709551615 4379248 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 69561 54726 730 445 0 63106 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 278244

[startup+162.301 s]
/proc/loadavg: 3.77 3.54 5.09 5/315 12643
/proc/meminfo: memFree=18629644/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=513052 CPUtime=162.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 86582 0 0 0 16215 14 0 0 25 0 1 0 737002719 525365248 83149 33554432000 4194304 6014671 140736097413184 18446744073709551615 4423015 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 128263 83149 730 445 0 121808 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 513052

[startup+222.301 s]
/proc/loadavg: 3.91 3.62 5.02 5/315 12645
/proc/meminfo: memFree=18473128/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=629224 CPUtime=222.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 111844 0 0 0 22212 17 0 0 25 0 1 0 737002719 644325376 108411 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 157306 108411 730 445 0 150851 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 629224

[startup+282.301 s]
/proc/loadavg: 4.00 3.70 4.96 5/315 12647
/proc/meminfo: memFree=18402288/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748172 CPUtime=282.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 121882 0 0 0 28210 19 0 0 25 0 1 0 737002719 766128128 118449 33554432000 4194304 6014671 140736097413184 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187043 118449 730 445 0 180588 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 748172

[startup+342.301 s]
/proc/loadavg: 4.00 3.75 4.90 5/315 12657
/proc/meminfo: memFree=18307248/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748172 CPUtime=342.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 121911 0 0 0 34210 19 0 0 25 0 1 0 737002719 766128128 118478 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187043 118478 730 445 0 180588 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 748172

[startup+402.301 s]
/proc/loadavg: 4.06 3.82 4.85 5/315 12659
/proc/meminfo: memFree=18271568/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=402.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 122416 0 0 0 40210 19 0 0 25 0 1 0 737002719 766259200 118983 33554432000 4194304 6014671 140736097413184 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 118983 730 445 0 180620 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 748300

[startup+462.301 s]
/proc/loadavg: 4.08 3.87 4.80 5/315 12661
/proc/meminfo: memFree=17583192/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=462.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 122584 0 0 0 46210 19 0 0 25 0 1 0 737002719 766259200 119151 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 119151 730 445 0 180620 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 748300

[startup+522.301 s]
/proc/loadavg: 4.03 3.89 4.75 5/315 12662
/proc/meminfo: memFree=17456540/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=522.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 130469 0 0 0 52208 21 0 0 25 0 1 0 737002719 766259200 127036 33554432000 4194304 6014671 140736097413184 18446744073709551615 4379118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 127036 730 445 0 180620 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 748300

[startup+582.301 s]
/proc/loadavg: 4.01 3.91 4.70 5/315 12664
/proc/meminfo: memFree=17367592/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=582.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 140442 0 0 0 58206 23 0 0 25 0 1 0 737002719 766259200 136998 33554432000 4194304 6014671 140736097413184 18446744073709551615 4423026 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 136998 730 445 0 180620 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 748300

[startup+642.301 s]
/proc/loadavg: 4.00 3.92 4.65 5/315 12665
/proc/meminfo: memFree=16770856/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=642.3 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 140494 0 0 0 64207 23 0 0 25 0 1 0 737002719 766259200 137010 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 137010 730 445 0 180620 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 748300

[startup+702.3 s]
/proc/loadavg: 4.00 3.93 4.61 5/315 12667
/proc/meminfo: memFree=16743764/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=702.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 140494 0 0 0 70206 23 0 0 25 0 1 0 737002719 766259200 137010 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 137010 730 445 0 180620 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 748300

[startup+762.312 s]
/proc/loadavg: 4.09 3.97 4.57 5/315 12669
/proc/meminfo: memFree=16728468/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=762.3 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 140494 0 0 0 76207 23 0 0 25 0 1 0 737002719 766259200 137010 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 137010 730 445 0 180620 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 748300

[startup+822.3 s]
/proc/loadavg: 4.03 3.97 4.54 5/315 12670
/proc/meminfo: memFree=16614728/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=822.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 140494 0 0 0 82206 23 0 0 25 0 1 0 737002719 766259200 137010 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 137010 730 445 0 180620 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 748300

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 4.50 5/315 12699
/proc/meminfo: memFree=21676616/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=882.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 140494 0 0 0 88206 23 0 0 25 0 1 0 737002719 766259200 137010 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 137010 730 445 0 180620 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 748300

[startup+942.3 s]
/proc/loadavg: 4.05 3.99 4.47 5/315 12700
/proc/meminfo: memFree=21554676/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=748300 CPUtime=942.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 140494 0 0 0 94206 23 0 0 25 0 1 0 737002719 766259200 137010 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 187075 137010 730 445 0 180620 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 748300

[startup+1002.3 s]
/proc/loadavg: 4.12 4.02 4.45 5/315 12702
/proc/meminfo: memFree=21437668/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=891088 CPUtime=1002.3 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 158511 0 0 0 100204 26 0 0 25 0 1 0 737002719 912474112 154845 33554432000 4194304 6014671 140736097413184 18446744073709551615 4425308 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 222772 154845 730 445 0 216317 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 891088

[startup+1062.3 s]
/proc/loadavg: 4.12 4.03 4.43 5/315 12703
/proc/meminfo: memFree=21384520/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=1181528 CPUtime=1062.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 174615 0 0 0 106201 28 0 0 25 0 1 0 737002719 1209884672 170722 33554432000 4194304 6014671 140736097413184 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 295382 170722 730 445 0 288927 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1181528

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 4.40 5/315 12705
/proc/meminfo: memFree=21388180/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=1181528 CPUtime=1122.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 174615 0 0 0 112201 28 0 0 25 0 1 0 737002719 1209884672 170722 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 295382 170722 730 445 0 288927 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1181528

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.37 5/315 12707
/proc/meminfo: memFree=21379428/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=1181528 CPUtime=1182.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 174615 0 0 0 118201 28 0 0 25 0 1 0 737002719 1209884672 170722 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 295382 170722 730 445 0 288927 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1181528

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.34 5/315 12708
/proc/meminfo: memFree=21344284/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=1181528 CPUtime=1242.29 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 174615 0 0 0 124201 28 0 0 25 0 1 0 737002719 1209884672 170722 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 295382 170722 730 445 0 288927 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1181528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 4.32 5/316 12711
/proc/meminfo: memFree=21756648/32951124 swapFree=67083432/67111528
[pid=12601] ppid=12599 vsize=1181528 CPUtime=1300 cores=1,3
/proc/12601/stat : 12601 (qutersat_releas) R 12599 12601 12551 0 -1 4202496 174615 0 0 0 129972 28 0 0 25 0 1 0 737002719 1209884672 170722 33554432000 4194304 6014671 140736097413184 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12601/statm: 295382 170722 730 445 0 288927 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1181528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.04
CPU user time (s): 1299.72
CPU system time (s): 0.314952
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1181528

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

runsolver used 3.56546 second user time and 9.46256 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 15:55:21
IDJOB=3377063
IDBENCH=20521
IDSOLVER=1856
FILE ID=node110/3377063-1305467721
RUNJOBID= node110-1305467720-12571
PBS_JOBID= 13325306
Free space on /tmp= 73592 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377063-1305467721/watcher-3377063-1305467721 -o /tmp/evaluation-result-3377063-1305467721/solver-3377063-1305467721 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377063-1305467721.cnf 1986285104

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1986285104

node110.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.830
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.66
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.830
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.83
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.830
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.830
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.830
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.76
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.830
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.830
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.74
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.830
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:      24446996 kB
Buffers:        298160 kB
Cached:        4437740 kB
SwapCached:       1440 kB
Active:        4745892 kB
Inactive:      3422204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24446996 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           23560 kB
Writeback:           0 kB
AnonPages:     3430248 kB
Mapped:          27388 kB
Slab:           247216 kB
PageTables:      24340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63475804 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= 73580 MiB
End job on node110 at 2011-05-15 16:17:03