Trace number 3376864

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

NameCRAFTED/rbsat/random/forced/
rbsat-v2640c305320gyes10.cnf
MD5SUMe4e4b653016e98f210aa8da2214e783a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.01	c Set FPU double precision.
0.05/0.09	c Parse Cnf success: #var: 2640 #clause: 305320
0.05/0.09	c Find Units :          0
0.09/0.11	c Find Invs  :          0
0.09/0.12	c Find Ands  :       2640 AvgFaninNum: 32
0.09/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.12	c Find Ite   :          0
0.09/0.12	c UnDirect variable: 0
0.09/0.12	c UnDirect to Direct Gate: 0
0.09/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.12	c Break Cycle : 2560
0.09/0.12	c Total Root : 0 Undef Var: 2560
0.09/0.12	c After covering, Total Root: 80 Leaf: 2560
0.09/0.12	c Variable( cover/uncovered/unused ): 2640 0 0
0.09/0.12	c Unit Clauses: 0
0.09/0.12	c Binary Clauses( cover/uncovered ): 2560 293892
0.09/0.12	c Clauses( cover/uncovered ): 80 0
0.09/0.12	c Total Clauses( cover/uncovered ): 2640 293892 0.890292%
0.09/0.12	c Covered Ands: 80 Invs: 0 Xors: 0 Ites: 0
0.19/0.27	c Uncover Clauses avg size: 2 max size: 2
0.19/0.28	c Final circuit: i/l/o/s    2560       0  293892    296372
0.19/0.28	c CnfToAig: Time: 0.27 s
0.39/0.43	c TmMap: Set choices finish.
0.49/0.58	c TmMap: Set big and: 293972
0.49/0.58	c TmMap: Origin: 298933 ClauseNum: 889116 --> New: 296533 ClauseNum: 884316
0.49/0.58	c TmMap: Time: 0.16
0.59/0.62	c Try to Add: #clause: 587944 #xorclause: 0
0.59/0.66	c #var: 2640 #clauses: 81 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-3376864-1305467946/watcher-3376864-1305467946 -o /tmp/evaluation-result-3376864-1305467946/solver-3376864-1305467946 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376864-1305467946.cnf 2062357700 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.93 3.44 5.05 5/429 725
/proc/meminfo: memFree=20639604/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=28644 CPUtime=0 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 670 0 0 0 0 0 0 0 25 0 1 0 658392306 29331456 606 33554432000 4194304 6014671 140737179777040 18446744073709551615 212687369275 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/725/statm: 7161 619 290 445 0 706 0

[startup+0.063364 s]
/proc/loadavg: 3.93 3.44 5.05 5/429 725
/proc/meminfo: memFree=20639604/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=44652 CPUtime=0.05 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 4950 0 0 0 5 0 0 0 25 0 1 0 658392306 45723648 4886 33554432000 4194304 6014671 140737179777040 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 11163 4887 378 445 0 4708 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 44652

[startup+0.10037 s]
/proc/loadavg: 3.93 3.44 5.05 5/429 725
/proc/meminfo: memFree=20639604/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=56940 CPUtime=0.09 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 7665 0 0 0 9 0 0 0 25 0 1 0 658392306 58306560 7601 33554432000 4194304 6014671 140737179777040 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 14235 7601 382 445 0 7780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56940

[startup+0.300308 s]
/proc/loadavg: 3.93 3.44 5.05 5/429 725
/proc/meminfo: memFree=20639604/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=75372 CPUtime=0.29 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 11957 0 0 0 28 1 0 0 25 0 1 0 658392306 77180928 11893 33554432000 4194304 6014671 140737179777040 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 18843 11894 591 445 0 12388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75372

[startup+0.700249 s]
/proc/loadavg: 3.93 3.44 5.05 5/429 725
/proc/meminfo: memFree=20639604/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=152524 CPUtime=0.69 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 30126 0 0 0 65 4 0 0 25 0 1 0 658392306 156184576 30062 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423250 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 38131 30062 700 445 0 31676 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152524

[startup+1.5011 s]
/proc/loadavg: 3.94 3.45 5.04 5/430 726
/proc/meminfo: memFree=20520308/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=152524 CPUtime=1.49 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 30147 0 0 0 145 4 0 0 25 0 1 0 658392306 156184576 30083 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 38131 30083 721 445 0 31676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152524

[startup+3.10078 s]
/proc/loadavg: 3.94 3.45 5.04 5/430 726
/proc/meminfo: memFree=20518076/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=152524 CPUtime=3.09 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 30147 0 0 0 305 4 0 0 25 0 1 0 658392306 156184576 30083 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 38131 30083 721 445 0 31676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152524

