Trace number 3376729

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
MD5SUM9ffa0325c9e00b41c025f41d20ec5a0c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4252.27
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses49070
Sum of the clauses size98700
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249050
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 600 #clause: 49070
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        600 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 : 580
0.00/0.01	c Total Root : 0 Undef Var: 580
0.00/0.01	c After covering, Total Root: 20 Leaf: 580
0.00/0.01	c Variable( cover/uncovered/unused ): 600 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 580 48470
0.00/0.01	c Clauses( cover/uncovered ): 20 0
0.00/0.01	c Total Clauses( cover/uncovered ): 600 48470 1.22274%
0.00/0.01	c Covered Ands: 20 Invs: 0 Xors: 0 Ites: 0
0.02/0.04	c Uncover Clauses avg size: 2 max size: 2
0.02/0.04	c Final circuit: i/l/o/s     580       0   48470     49030
0.02/0.04	c CnfToAig: Time: 0.03 s
0.02/0.07	c TmMap: Set choices finish.
0.02/0.09	c TmMap: Set big and: 48490
0.02/0.09	c TmMap: Origin: 49611 ClauseNum: 147090 --> New: 49071 ClauseNum: 146010
0.02/0.09	c TmMap: Time: 0.03
0.09/0.10	c Try to Add: #clause: 96980 #xorclause: 0
0.09/0.10	c #var: 600 #clauses: 21 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-3376729-1305475347/watcher-3376729-1305475347 -o /tmp/evaluation-result-3376729-1305475347/solver-3376729-1305475347 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376729-1305475347.cnf 1696946430 

running on 2 cores: 4,6

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/455 17007
/proc/meminfo: memFree=16120868/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=34412 CPUtime=0 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 2388 0 0 0 0 0 0 0 23 0 1 0 659135659 35237888 2324 33554432000 4194304 6014671 140733732178448 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 8603 2336 377 445 0 2148 0

[startup+0.030288 s]
/proc/loadavg: 3.79 3.99 3.91 4/455 17007
/proc/meminfo: memFree=16120868/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=35436 CPUtime=0.02 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 2715 0 0 0 2 0 0 0 23 0 1 0 659135659 36286464 2651 33554432000 4194304 6014671 140733732178448 18446744073709551615 270612801624 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 8859 2651 398 445 0 2404 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35436

[startup+0.100282 s]
/proc/loadavg: 3.79 3.99 3.91 4/455 17007
/proc/meminfo: memFree=16120868/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=54196 CPUtime=0.09 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 7563 0 0 0 8 1 0 0 23 0 1 0 659135659 55496704 7499 33554432000 4194304 6014671 140733732178448 18446744073709551615 4251328 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 13549 7499 680 445 0 7094 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54196

[startup+0.300241 s]
/proc/loadavg: 3.79 3.99 3.91 4/455 17007
/proc/meminfo: memFree=16120868/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=62400 CPUtime=0.29 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 7825 0 0 0 28 1 0 0 25 0 1 0 659135659 63897600 7761 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 15600 7761 720 445 0 9145 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62400

[startup+0.700174 s]
/proc/loadavg: 3.79 3.99 3.91 4/455 17007
/proc/meminfo: memFree=16120868/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=71248 CPUtime=0.69 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 8227 0 0 0 68 1 0 0 25 0 1 0 659135659 72957952 8163 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 17812 8163 721 445 0 11357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71248

[startup+1.50106 s]
/proc/loadavg: 3.81 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16075724/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=80172 CPUtime=1.49 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 8739 0 0 0 148 1 0 0 25 0 1 0 659135659 82096128 8675 33554432000 4194304 6014671 140733732178448 18446744073709551615 4378967 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 20043 8675 721 445 0 13588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80172

[startup+3.10078 s]
/proc/loadavg: 3.81 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16064316/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=80172 CPUtime=3.09 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 9108 0 0 0 308 1 0 0 25 0 1 0 659135659 82096128 9044 33554432000 4194304 6014671 140733732178448 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 20043 9044 725 445 0 13588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80172

[startup+6.30018 s]
/proc/loadavg: 3.81 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16035124/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=89612 CPUtime=6.29 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 10301 0 0 0 628 1 0 0 25 0 1 0 659135659 91762688 10237 33554432000 4194304 6014671 140733732178448 18446744073709551615 4536625 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 22403 10237 725 445 0 15948 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 89612

