Trace number 3376725

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.05 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
MD5SUM5bd7c76aed56f767985526812cdb8e0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.889
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses31962
Sum of the clauses size64344
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231947
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 450 #clause: 31962
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        450 AvgFaninNum: 29
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 435
0.00/0.01	c Total Root : 0 Undef Var: 435
0.00/0.01	c After covering, Total Root: 15 Leaf: 435
0.00/0.01	c Variable( cover/uncovered/unused ): 450 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 435 31512
0.00/0.01	c Clauses( cover/uncovered ): 15 0
0.00/0.01	c Total Clauses( cover/uncovered ): 450 31512 1.40792%
0.00/0.01	c Covered Ands: 15 Invs: 0 Xors: 0 Ites: 0
0.01/0.03	c Uncover Clauses avg size: 2 max size: 2
0.01/0.03	c Final circuit: i/l/o/s     435       0   31512     31932
0.01/0.03	c CnfToAig: Time: 0.02 s
0.01/0.06	c TmMap: Set choices finish.
0.01/0.07	c TmMap: Set big and: 31527
0.01/0.07	c TmMap: Origin: 32368 ClauseNum: 95796 --> New: 31963 ClauseNum: 94986
0.01/0.07	c TmMap: Time: 0.02
0.01/0.07	c Try to Add: #clause: 63054 #xorclause: 0
0.01/0.08	c #var: 450 #clauses: 16 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3376725-1305475347/watcher-3376725-1305475347 -o /tmp/evaluation-result-3376725-1305475347/solver-3376725-1305475347 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376725-1305475347.cnf 1696946430 

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.79 3.99 3.91 4/445 16992
/proc/meminfo: memFree=16209356/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=33388 CPUtime=0 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 2100 0 0 0 0 0 0 0 23 0 1 0 659135638 34189312 2036 33554432000 4194304 6014671 140736054675136 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 8347 2036 377 445 0 1892 0

[startup+0.0229969 s]
/proc/loadavg: 3.79 3.99 3.91 4/445 16992
/proc/meminfo: memFree=16209356/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=34412 CPUtime=0.01 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 2321 0 0 0 1 0 0 0 23 0 1 0 659135638 35237888 2257 33554432000 4194304 6014671 140736054675136 18446744073709551615 4314192 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 8603 2257 398 445 0 2148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34412

[startup+0.101024 s]
/proc/loadavg: 3.79 3.99 3.91 4/445 16992
/proc/meminfo: memFree=16209356/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=55928 CPUtime=0.09 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 6136 0 0 0 9 0 0 0 23 0 1 0 659135638 57270272 6072 33554432000 4194304 6014671 140736054675136 18446744073709551615 4567478 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 13982 6072 709 445 0 7527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55928

[startup+0.301001 s]
/proc/loadavg: 3.79 3.99 3.91 4/445 16992
/proc/meminfo: memFree=16209356/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=55928 CPUtime=0.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 6294 0 0 0 29 0 0 0 24 0 1 0 659135638 57270272 6230 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 13982 6230 720 445 0 7527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55928

[startup+0.700926 s]
/proc/loadavg: 3.79 3.99 3.91 4/445 16992
/proc/meminfo: memFree=16209356/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=73416 CPUtime=0.68 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 6849 0 0 0 68 0 0 0 25 0 1 0 659135638 75177984 6785 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 18354 6785 721 445 0 11899 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 73416

[startup+1.50081 s]
/proc/loadavg: 3.79 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16080312/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=82500 CPUtime=1.48 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 7480 0 0 0 148 0 0 0 25 0 1 0 659135638 84480000 7416 33554432000 4194304 6014671 140736054675136 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 20625 7416 721 445 0 14170 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 82500

[startup+3.10052 s]
/proc/loadavg: 3.81 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16065804/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=82500 CPUtime=3.09 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 7930 0 0 0 308 1 0 0 25 0 1 0 659135638 84480000 7866 33554432000 4194304 6014671 140736054675136 18446744073709551615 4536616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 20625 7866 725 445 0 14170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82500

[startup+6.30094 s]
/proc/loadavg: 3.81 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16035620/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=82500 CPUtime=6.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 10062 0 0 0 628 1 0 0 25 0 1 0 659135638 84480000 9998 33554432000 4194304 6014671 140736054675136 18446744073709551615 4534932 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 20625 9998 725 445 0 14170 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82500

[startup+12.7008 s]
/proc/loadavg: 3.84 3.99 3.91 5/456 17008
/proc/meminfo: memFree=15996584/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=101608 CPUtime=12.68 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 12494 0 0 0 1267 1 0 0 25 0 1 0 659135638 104046592 12430 33554432000 4194304 6014671 140736054675136 18446744073709551615 4536712 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 25402 12430 725 445 0 18947 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 101608