[startup+6.30023 s]
/proc/loadavg: 3.94 3.46 5.03 5/430 726
/proc/meminfo: memFree=20513760/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=163716 CPUtime=6.29 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 31075 0 0 0 625 4 0 0 25 0 1 0 658392306 167645184 31011 33554432000 4194304 6014671 140737179777040 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 40929 31011 725 445 0 34474 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 163716

[startup+12.7011 s]
/proc/loadavg: 3.95 3.47 5.03 5/430 727
/proc/meminfo: memFree=20509444/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=163716 CPUtime=12.69 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 31628 0 0 0 1265 4 0 0 25 0 1 0 658392306 167645184 31564 33554432000 4194304 6014671 140737179777040 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 40929 31564 725 445 0 34474 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 163716

[startup+25.5007 s]
/proc/loadavg: 4.04 3.51 5.02 5/430 727
/proc/meminfo: memFree=20498456/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=163844 CPUtime=25.49 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 32184 0 0 0 2545 4 0 0 25 0 1 0 658392306 167776256 32120 33554432000 4194304 6014671 140737179777040 18446744073709551615 4378762 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 40961 32120 725 445 0 34506 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 163844

[startup+51.1011 s]
/proc/loadavg: 4.10 3.57 4.99 5/430 728
/proc/meminfo: memFree=20460092/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=198080 CPUtime=51.09 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 36882 0 0 0 5104 5 0 0 25 0 1 0 658392306 202833920 36818 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 49520 36818 725 445 0 43065 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198080

[startup+102.316 s]
/proc/loadavg: 4.04 3.63 4.94 5/430 729
/proc/meminfo: memFree=20364096/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=284740 CPUtime=102.3 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 47872 0 0 0 10222 8 0 0 25 0 1 0 658392306 291573760 47801 33554432000 4194304 6014671 140737179777040 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 71185 47801 731 445 0 64730 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 284740

[startup+162.301 s]
/proc/loadavg: 4.26 3.77 4.90 5/430 740
/proc/meminfo: memFree=20310488/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=386500 CPUtime=162.29 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 55658 0 0 0 16219 10 0 0 25 0 1 0 658392306 395776000 55463 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 96625 55463 726 445 0 90170 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 386500

[startup+222.301 s]
/proc/loadavg: 4.16 3.83 4.85 5/430 741
/proc/meminfo: memFree=20268184/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=386500 CPUtime=222.29 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 65013 0 0 0 22218 11 0 0 25 0 1 0 658392306 395776000 61523 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 96625 61523 725 445 0 90170 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 386500

[startup+282.301 s]
/proc/loadavg: 4.06 3.85 4.79 5/430 743
/proc/meminfo: memFree=20240024/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=386500 CPUtime=282.29 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 68867 0 0 0 28217 12 0 0 25 0 1 0 658392306 395776000 65377 33554432000 4194304 6014671 140737179777040 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 96625 65377 725 445 0 90170 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 386500

[startup+342.301 s]
/proc/loadavg: 4.02 3.88 4.74 5/430 747
/proc/meminfo: memFree=20235600/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=386500 CPUtime=342.3 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 69211 0 0 0 34218 12 0 0 25 0 1 0 658392306 395776000 65721 33554432000 4194304 6014671 140737179777040 18446744073709551615 4372456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 96625 65721 725 445 0 90170 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 386500

[startup+402.301 s]
/proc/loadavg: 4.00 3.90 4.69 5/430 749
/proc/meminfo: memFree=20216832/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=386500 CPUtime=402.31 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 69596 0 0 0 40218 13 0 0 25 0 1 0 658392306 395776000 66106 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424010 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 96625 66106 725 445 0 90170 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 386500

[startup+462.301 s]
/proc/loadavg: 4.00 3.91 4.64 5/430 751
/proc/meminfo: memFree=20168316/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=448812 CPUtime=462.3 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 80059 0 0 0 46216 14 0 0 25 0 1 0 658392306 459583488 76569 33554432000 4194304 6014671 140737179777040 18446744073709551615 4378680 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 112203 76569 725 445 0 105748 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 448812

[startup+522.301 s]
/proc/loadavg: 4.00 3.93 4.60 5/430 752
/proc/meminfo: memFree=20085836/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=514268 CPUtime=522.31 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 86575 0 0 0 52215 16 0 0 25 0 1 0 658392306 526610432 83082 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 128567 83082 725 445 0 122112 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 514268

[startup+582.301 s]
/proc/loadavg: 4.00 3.94 4.56 5/430 754
/proc/meminfo: memFree=19994904/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=582.31 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 94364 0 0 0 58213 18 0 0 25 0 1 0 658392306 595099648 90871 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 90871 725 445 0 138833 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 581152

[startup+642.3 s]
/proc/loadavg: 4.08 3.97 4.53 5/430 755
/proc/meminfo: memFree=19920848/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=642.31 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 96155 0 0 0 64213 18 0 0 25 0 1 0 658392306 595099648 92662 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 92662 725 445 0 138833 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 581152