[startup+12.7011 s]
/proc/loadavg: 3.84 3.99 3.91 5/456 17008
/proc/meminfo: memFree=15996212/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=99348 CPUtime=12.69 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 12063 0 0 0 1267 2 0 0 25 0 1 0 659135659 101732352 11999 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 24837 11999 725 445 0 18382 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99348

[startup+25.5008 s]
/proc/loadavg: 3.86 3.99 3.91 5/456 17009
/proc/meminfo: memFree=15936844/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=130028 CPUtime=25.5 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 17788 0 0 0 2546 4 0 0 25 0 1 0 659135659 133148672 17723 33554432000 4194304 6014671 140733732178448 18446744073709551615 4378078 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 32507 17723 726 445 0 26052 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 130028

[startup+51.1003 s]
/proc/loadavg: 3.91 3.99 3.91 5/456 17009
/proc/meminfo: memFree=15870884/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=141464 CPUtime=51.09 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 24551 0 0 0 5105 4 0 0 25 0 1 0 659135659 144859136 24467 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 35366 24467 731 445 0 28911 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141464

[startup+102.317 s]
/proc/loadavg: 3.96 3.99 3.91 5/456 17014
/proc/meminfo: memFree=15796080/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=153528 CPUtime=102.31 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 28538 0 0 0 10226 5 0 0 25 0 1 0 659135659 157212672 28454 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 38382 28454 731 445 0 31927 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 153528

[startup+162.301 s]
/proc/loadavg: 4.06 4.01 3.91 5/456 17015
/proc/meminfo: memFree=15710460/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=206456 CPUtime=162.29 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 28669 0 0 0 16224 5 0 0 25 0 1 0 659135659 211410944 28584 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 51614 28584 730 445 0 45159 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 206456

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/456 17017
/proc/meminfo: memFree=15643476/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=206456 CPUtime=222.3 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 30029 0 0 0 22224 6 0 0 25 0 1 0 659135659 211410944 29939 33554432000 4194304 6014671 140733732178448 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 51614 29939 725 445 0 45159 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 206456

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17019
/proc/meminfo: memFree=15507924/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=263988 CPUtime=282.3 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 42282 0 0 0 28221 9 0 0 25 0 1 0 659135659 270323712 42175 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 65997 42175 725 445 0 59542 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 263988

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17020
/proc/meminfo: memFree=15409700/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=323200 CPUtime=342.3 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 47455 0 0 0 34221 9 0 0 25 0 1 0 659135659 330956800 47267 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 80800 47267 725 445 0 74345 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 323200

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17022
/proc/meminfo: memFree=15388344/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=384472 CPUtime=402.3 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 48000 0 0 0 40221 9 0 0 25 0 1 0 659135659 393699328 47747 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 96118 47747 725 445 0 89663 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 384472

[startup+462.301 s]
/proc/loadavg: 4.26 4.07 3.94 5/456 17023
/proc/meminfo: memFree=15366360/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=384472 CPUtime=462.3 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 49905 0 0 0 46220 10 0 0 25 0 1 0 659135659 393699328 49598 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 96118 49598 725 445 0 89663 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 384472

[startup+522.301 s]
/proc/loadavg: 4.20 4.09 3.95 5/456 17025
/proc/meminfo: memFree=15346868/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=384472 CPUtime=522.3 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 50031 0 0 0 52220 10 0 0 25 0 1 0 659135659 393699328 49661 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 96118 49661 725 445 0 89663 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 384472

[startup+582.3 s]
/proc/loadavg: 4.07 4.07 3.95 5/456 17027
/proc/meminfo: memFree=15302456/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=384472 CPUtime=582.31 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 50066 0 0 0 58221 10 0 0 25 0 1 0 659135659 393699328 49660 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 96118 49660 725 445 0 89663 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 384472

[startup+642.301 s]
/proc/loadavg: 4.02 4.05 3.95 5/456 17028
/proc/meminfo: memFree=15247880/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=384472 CPUtime=642.32 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 50069 0 0 0 64222 10 0 0 25 0 1 0 659135659 393699328 49626 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 96118 49626 725 445 0 89663 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 384472

[startup+702.301 s]
/proc/loadavg: 4.01 4.04 3.95 5/456 17030
/proc/meminfo: memFree=15223432/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=384472 CPUtime=702.31 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 50662 0 0 0 70221 10 0 0 25 0 1 0 659135659 393699328 50174 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 96118 50174 725 445 0 89663 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 384472