[startup+25.5006 s]
/proc/loadavg: 3.86 3.99 3.91 5/456 17009
/proc/meminfo: memFree=15937464/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=121888 CPUtime=25.49 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 15533 0 0 0 2547 2 0 0 25 0 1 0 659135638 124813312 15469 33554432000 4194304 6014671 140736054675136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 30472 15469 729 445 0 24017 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 121888

[startup+51.101 s]
/proc/loadavg: 3.91 3.99 3.91 5/456 17009
/proc/meminfo: memFree=15871132/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=143200 CPUtime=51.09 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 18355 0 0 0 5106 3 0 0 25 0 1 0 659135638 146636800 18291 33554432000 4194304 6014671 140736054675136 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 35800 18291 738 445 0 29345 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 143200

[startup+102.318 s]
/proc/loadavg: 3.96 3.99 3.91 5/456 17014
/proc/meminfo: memFree=15796452/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=155424 CPUtime=102.3 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 23400 0 0 0 10225 5 0 0 25 0 1 0 659135638 159154176 23335 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 38856 23335 737 445 0 32401 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 155424

[startup+162.3 s]
/proc/loadavg: 4.06 4.01 3.91 5/456 17015
/proc/meminfo: memFree=15710832/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=168284 CPUtime=162.28 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 31219 0 0 0 16221 7 0 0 25 0 1 0 659135638 172322816 31146 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 42071 31146 739 445 0 35616 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 168284

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/456 17017
/proc/meminfo: memFree=15643848/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=219724 CPUtime=222.28 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 35238 0 0 0 22220 8 0 0 25 0 1 0 659135638 224997376 35163 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 54931 35163 737 445 0 48476 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 219724

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17019
/proc/meminfo: memFree=15508296/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=275956 CPUtime=282.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 41857 0 0 0 28219 10 0 0 25 0 1 0 659135638 282578944 41752 33554432000 4194304 6014671 140736054675136 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 68989 41752 738 445 0 62534 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 275956

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17020
/proc/meminfo: memFree=15409700/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=336476 CPUtime=342.28 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 50786 0 0 0 34216 12 0 0 25 0 1 0 659135638 344551424 50621 33554432000 4194304 6014671 140736054675136 18446744073709551615 4536625 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 84119 50621 726 445 0 77664 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 336476

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17022
/proc/meminfo: memFree=15388592/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=336476 CPUtime=402.28 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 53843 0 0 0 40215 13 0 0 25 0 1 0 659135638 344551424 53587 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 84119 53587 726 445 0 77664 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 336476

[startup+462.3 s]
/proc/loadavg: 4.26 4.07 3.94 5/456 17023
/proc/meminfo: memFree=15366360/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=336476 CPUtime=462.28 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 54515 0 0 0 46215 13 0 0 25 0 1 0 659135638 344551424 54130 33554432000 4194304 6014671 140736054675136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 84119 54130 726 445 0 77664 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 336476

[startup+522.301 s]
/proc/loadavg: 4.20 4.09 3.95 5/456 17025
/proc/meminfo: memFree=15346868/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=336476 CPUtime=522.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 54683 0 0 0 52215 14 0 0 25 0 1 0 659135638 344551424 54298 33554432000 4194304 6014671 140736054675136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 84119 54298 726 445 0 77664 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 336476

[startup+582.301 s]
/proc/loadavg: 4.07 4.07 3.95 5/456 17027
/proc/meminfo: memFree=15302828/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=336476 CPUtime=582.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 63760 0 0 0 58214 15 0 0 25 0 1 0 659135638 344551424 63375 33554432000 4194304 6014671 140736054675136 18446744073709551615 4378967 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 84119 63375 726 445 0 77664 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 336476

[startup+642.3 s]
/proc/loadavg: 4.02 4.05 3.95 5/456 17028
/proc/meminfo: memFree=15248252/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=336476 CPUtime=642.3 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 66398 0 0 0 64213 17 0 0 25 0 1 0 659135638 344551424 61886 33554432000 4194304 6014671 140736054675136 18446744073709551615 270613135255 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 84119 61886 726 445 0 77664 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 336476

[startup+702.301 s]
/proc/loadavg: 4.01 4.04 3.95 5/456 17030
/proc/meminfo: memFree=15223432/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=336476 CPUtime=702.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 66398 0 0 0 70212 17 0 0 25 0 1 0 659135638 344551424 61886 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 84119 61886 726 445 0 77664 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 336476

