Trace number 3377062

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.07 1300.04

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.00/0.01	c Set FPU double precision.
0.03/0.09	c Parse Cnf success: #var: 37432 #clause: 147345
0.03/0.09	c Find Units :        603
0.03/0.10	c Find Invs  :       7560
0.09/0.11	c Find Ands  :      12381 AvgFaninNum: 4.46014
0.09/0.12	c Find Xors  :      16275 AvgFaninNum: 2
0.09/0.14	c Find Ite   :       5088
0.09/0.17	c UnDirect variable: 19568
0.09/0.18	c UnDirect to Direct Gate: 21992
0.09/0.18	c Forced Direct Gate: 128 Unuse unDirect Gate: 890
0.09/0.18	c Break Cycle : 1268
0.09/0.18	c Total Root : 163 Undef Var: 3571
0.19/0.22	c After covering, Total Root: 294 Leaf: 1971
0.19/0.22	c Variable( cover/uncovered/unused ): 35832 1600 0
0.19/0.22	c Unit Clauses: 603
0.19/0.22	c Binary Clauses( cover/uncovered ): 65589 4032
0.19/0.22	c Clauses( cover/uncovered ): 76745 376
0.19/0.22	c Total Clauses( cover/uncovered ): 142937 4408 97.0084%
0.19/0.22	c Covered Ands: 11929 Invs: 5728 Xors: 16197 Ites: 7
0.19/0.23	c Uncover Clauses avg size: 2.12704 max size: 5
0.19/0.23	c Final circuit: i/l/o/s    2969       0    4409     69727
0.19/0.23	c CnfToAig: Time: 0.22 s
0.39/0.48	c TmMap: Set choices finish.
0.49/0.50	c TmMap: Set big and: 7060
0.49/0.50	c TmMap: Origin: 72697 ClauseNum: 209181 --> New: 25879 ClauseNum: 98105
0.49/0.50	c TmMap: Time: 0.04
0.79/0.89	c Simulation --> TransNum: 89686/98105 Try to Add: #clause: 77979 #xorclause: 0
0.89/0.92	c #var: 20868 #clauses: 66773 Solving... 
11.29/11.37	c Abstract SAT
11.39/11.42	c Simulation --> TransNum: 92528/98105 Try to Add: #clause: 9 #xorclause: 0
11.39/11.42	c #var: 20875 #clauses: 18378 Solving... 
13.89/13.95	c Abstract SAT
13.99/14.00	c Simulation --> TransNum: 92555/98105 Try to Add: #clause: 5 #xorclause: 0
13.99/14.00	c #var: 20878 #clauses: 18367 Solving... 
14.49/14.54	c Abstract SAT
14.49/14.54	c Simulation --> TransNum: 98105/98105 Try to Add: #clause: 4870 #xorclause: 0
14.49/14.54	c #var: 21466 #clauses: 22106 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3377062-1305467721/watcher-3377062-1305467721 -o /tmp/evaluation-result-3377062-1305467721/solver-3377062-1305467721 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377062-1305467721.cnf 605419749 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.42 6.10 6.69 3/360 2815
/proc/meminfo: memFree=14625584/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=31844 CPUtime=0 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 1089 0 0 0 0 0 0 0 21 0 1 0 639188007 32608256 1025 33554432000 4194304 6014671 140733288054704 18446744073709551615 233509991483 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2815/statm: 7961 1037 305 445 0 1506 0

[startup+0.0411511 s]
/proc/loadavg: 2.42 6.10 6.69 3/360 2815
/proc/meminfo: memFree=14625584/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=41580 CPUtime=0.03 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 4257 0 0 0 3 0 0 0 21 0 1 0 639188007 42577920 4193 33554432000 4194304 6014671 140733288054704 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 10395 4193 378 445 0 3940 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41580

