Trace number 3376735

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.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
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 variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

Solver Data

0.00/0.01	c Set FPU double precision.
0.01/0.04	c Parse Cnf success: #var: 95 #clause: 36888
0.01/0.04	c Find Units :          0
0.01/0.04	c Find Invs  :          0
0.01/0.05	c Find Ands  :          0 AvgFaninNum: nan
0.01/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.05	c Find Ite   :          0
0.01/0.05	c UnDirect variable: 0
0.01/0.05	c UnDirect to Direct Gate: 0
0.01/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.05	c Break Cycle : 0
0.01/0.05	c Total Root : 0 Undef Var: 95
0.01/0.05	c After covering, Total Root: 0 Leaf: 0
0.01/0.05	c Variable( cover/uncovered/unused ): 0 95 0
0.01/0.05	c Unit Clauses: 0
0.01/0.05	c Binary Clauses( cover/uncovered ): 0 0
0.01/0.05	c Clauses( cover/uncovered ): 0 36888
0.01/0.05	c Total Clauses( cover/uncovered ): 0 36888 0%
0.01/0.05	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.08/0.16	c Uncover Clauses avg size: 9.99485 max size: 10
0.08/0.16	c Final circuit: i/l/o/s      95       0   36888     67503
0.08/0.16	c CnfToAig: Time: 0.14 s
0.27/0.31	c TmMap: Set choices finish.
0.27/0.35	c TmMap: Set big and: 48643
0.27/0.35	c TmMap: Origin: 67599 ClauseNum: 202509 --> New: 48739 ClauseNum: 170355
0.27/0.35	c TmMap: Time: 0.08
0.27/0.37	c Try to Add: #clause: 97286 #xorclause: 0
0.27/0.39	c #var: 11850 #clauses: 33412 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/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-3376735-1305475252/watcher-3376735-1305475252 -o /tmp/evaluation-result-3376735-1305475252/solver-3376735-1305475252 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376735-1305475252.cnf 794068382 

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: 4.02 4.02 3.84 4/350 4805
/proc/meminfo: memFree=20382364/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=11796 CPUtime=0 cores=1,3
/proc/4805/stat : 4805 (runsolver) R 4803 4805 3837 0 -1 4202560 41 0 0 0 0 0 0 0 24 0 1 0 639940805 12079104 49 33554432000 4194304 5432360 140736005793456 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/4805/statm: 2949 49 30 303 0 2643 0

[startup+0.03124 s]
/proc/loadavg: 4.02 4.02 3.84 4/350 4805
/proc/meminfo: memFree=20382364/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=33388 CPUtime=0.01 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 2160 0 0 0 1 0 0 0 24 0 1 0 639940805 34189312 2096 33554432000 4194304 6014671 140735867469136 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 8347 2097 378 445 0 1892 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 33388

[startup+0.10024 s]
/proc/loadavg: 4.02 4.02 3.84 4/350 4805
/proc/meminfo: memFree=20382364/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=37996 CPUtime=0.08 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 3295 0 0 0 8 0 0 0 24 0 1 0 639940805 38907904 3231 33554432000 4194304 6014671 140735867469136 18446744073709551615 4262637 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 9499 3231 398 445 0 3044 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37996

[startup+0.300192 s]
/proc/loadavg: 4.02 4.02 3.84 4/350 4805
/proc/meminfo: memFree=20382364/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=69216 CPUtime=0.27 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 11317 0 0 0 27 0 0 0 25 0 1 0 639940805 70877184 11253 33554432000 4194304 6014671 140735867469136 18446744073709551615 4230129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 17304 11253 669 445 0 10849 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 69216

[startup+0.701117 s]
/proc/loadavg: 4.02 4.02 3.84 4/350 4805
/proc/meminfo: memFree=20382364/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=82540 CPUtime=0.68 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 12719 0 0 0 67 1 0 0 25 0 1 0 639940805 84520960 12655 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 20635 12655 696 445 0 14180 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 82540

[startup+1.50095 s]
/proc/loadavg: 4.02 4.02 3.84 5/351 4806
/proc/meminfo: memFree=20332640/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=98028 CPUtime=1.47 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 16432 0 0 0 146 1 0 0 25 0 1 0 639940805 100380672 16368 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 24507 16371 700 445 0 18052 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 98028

[startup+3.10064 s]
/proc/loadavg: 4.01 4.01 3.84 5/351 4806
/proc/meminfo: memFree=20285792/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=135148 CPUtime=3.08 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 25693 0 0 0 305 3 0 0 25 0 1 0 639940805 138391552 25629 33554432000 4194304 6014671 140735867469136 18446744073709551615 4545958 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 33787 25629 713 445 0 27332 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 135148

[startup+6.301 s]
/proc/loadavg: 4.01 4.01 3.84 5/351 4807
/proc/meminfo: memFree=20270540/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=154384 CPUtime=6.28 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 26973 0 0 0 625 3 0 0 25 0 1 0 639940805 158089216 26909 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423908 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 38596 26909 726 445 0 32141 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 154384