[startup+762.316 s]
/proc/loadavg: 4.08 4.06 3.96 5/456 17031
/proc/meminfo: memFree=15189192/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=762.32 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 61586 0 0 0 76220 12 0 0 25 0 1 0 659135659 467345408 61052 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 61052 725 445 0 107643 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 456392

[startup+822.301 s]
/proc/loadavg: 4.03 4.05 3.96 5/456 17033
/proc/meminfo: memFree=15171436/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=822.31 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 62703 0 0 0 82219 12 0 0 25 0 1 0 659135659 467345408 62122 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 62122 725 445 0 107643 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 456392

[startup+882.3 s]
/proc/loadavg: 4.01 4.04 3.96 5/456 17035
/proc/meminfo: memFree=15129880/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=882.31 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 68907 0 0 0 88216 15 0 0 25 0 1 0 659135659 467345408 68278 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 68278 725 445 0 107643 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 456392

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 3.96 5/456 17036
/proc/meminfo: memFree=15107036/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=942.31 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 73051 0 0 0 94216 15 0 0 25 0 1 0 659135659 467345408 72373 33554432000 4194304 6014671 140733732178448 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 72373 725 445 0 107643 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 456392

[startup+1002.3 s]
/proc/loadavg: 4.28 4.08 3.98 5/456 17038
/proc/meminfo: memFree=15107636/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=1002.31 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 73051 0 0 0 100216 15 0 0 25 0 1 0 659135659 467345408 72373 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 72373 725 445 0 107643 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 456392

[startup+1062.3 s]
/proc/loadavg: 4.29 4.11 4.00 5/456 17039
/proc/meminfo: memFree=15106868/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=1062.32 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 73057 0 0 0 106216 16 0 0 25 0 1 0 659135659 467345408 72324 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 72324 725 445 0 107643 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 456392

[startup+1122.3 s]
/proc/loadavg: 4.10 4.09 4.00 5/456 17041
/proc/meminfo: memFree=15068032/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=1122.32 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 73460 0 0 0 112216 16 0 0 25 0 1 0 659135659 467345408 72660 33554432000 4194304 6014671 140733732178448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 72660 725 445 0 107643 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 456392

[startup+1182.3 s]
/proc/loadavg: 4.04 4.07 4.00 5/456 17043
/proc/meminfo: memFree=15019284/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=1182.32 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 73521 0 0 0 118216 16 0 0 25 0 1 0 659135659 467345408 72721 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 72721 725 445 0 107643 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 456392

[startup+1242.3 s]
/proc/loadavg: 4.01 4.06 4.00 5/456 17044
/proc/meminfo: memFree=14943496/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=1242.33 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 73521 0 0 0 124217 16 0 0 25 0 1 0 659135659 467345408 72652 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 72652 725 445 0 107643 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 456392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 4.00 2/450 17049
/proc/meminfo: memFree=15916184/32951124 swapFree=67056812/67111528
[pid=17007] ppid=17005 vsize=456392 CPUtime=1300.04 cores=4,6
/proc/17007/stat : 17007 (qutersat_releas) R 17005 17007 16139 0 -1 4202496 73583 0 0 0 129988 16 0 0 25 0 1 0 659135659 467345408 72714 33554432000 4194304 6014671 140733732178448 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17007/statm: 114098 72714 725 445 0 107643 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 456392

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.06
CPU user time (s): 1299.89
CPU system time (s): 0.174973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 456392

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

runsolver used 6.00509 second user time and 12.943 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 18:02:27
IDJOB=3376729
IDBENCH=83988
IDSOLVER=1856
FILE ID=node108/3376729-1305475347
RUNJOBID= node108-1305475347-16966
PBS_JOBID= 13325327
Free space on /tmp= 73500 MiB

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

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

MD5SUM BENCH= 9ffa0325c9e00b41c025f41d20ec5a0c
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:      16120900 kB
Buffers:        315864 kB
Cached:        5113648 kB
SwapCached:       8724 kB
Active:       12258212 kB
Inactive:      4236408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16120900 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:            8560 kB
Writeback:           0 kB
AnonPages:    11062432 kB
Mapped:          40820 kB
Slab:           214112 kB
PageTables:      53236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110880152 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= 73504 MiB
End job on node108 at 2011-05-15 18:24:09