[startup+0.10114 s]
/proc/loadavg: 2.42 6.10 6.69 3/360 2815
/proc/meminfo: memFree=14625584/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=56044 CPUtime=0.09 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 7635 0 0 0 8 1 0 0 21 0 1 0 639188007 57389056 7571 33554432000 4194304 6014671 140733288054704 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 14011 7571 383 445 0 7556 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56044

[startup+0.301102 s]
/proc/loadavg: 2.42 6.10 6.69 3/360 2815
/proc/meminfo: memFree=14625584/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=60140 CPUtime=0.29 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 9159 0 0 0 28 1 0 0 22 0 1 0 639188007 61583360 9095 33554432000 4194304 6014671 140733288054704 18446744073709551615 4257580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 15035 9095 667 445 0 8580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60140

[startup+0.701032 s]
/proc/loadavg: 2.42 6.10 6.69 3/360 2815
/proc/meminfo: memFree=14625584/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=84628 CPUtime=0.69 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 15128 0 0 0 67 2 0 0 23 0 1 0 639188007 86659072 15064 33554432000 4194304 6014671 140733288054704 18446744073709551615 4234832 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 21157 15064 680 445 0 14702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84628

[startup+1.50089 s]
/proc/loadavg: 2.42 6.10 6.69 5/368 2830
/proc/meminfo: memFree=14433432/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=92832 CPUtime=1.49 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 15552 0 0 0 147 2 0 0 25 0 1 0 639188007 95059968 15488 33554432000 4194304 6014671 140733288054704 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 23208 15488 701 445 0 16753 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92832

[startup+3.1006 s]
/proc/loadavg: 2.42 6.10 6.69 5/371 2836
/proc/meminfo: memFree=14210008/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=92832 CPUtime=3.09 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 17051 0 0 0 307 2 0 0 25 0 1 0 639188007 95059968 16987 33554432000 4194304 6014671 140733288054704 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 23208 16987 726 445 0 16753 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92832

[startup+6.30103 s]
/proc/loadavg: 2.54 6.07 6.67 5/374 2850
/proc/meminfo: memFree=13655464/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=112892 CPUtime=6.29 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 20457 0 0 0 626 3 0 0 25 0 1 0 639188007 115601408 20393 33554432000 4194304 6014671 140733288054704 18446744073709551615 4378000 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 28223 20393 728 445 0 21768 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112892

[startup+12.7009 s]
/proc/loadavg: 2.66 6.03 6.66 5/374 2850
/proc/meminfo: memFree=12957624/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=176112 CPUtime=12.69 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 27149 0 0 0 1265 4 0 0 25 0 1 0 639188007 180338688 27085 33554432000 4194304 6014671 140733288054704 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 44028 27085 730 445 0 37573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 176112

[startup+25.5006 s]
/proc/loadavg: 2.95 5.93 6.62 5/374 2850
/proc/meminfo: memFree=12789972/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=176112 CPUtime=25.5 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 29135 0 0 0 2545 5 0 0 25 0 1 0 639188007 180338688 29071 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 44028 29071 730 445 0 37573 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 176112

[startup+51.101 s]
/proc/loadavg: 3.31 5.78 6.54 5/374 2851
/proc/meminfo: memFree=12612480/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=176112 CPUtime=51.09 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 34370 0 0 0 5104 5 0 0 25 0 1 0 639188007 180338688 34306 33554432000 4194304 6014671 140733288054704 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 44028 34306 730 445 0 37573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 176112

[startup+102.314 s]
/proc/loadavg: 3.70 5.50 6.41 5/374 2852
/proc/meminfo: memFree=11940088/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=430228 CPUtime=102.31 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 63392 0 0 0 10222 9 0 0 25 0 1 0 639188007 440553472 63159 33554432000 4194304 6014671 140733288054704 18446744073709551615 4423047 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 107557 63159 730 445 0 101102 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 430228

[startup+162.301 s]
/proc/loadavg: 4.04 5.26 6.27 5/374 2854
/proc/meminfo: memFree=11593332/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=430228 CPUtime=162.29 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 68053 0 0 0 16220 9 0 0 25 0 1 0 639188007 440553472 67820 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 107557 67820 730 445 0 101102 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 430228