[startup+12.7007 s]
/proc/loadavg: 4.01 4.01 3.84 5/351 4816
/proc/meminfo: memFree=20224704/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=228224 CPUtime=12.68 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 38159 0 0 0 1264 4 0 0 25 0 1 0 639940805 233701376 38057 33554432000 4194304 6014671 140735867469136 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 57056 38057 726 445 0 50601 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 228224

[startup+25.5012 s]
/proc/loadavg: 4.01 4.01 3.85 5/351 4816
/proc/meminfo: memFree=20193600/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=239496 CPUtime=25.48 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 44296 0 0 0 2543 5 0 0 25 0 1 0 639940805 245243904 44194 33554432000 4194304 6014671 140735867469136 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 59874 44194 727 445 0 53419 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 239496

[startup+51.1011 s]
/proc/loadavg: 4.00 4.01 3.85 5/351 4817
/proc/meminfo: memFree=20167372/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=261548 CPUtime=51.08 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 49087 0 0 0 5102 6 0 0 25 0 1 0 639940805 267825152 48980 33554432000 4194304 6014671 140735867469136 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 65387 48980 726 445 0 58932 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 261548

[startup+102.313 s]
/proc/loadavg: 4.07 4.02 3.86 5/351 4818
/proc/meminfo: memFree=20155560/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=261548 CPUtime=102.3 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 50057 0 0 0 10223 7 0 0 25 0 1 0 639940805 267825152 49950 33554432000 4194304 6014671 140735867469136 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 65387 49950 726 445 0 58932 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 261548

[startup+162.301 s]
/proc/loadavg: 4.19 4.06 3.88 5/351 4820
/proc/meminfo: memFree=20118176/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=274596 CPUtime=162.28 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 52839 0 0 0 16221 7 0 0 25 0 1 0 639940805 281186304 52711 33554432000 4194304 6014671 140735867469136 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 68649 52711 726 445 0 62194 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 274596

[startup+222.301 s]
/proc/loadavg: 4.19 4.08 3.90 5/351 4821
/proc/meminfo: memFree=20093336/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=287720 CPUtime=222.29 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 57195 0 0 0 22220 9 0 0 25 0 1 0 639940805 294625280 57033 33554432000 4194304 6014671 140735867469136 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 71930 57033 754 445 0 65475 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 287720

[startup+282.3 s]
/proc/loadavg: 4.07 4.06 3.90 5/351 4823
/proc/meminfo: memFree=20045544/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=287720 CPUtime=282.29 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 58839 0 0 0 28219 10 0 0 25 0 1 0 639940805 294625280 58626 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 71930 58626 727 445 0 65475 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 287720

[startup+342.3 s]
/proc/loadavg: 4.02 4.05 3.91 5/351 4824
/proc/meminfo: memFree=20018332/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=287720 CPUtime=342.29 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 61344 0 0 0 34219 10 0 0 25 0 1 0 639940805 294625280 61104 33554432000 4194304 6014671 140735867469136 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 71930 61104 727 445 0 65475 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 287720

[startup+402.3 s]
/proc/loadavg: 4.01 4.04 3.91 5/351 4826
/proc/meminfo: memFree=20001060/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=302132 CPUtime=402.29 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 64769 0 0 0 40218 11 0 0 25 0 1 0 639940805 309383168 64498 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 75533 64498 727 445 0 69078 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 302132

[startup+462.3 s]
/proc/loadavg: 4.00 4.03 3.91 5/351 4828
/proc/meminfo: memFree=19997156/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=462.3 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 65625 0 0 0 46218 12 0 0 25 0 1 0 639940805 324374528 65337 33554432000 4194304 6014671 140735867469136 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 65337 727 445 0 72738 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 316772

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/351 4829
/proc/meminfo: memFree=19993892/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=522.3 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 65794 0 0 0 52218 12 0 0 25 0 1 0 639940805 324374528 65487 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 65487 727 445 0 72738 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 316772

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.91 5/351 4831
/proc/meminfo: memFree=19979956/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=582.3 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 65959 0 0 0 58218 12 0 0 25 0 1 0 639940805 324374528 65632 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 65632 727 445 0 72738 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 316772

[startup+642.301 s]
/proc/loadavg: 4.15 4.06 3.93 5/351 4832
/proc/meminfo: memFree=19907732/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=642.32 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 66311 0 0 0 64219 13 0 0 25 0 1 0 639940805 324374528 65962 33554432000 4194304 6014671 140735867469136 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 65962 727 445 0 72738 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 316772

[startup+702.301 s]
/proc/loadavg: 4.20 4.09 3.94 5/351 4834
/proc/meminfo: memFree=19867388/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=702.31 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 66739 0 0 0 70218 13 0 0 25 0 1 0 639940805 324374528 66390 33554432000 4194304 6014671 140735867469136 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 66390 727 445 0 72738 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 316772