[startup+702.3 s]
/proc/loadavg: 4.12 4.00 4.51 5/430 758
/proc/meminfo: memFree=19893792/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=702.31 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 97340 0 0 0 70212 19 0 0 25 0 1 0 658392306 595099648 93847 33554432000 4194304 6014671 140737179777040 18446744073709551615 4369532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 93847 725 445 0 138833 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 581152

[startup+762.316 s]
/proc/loadavg: 4.16 4.04 4.49 5/430 760
/proc/meminfo: memFree=19874316/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=762.33 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 97525 0 0 0 76214 19 0 0 25 0 1 0 658392306 595099648 94002 33554432000 4194304 6014671 140737179777040 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 94002 725 445 0 138833 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 581152

[startup+822.3 s]
/proc/loadavg: 4.06 4.03 4.45 5/430 761
/proc/meminfo: memFree=19842924/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=822.31 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 98415 0 0 0 82212 19 0 0 25 0 1 0 658392306 595099648 94845 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 94845 725 445 0 138833 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 581152

[startup+882.3 s]
/proc/loadavg: 4.02 4.02 4.42 5/430 763
/proc/meminfo: memFree=19818236/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=882.31 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 98844 0 0 0 88212 19 0 0 25 0 1 0 658392306 595099648 95212 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 95212 725 445 0 138833 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 581152

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 4.40 5/430 764
/proc/meminfo: memFree=19791192/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=942.32 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 103770 0 0 0 94212 20 0 0 25 0 1 0 658392306 595099648 100047 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 100047 725 445 0 138833 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 581152

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 4.37 5/430 766
/proc/meminfo: memFree=19799336/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=1002.32 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 104357 0 0 0 100212 20 0 0 25 0 1 0 658392306 595099648 92734 33554432000 4194304 6014671 140737179777040 18446744073709551615 4379408 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 92734 725 445 0 138833 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 581152

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.34 5/430 768
/proc/meminfo: memFree=19720820/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=1062.32 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 118021 0 0 0 106209 23 0 0 25 0 1 0 658392306 595099648 106398 33554432000 4194304 6014671 140737179777040 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 106398 725 445 0 138833 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 581152

[startup+1122.3 s]
/proc/loadavg: 3.92 3.97 4.31 5/430 825
/proc/meminfo: memFree=20568616/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=1122.32 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 118025 0 0 0 112209 23 0 0 25 0 1 0 658392306 595099648 106402 33554432000 4194304 6014671 140737179777040 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 106402 725 445 0 138833 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 581152

[startup+1182.3 s]
/proc/loadavg: 4.11 4.00 4.29 5/430 827
/proc/meminfo: memFree=20453888/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=1182.33 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 118262 0 0 0 118210 23 0 0 25 0 1 0 658392306 595099648 106639 33554432000 4194304 6014671 140737179777040 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 106639 725 445 0 138833 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 581152

[startup+1242.3 s]
/proc/loadavg: 4.04 4.00 4.27 5/430 828
/proc/meminfo: memFree=20350316/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=1242.33 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 123534 0 0 0 124209 24 0 0 25 0 1 0 658392306 595099648 111911 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 111911 725 445 0 138833 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 581152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.25 5/430 873
/proc/meminfo: memFree=20416528/32951124 swapFree=67111348/67111528
[pid=725] ppid=723 vsize=581152 CPUtime=1300.03 cores=0,2
/proc/725/stat : 725 (qutersat_releas) R 723 725 605 0 -1 4202496 129780 0 0 0 129978 25 0 0 25 0 1 0 658392306 595099648 118157 33554432000 4194304 6014671 140737179777040 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/725/statm: 145288 118157 725 445 0 138833 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 581152

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.79
CPU system time (s): 0.279957
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 581152

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

runsolver used 5.72213 second user time and 12.0432 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 15:59:06
IDJOB=3376864
IDBENCH=71425
IDSOLVER=1856
FILE ID=node139/3376864-1305467946
RUNJOBID= node139-1305467718-623
PBS_JOBID= 13325297
Free space on /tmp= 73344 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376864-1305467946/watcher-3376864-1305467946 -o /tmp/evaluation-result-3376864-1305467946/solver-3376864-1305467946 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376864-1305467946.cnf 2062357700

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=2062357700

node139.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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20639884 kB
Buffers:        328188 kB
Cached:        3073420 kB
SwapCached:          0 kB
Active:        9938100 kB
Inactive:      2054796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20639884 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            9212 kB
Writeback:           0 kB
AnonPages:     8590764 kB
Mapped:          37968 kB
Slab:           204644 kB
PageTables:      47192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 98303284 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= 73368 MiB
End job on node139 at 2011-05-15 16:20:48