[startup+222.3 s]
/proc/loadavg: 4.08 5.04 6.13 5/374 2855
/proc/meminfo: memFree=11202712/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=430228 CPUtime=222.29 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 84397 0 0 0 22216 13 0 0 25 0 1 0 639188007 440553472 83901 33554432000 4194304 6014671 140733288054704 18446744073709551615 4376999 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 107557 83901 730 445 0 101102 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 430228

[startup+282.301 s]
/proc/loadavg: 4.03 4.85 5.99 5/374 2857
/proc/meminfo: memFree=10915632/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=430228 CPUtime=282.29 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 86281 0 0 0 28216 13 0 0 25 0 1 0 639188007 440553472 85624 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 107557 85624 730 445 0 101102 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 430228

[startup+342.301 s]
/proc/loadavg: 4.01 4.69 5.86 5/374 2869
/proc/meminfo: memFree=10608456/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=560300 CPUtime=342.29 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 93414 0 0 0 34215 14 0 0 25 0 1 0 639188007 573747200 92595 33554432000 4194304 6014671 140733288054704 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 140075 92595 730 445 0 133620 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 560300

[startup+402.301 s]
/proc/loadavg: 4.05 4.58 5.75 5/374 2870
/proc/meminfo: memFree=10593228/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=560300 CPUtime=402.3 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 94513 0 0 0 40216 14 0 0 25 0 1 0 639188007 573747200 93513 33554432000 4194304 6014671 140733288054704 18446744073709551615 4378668 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 140075 93513 730 445 0 133620 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 560300

[startup+462.3 s]
/proc/loadavg: 4.14 4.51 5.65 5/374 2872
/proc/meminfo: memFree=10393180/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=560300 CPUtime=462.3 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 105066 0 0 0 46215 15 0 0 25 0 1 0 639188007 573747200 91261 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 140075 91261 730 445 0 133620 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 560300

[startup+522.3 s]
/proc/loadavg: 4.14 4.45 5.56 5/374 2873
/proc/meminfo: memFree=10391656/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=560300 CPUtime=522.3 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 105066 0 0 0 52215 15 0 0 25 0 1 0 639188007 573747200 91261 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 140075 91261 730 445 0 133620 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 560300

[startup+582.301 s]
/proc/loadavg: 4.05 4.36 5.46 5/374 2875
/proc/meminfo: memFree=10286204/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=560300 CPUtime=582.3 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 105066 0 0 0 58215 15 0 0 25 0 1 0 639188007 573747200 91261 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 140075 91261 730 445 0 133620 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 560300

[startup+642.301 s]
/proc/loadavg: 4.02 4.29 5.36 5/374 2877
/proc/meminfo: memFree=10209296/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=560300 CPUtime=642.31 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 105066 0 0 0 64216 15 0 0 25 0 1 0 639188007 573747200 91261 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 140075 91261 730 445 0 133620 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 560300

[startup+702.3 s]
/proc/loadavg: 4.00 4.24 5.27 5/374 2878
/proc/meminfo: memFree=10170196/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=560300 CPUtime=702.31 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 112245 0 0 0 70215 16 0 0 25 0 1 0 639188007 573747200 98440 33554432000 4194304 6014671 140733288054704 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 140075 98440 730 445 0 133620 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 560300

[startup+762.314 s]
/proc/loadavg: 4.08 4.22 5.20 5/374 2880
/proc/meminfo: memFree=10043180/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=919676 CPUtime=762.33 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 129914 0 0 0 76214 19 0 0 25 0 1 0 639188007 941748224 116109 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 229919 116109 730 445 0 223464 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 919676

[startup+822.301 s]
/proc/loadavg: 4.03 4.18 5.12 5/374 2881
/proc/meminfo: memFree=9978656/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=919676 CPUtime=822.32 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 129914 0 0 0 82213 19 0 0 25 0 1 0 639188007 941748224 116109 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 229919 116109 730 445 0 223464 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 919676