[startup+762.313 s]
/proc/loadavg: 4.11 4.08 3.95 5/351 4836
/proc/meminfo: memFree=19815256/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=762.33 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 66793 0 0 0 76220 13 0 0 25 0 1 0 639940805 324374528 66377 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 66377 727 445 0 72738 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 316772

[startup+822.301 s]
/proc/loadavg: 4.04 4.07 3.95 5/351 4837
/proc/meminfo: memFree=19801820/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=822.32 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 66991 0 0 0 82219 13 0 0 25 0 1 0 639940805 324374528 66575 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 66575 727 445 0 72738 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 316772

[startup+882.301 s]
/proc/loadavg: 4.01 4.05 3.95 5/351 4839
/proc/meminfo: memFree=19753288/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=316772 CPUtime=882.32 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 67129 0 0 0 88219 13 0 0 25 0 1 0 639940805 324374528 66713 33554432000 4194304 6014671 140735867469136 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 79193 66713 727 445 0 72738 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 316772

[startup+942.3 s]
/proc/loadavg: 4.00 4.04 3.95 5/351 4840
/proc/meminfo: memFree=19740464/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=381220 CPUtime=942.32 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 68512 0 0 0 94219 13 0 0 25 0 1 0 639940805 390369280 68006 33554432000 4194304 6014671 140735867469136 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 95305 68006 727 445 0 88850 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 381220

[startup+1002.3 s]
/proc/loadavg: 3.15 3.83 3.88 2/333 4896
/proc/meminfo: memFree=20555928/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=381220 CPUtime=1002.32 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 68659 0 0 0 100219 13 0 0 25 0 1 0 639940805 390369280 68153 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 95305 68153 727 445 0 88850 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 381220

[startup+1062.3 s]
/proc/loadavg: 1.79 3.32 3.70 2/333 4898
/proc/meminfo: memFree=20553676/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=381220 CPUtime=1062.32 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 69263 0 0 0 106219 13 0 0 25 0 1 0 639940805 390369280 68756 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 95305 68756 726 445 0 88850 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 381220

[startup+1122.3 s]
/proc/loadavg: 1.29 2.89 3.53 2/333 4899
/proc/meminfo: memFree=20537896/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=381220 CPUtime=1122.33 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 73171 0 0 0 112219 14 0 0 25 0 1 0 639940805 390369280 72664 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 95305 72664 726 445 0 88850 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 381220

[startup+1182.3 s]
/proc/loadavg: 1.10 2.54 3.37 2/333 4901
/proc/meminfo: memFree=20537240/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=381220 CPUtime=1182.33 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 73358 0 0 0 118219 14 0 0 25 0 1 0 639940805 390369280 72851 33554432000 4194304 6014671 140735867469136 18446744073709551615 4511679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 95305 72851 726 445 0 88850 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 381220

[startup+1242.3 s]
/proc/loadavg: 1.09 2.27 3.22 2/333 4902
/proc/meminfo: memFree=20536216/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=381220 CPUtime=1242.33 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 73770 0 0 0 124219 14 0 0 25 0 1 0 639940805 390369280 73153 33554432000 4194304 6014671 140735867469136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 95305 73153 726 445 0 88850 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 381220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.04 2.06 3.09 2/333 4904
/proc/meminfo: memFree=20504072/32951124 swapFree=57171160/67111528
[pid=4805] ppid=4803 vsize=381220 CPUtime=1300.04 cores=1,3
/proc/4805/stat : 4805 (qutersat_releas) R 4803 4805 3837 0 -1 4202496 81657 0 0 0 129988 16 0 0 25 0 1 0 639940805 390369280 81039 33554432000 4194304 6014671 140735867469136 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4805/statm: 95305 81039 726 445 0 88850 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 381220

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.89
CPU system time (s): 0.182972
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 381220

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

runsolver used 4.04439 second user time and 10.2074 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 18:00:52
IDJOB=3376735
IDBENCH=83899
IDSOLVER=1856
FILE ID=node143/3376735-1305475252
RUNJOBID= node143-1305474938-4730
PBS_JOBID= 13325329
Free space on /tmp= 73536 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376735-1305475252/watcher-3376735-1305475252 -o /tmp/evaluation-result-3376735-1305475252/solver-3376735-1305475252 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376735-1305475252.cnf 794068382

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=794068382

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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:      20382768 kB
Buffers:        163676 kB
Cached:        1274488 kB
SwapCached:      39776 kB
Active:        4655468 kB
Inactive:      7646284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20382768 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:            3152 kB
Writeback:           4 kB
AnonPages:    10823416 kB
Mapped:          28592 kB
Slab:           135700 kB
PageTables:      64668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75364988 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= 73544 MiB
End job on node143 at 2011-05-15 18:22:34