[startup+762.317 s]
/proc/loadavg: 4.08 4.06 3.96 5/456 17031
/proc/meminfo: memFree=15189192/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=409848 CPUtime=762.31 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 67972 0 0 0 76214 17 0 0 25 0 1 0 659135638 419684352 63460 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 102462 63460 726 445 0 96007 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 409848

[startup+822.301 s]
/proc/loadavg: 4.03 4.05 3.96 5/456 17033
/proc/meminfo: memFree=15171436/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=484504 CPUtime=822.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 71227 0 0 0 82210 19 0 0 25 0 1 0 659135638 496132096 66715 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 121126 66715 726 445 0 114671 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 484504

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 3.96 5/456 17035
/proc/meminfo: memFree=15130128/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=484504 CPUtime=882.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 72133 0 0 0 88210 19 0 0 25 0 1 0 659135638 496132096 67621 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 121126 67621 726 445 0 114671 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 484504

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 3.96 5/456 17036
/proc/meminfo: memFree=15107036/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=484504 CPUtime=942.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 72159 0 0 0 94210 19 0 0 25 0 1 0 659135638 496132096 67647 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 121126 67647 726 445 0 114671 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 484504

[startup+1002.3 s]
/proc/loadavg: 4.28 4.08 3.98 5/456 17038
/proc/meminfo: memFree=15107636/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=484504 CPUtime=1002.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 72180 0 0 0 100210 19 0 0 25 0 1 0 659135638 496132096 67668 33554432000 4194304 6014671 140736054675136 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 121126 67668 726 445 0 114671 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 484504

[startup+1062.3 s]
/proc/loadavg: 4.29 4.11 4.00 5/456 17039
/proc/meminfo: memFree=15106992/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=484504 CPUtime=1062.29 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 72377 0 0 0 106210 19 0 0 25 0 1 0 659135638 496132096 67865 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 121126 67865 726 445 0 114671 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 484504

[startup+1122.3 s]
/proc/loadavg: 4.10 4.09 4.00 5/456 17041
/proc/meminfo: memFree=15068032/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=484504 CPUtime=1122.3 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 77176 0 0 0 112210 20 0 0 25 0 1 0 659135638 496132096 72663 33554432000 4194304 6014671 140736054675136 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 121126 72663 725 445 0 114671 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 484504

[startup+1182.3 s]
/proc/loadavg: 4.04 4.07 4.00 5/456 17043
/proc/meminfo: memFree=15019408/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=484504 CPUtime=1182.31 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 78073 0 0 0 118210 21 0 0 25 0 1 0 659135638 496132096 73560 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 121126 73560 725 445 0 114671 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 484504

[startup+1242.3 s]
/proc/loadavg: 4.01 4.06 4.00 5/456 17044
/proc/meminfo: memFree=14943620/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=578244 CPUtime=1242.3 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 85711 0 0 0 124208 22 0 0 25 0 1 0 659135638 592121856 81198 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 144561 81198 725 445 0 138106 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 578244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 4.00 4/455 17047
/proc/meminfo: memFree=15305568/32951124 swapFree=67056812/67111528
[pid=16992] ppid=16990 vsize=578244 CPUtime=1300.02 cores=0,2
/proc/16992/stat : 16992 (qutersat_releas) R 16990 16992 16139 0 -1 4202496 86192 0 0 0 129980 22 0 0 25 0 1 0 659135638 592121856 81679 33554432000 4194304 6014671 140736054675136 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16992/statm: 144561 81679 725 445 0 138106 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 578244

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.05
CPU user time (s): 1299.81
CPU system time (s): 0.238963
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 578244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86196
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= 11
involuntary context switches= 3745

runsolver used 6.12807 second user time and 13.5499 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 18:02:27
IDJOB=3376725
IDBENCH=83985
IDSOLVER=1856
FILE ID=node108/3376725-1305475347
RUNJOBID= node108-1305475347-16965
PBS_JOBID= 13325327
Free space on /tmp= 73504 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376725-1305475347/watcher-3376725-1305475347 -o /tmp/evaluation-result-3376725-1305475347/solver-3376725-1305475347 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376725-1305475347.cnf 1696946430

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

MD5SUM BENCH= 5bd7c76aed56f767985526812cdb8e0e
RANDOM SEED=1696946430

node108.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.820
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.64
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.820
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.820
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.82
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.820
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.77
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.820
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.820
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.820
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.75
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.820
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:      16211124 kB
Buffers:        315848 kB
Cached:        5111336 kB
SwapCached:       8724 kB
Active:       12168380 kB
Inactive:      4237004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16211124 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:    10975520 kB
Mapped:          36552 kB
Slab:           213852 kB
PageTables:      53624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110731724 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= 73500 MiB
End job on node108 at 2011-05-15 18:24:09