[startup+882.301 s]
/proc/loadavg: 4.01 4.14 5.05 5/374 2883
/proc/meminfo: memFree=9951692/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=919676 CPUtime=882.32 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 129914 0 0 0 88213 19 0 0 25 0 1 0 639188007 941748224 116109 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 229919 116109 730 445 0 223464 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 919676

[startup+942.301 s]
/proc/loadavg: 4.07 4.13 4.99 5/374 2885
/proc/meminfo: memFree=9923384/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=919676 CPUtime=942.32 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 129914 0 0 0 94213 19 0 0 25 0 1 0 639188007 941748224 116109 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 229919 116109 730 445 0 223464 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 919676

[startup+1002.3 s]
/proc/loadavg: 4.13 4.13 4.93 5/374 2886
/proc/meminfo: memFree=9906972/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=919676 CPUtime=1002.32 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 131015 0 0 0 100213 19 0 0 25 0 1 0 639188007 941748224 117210 33554432000 4194304 6014671 140733288054704 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 229919 117210 730 445 0 223464 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 919676

[startup+1062.3 s]
/proc/loadavg: 4.12 4.12 4.88 5/374 2888
/proc/meminfo: memFree=9765692/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=1047592 CPUtime=1062.32 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 147880 0 0 0 106210 22 0 0 25 0 1 0 639188007 1072734208 134075 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 261898 134075 730 445 0 255443 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1047592

[startup+1122.3 s]
/proc/loadavg: 4.04 4.10 4.82 5/374 2889
/proc/meminfo: memFree=9701660/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=1047592 CPUtime=1122.32 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 147880 0 0 0 112210 22 0 0 25 0 1 0 639188007 1072734208 134075 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 261898 134075 730 445 0 255443 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1047592

[startup+1182.3 s]
/proc/loadavg: 4.01 4.08 4.77 5/374 2891
/proc/meminfo: memFree=9699872/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=1047592 CPUtime=1182.33 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 147880 0 0 0 118211 22 0 0 25 0 1 0 639188007 1072734208 134075 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 261898 134075 730 445 0 255443 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1047592

[startup+1242.3 s]
/proc/loadavg: 4.00 4.06 4.71 5/374 2893
/proc/meminfo: memFree=9692276/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=1047592 CPUtime=1242.33 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 147880 0 0 0 124211 22 0 0 25 0 1 0 639188007 1072734208 134075 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 261898 134075 730 445 0 255443 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1047592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.08 4.68 5/374 2895
/proc/meminfo: memFree=9689008/32951124 swapFree=67111348/67111528
[pid=2815] ppid=2813 vsize=1047592 CPUtime=1300.03 cores=5,7
/proc/2815/stat : 2815 (qutersat_releas) R 2813 2815 2779 0 -1 4202496 147880 0 0 0 129981 22 0 0 25 0 1 0 639188007 1072734208 134075 33554432000 4194304 6014671 140733288054704 18446744073709551615 4511674 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2815/statm: 261898 134075 730 445 0 255443 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1047592

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.07
CPU user time (s): 1299.83
CPU system time (s): 0.242963
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1047592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147884
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= 14
involuntary context switches= 1890

runsolver used 4.46732 second user time and 10.9793 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 15:55:21
IDJOB=3377062
IDBENCH=20523
IDSOLVER=1856
FILE ID=node145/3377062-1305467721
RUNJOBID= node145-1305467721-2801
PBS_JOBID= 13325308
Free space on /tmp= 73660 MiB

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

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=605419749

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14625732 kB
Buffers:        322200 kB
Cached:        8560808 kB
SwapCached:          0 kB
Active:       11119432 kB
Inactive:      6836940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14625732 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11920 kB
Writeback:           0 kB
AnonPages:     9073328 kB
Mapped:          27916 kB
Slab:           259680 kB
PageTables:      42968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83673580 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= 73552 MiB
End job on node145 at 2011-05-15 16:17:04