Trace number 3376713

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) 1299.92 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g9.cnf
MD5SUMaa71b1c0a084106bad56c0f4d6c26bee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.595909
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.14	c Set FPU double precision.
0.00/0.15	c Parse Cnf success: #var: 760 #clause: 43649
0.00/0.15	c Find Units :          0
0.00/0.15	c Find Invs  :          0
0.00/0.15	c Find Ands  :        760 AvgFaninNum: 18
0.00/0.15	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.15	c Find Ite   :          0
0.00/0.15	c UnDirect variable: 0
0.00/0.15	c UnDirect to Direct Gate: 0
0.00/0.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.15	c Break Cycle : 720
0.00/0.15	c Total Root : 0 Undef Var: 720
0.00/0.15	c After covering, Total Root: 40 Leaf: 720
0.00/0.15	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.15	c Unit Clauses: 0
0.00/0.15	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.15	c Clauses( cover/uncovered ): 40 0
0.00/0.15	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.15	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.00/0.17	c Uncover Clauses avg size: 2 max size: 2
0.00/0.17	c Final circuit: i/l/o/s     720       0   42889     43569
0.00/0.17	c CnfToAig: Time: 0.03 s
0.05/0.20	c TmMap: Set choices finish.
0.05/0.22	c TmMap: Set big and: 42929
0.05/0.22	c TmMap: Origin: 44290 ClauseNum: 130707 --> New: 43650 ClauseNum: 129427
0.05/0.22	c TmMap: Time: 0.02
0.05/0.23	c Try to Add: #clause: 85858 #xorclause: 0
0.05/0.23	c #var: 760 #clauses: 41 Solving... 
1299.89/1300.00	c Time Out !!
1299.89/1300.00	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: 977)

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-3376713-1307634589/watcher-3376713-1307634589 -o /tmp/evaluation-result-3376713-1307634589/solver-3376713-1307634589 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376713-1307634589.cnf 1747761907 

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: 3.70 3.91 3.00 1/186 3282
/proc/meminfo: memFree=32585348/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=6420 CPUtime=0 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) D 3274 3282 2906 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 855874847 6574080 47 33554432000 4194304 6014671 140735666397296 18446744073709551615 233505373831 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3282/statm: 1605 47 37 445 0 66 0

[startup+0.03277 s]
/proc/loadavg: 3.70 3.91 3.00 1/186 3282
/proc/meminfo: memFree=32585348/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=6420 CPUtime=0 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) D 3274 3282 2906 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 855874847 6574080 47 33554432000 4194304 6014671 140735666397296 18446744073709551615 233505373831 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3282/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100777 s]
/proc/loadavg: 3.70 3.91 3.00 1/186 3282
/proc/meminfo: memFree=32585348/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=16508 CPUtime=0 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) S 3274 3282 2906 0 -1 4194304 110 0 2 0 0 0 0 0 17 0 1 0 855874847 16904192 65 33554432000 4194304 6014671 140735666397296 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699953811 0 0 17 1 0 0 1
/proc/3282/statm: 4127 65 49 445 0 89 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16508

[startup+0.300699 s]
/proc/loadavg: 3.70 3.91 3.00 1/186 3282
/proc/meminfo: memFree=32585348/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=61656 CPUtime=0.15 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 7444 0 3 0 15 0 0 0 17 0 1 0 855874847 63135744 7382 33554432000 4194304 6014671 140735666397296 18446744073709551615 4378090 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 15414 7382 720 445 0 8959 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 61656

[startup+0.700626 s]
/proc/loadavg: 3.70 3.91 3.00 1/186 3282
/proc/meminfo: memFree=32585348/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=70476 CPUtime=0.55 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 7893 0 3 0 55 0 0 0 17 0 1 0 855874847 72167424 7831 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 17619 7831 721 445 0 11164 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 70476

[startup+1.50048 s]
/proc/loadavg: 3.72 3.91 3.00 5/190 3286
/proc/meminfo: memFree=32331384/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=79452 CPUtime=1.35 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 8698 0 3 0 135 0 0 0 19 0 1 0 855874847 81358848 8636 33554432000 4194304 6014671 140735666397296 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 19863 8636 721 445 0 13408 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 79452

[startup+3.10019 s]
/proc/loadavg: 3.72 3.91 3.00 5/190 3286
/proc/meminfo: memFree=32321744/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=79580 CPUtime=2.95 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 9451 0 3 0 295 0 0 0 22 0 1 0 855874847 81489920 9389 33554432000 4194304 6014671 140735666397296 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 19895 9389 725 445 0 13440 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 79580

[startup+6.30063 s]
/proc/loadavg: 3.75 3.92 3.01 5/190 3286
/proc/meminfo: memFree=32300740/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=98272 CPUtime=6.15 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 11574 0 3 0 614 1 0 0 25 0 1 0 855874847 100630528 11512 33554432000 4194304 6014671 140735666397296 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 24568 11512 725 445 0 18113 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 98272

[startup+12.7005 s]
/proc/loadavg: 3.77 3.92 3.01 5/190 3286
/proc/meminfo: memFree=32274808/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=117180 CPUtime=12.55 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 13878 0 3 0 1254 1 0 0 25 0 1 0 855874847 119992320 13816 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 29295 13816 725 445 0 22840 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 117180

[startup+25.5002 s]
/proc/loadavg: 3.82 3.92 3.03 5/190 3286
/proc/meminfo: memFree=32235040/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=117180 CPUtime=25.35 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 16333 0 3 0 2533 2 0 0 25 0 1 0 855874847 119992320 16271 33554432000 4194304 6014671 140735666397296 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 29295 16271 725 445 0 22840 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 117180

[startup+51.1006 s]
/proc/loadavg: 3.88 3.92 3.05 5/190 3288
/proc/meminfo: memFree=32187240/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=117180 CPUtime=50.95 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 18906 0 3 0 5093 2 0 0 25 0 1 0 855874847 119992320 18844 33554432000 4194304 6014671 140735666397296 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 29295 18844 725 445 0 22840 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 117180

[startup+102.306 s]
/proc/loadavg: 3.95 3.93 3.10 5/190 3289
/proc/meminfo: memFree=32057016/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=139676 CPUtime=102.16 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 25881 0 3 0 10213 3 0 0 25 0 1 0 855874847 143028224 25788 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 34919 25788 726 445 0 28464 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 139676

[startup+162.301 s]
/proc/loadavg: 3.98 3.94 3.15 5/190 3298
/proc/meminfo: memFree=31909640/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=151424 CPUtime=162.16 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 26404 0 3 0 16212 4 0 0 25 0 1 0 855874847 155058176 26310 33554432000 4194304 6014671 140735666397296 18446744073709551615 4424869 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 37856 26310 730 445 0 31401 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 151424

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.20 7/190 3299
/proc/meminfo: memFree=31831572/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=189672 CPUtime=222.15 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 33234 0 3 0 22211 4 0 0 25 0 1 0 855874847 194224128 33136 33554432000 4194304 6014671 140735666397296 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 47418 33136 726 445 0 40963 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 189672

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.25 5/190 3301
/proc/meminfo: memFree=31797680/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=189672 CPUtime=282.16 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 36013 0 3 0 28211 5 0 0 25 0 1 0 855874847 194224128 35894 33554432000 4194304 6014671 140735666397296 18446744073709551615 4378392 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 47418 35894 727 445 0 40963 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 189672

[startup+342.3 s]
/proc/loadavg: 3.99 3.96 3.29 5/190 3303
/proc/meminfo: memFree=31789932/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=189672 CPUtime=342.16 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 36405 0 3 0 34211 5 0 0 25 0 1 0 855874847 194224128 36256 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 47418 36256 726 445 0 40963 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 189672

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.34 5/190 3304
/proc/meminfo: memFree=31749964/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=203564 CPUtime=402.16 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 40724 0 3 0 40210 6 0 0 25 0 1 0 855874847 208449536 40524 33554432000 4194304 6014671 140735666397296 18446744073709551615 4379791 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 50891 40524 726 445 0 44436 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 203564

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.37 5/190 3306
/proc/meminfo: memFree=31722020/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=259972 CPUtime=462.16 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 44295 0 3 0 46210 6 0 0 25 0 1 0 855874847 266211328 43951 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 64993 43951 725 445 0 58538 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 259972

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.41 5/190 3307
/proc/meminfo: memFree=31667172/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=522.17 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 50777 0 3 0 52209 8 0 0 25 0 1 0 855874847 383586304 46987 33554432000 4194304 6014671 140735666397296 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 46987 727 445 0 87194 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 374596

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.45 5/190 3309
/proc/meminfo: memFree=31643444/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=582.17 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 54819 0 3 0 58209 8 0 0 25 0 1 0 855874847 383586304 51029 33554432000 4194304 6014671 140735666397296 18446744073709551615 4378960 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 51029 727 445 0 87194 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 374596

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.48 5/190 3311
/proc/meminfo: memFree=31570732/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=642.17 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 55535 0 3 0 64209 8 0 0 25 0 1 0 855874847 383586304 51743 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 51743 725 445 0 87194 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 374596

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.51 5/190 3321
/proc/meminfo: memFree=31566104/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=702.17 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 55629 0 3 0 70209 8 0 0 25 0 1 0 855874847 383586304 51837 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 51837 725 445 0 87194 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 374596

[startup+762.307 s]
/proc/loadavg: 3.99 3.97 3.54 5/190 3323
/proc/meminfo: memFree=31510752/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=762.18 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 55671 0 3 0 76210 8 0 0 25 0 1 0 855874847 383586304 51879 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 51879 725 445 0 87194 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 374596

[startup+822.301 s]
/proc/loadavg: 3.99 3.97 3.56 5/190 3324
/proc/meminfo: memFree=31471400/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=822.17 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 57842 0 3 0 82208 9 0 0 25 0 1 0 855874847 383586304 54050 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 54050 725 445 0 87194 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 374596

[startup+882.3 s]
/proc/loadavg: 3.99 3.97 3.58 5/190 3327
/proc/meminfo: memFree=31462928/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=882.17 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 57920 0 3 0 88208 9 0 0 25 0 1 0 855874847 383586304 54128 33554432000 4194304 6014671 140735666397296 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 54128 725 445 0 87194 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 374596

[startup+942.3 s]
/proc/loadavg: 3.99 3.97 3.61 5/190 3329
/proc/meminfo: memFree=31436948/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=942.17 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 58349 0 3 0 94208 9 0 0 25 0 1 0 855874847 383586304 54557 33554432000 4194304 6014671 140735666397296 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 54557 725 445 0 87194 0
Current children cumulated CPU time (s) 942.17
Current children cumulated vsize (KiB) 374596

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.63 5/190 3330
/proc/meminfo: memFree=31369824/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=1002.18 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 58801 0 3 0 100208 10 0 0 25 0 1 0 855874847 383586304 55009 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 55009 755 445 0 87194 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 374596

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.65 5/190 3332
/proc/meminfo: memFree=31317452/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=1062.18 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 59164 0 3 0 106208 10 0 0 25 0 1 0 855874847 383586304 55372 33554432000 4194304 6014671 140735666397296 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 55372 755 445 0 87194 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 374596

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.67 5/190 3333
/proc/meminfo: memFree=31295712/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=1122.18 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 59164 0 3 0 112208 10 0 0 25 0 1 0 855874847 383586304 55372 33554432000 4194304 6014671 140735666397296 18446744073709551615 4633312 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 55372 755 445 0 87194 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 374596

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.69 5/190 3335
/proc/meminfo: memFree=31253880/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=1182.18 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 59426 0 3 0 118208 10 0 0 25 0 1 0 855874847 383586304 55634 33554432000 4194304 6014671 140735666397296 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 55634 755 445 0 87194 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 374596

[startup+1242.3 s]
/proc/loadavg: 3.99 3.97 3.70 5/190 3337
/proc/meminfo: memFree=31231376/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=374596 CPUtime=1242.19 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 63404 0 3 0 124208 11 0 0 25 0 1 0 855874847 383586304 59612 33554432000 4194304 6014671 140735666397296 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 93649 59612 756 445 0 87194 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 374596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.97 3.72 5/192 3341
/proc/meminfo: memFree=31226468/32951124 swapFree=67056964/67111528
[pid=3282] ppid=3274 vsize=442588 CPUtime=1299.89 cores=1,3
/proc/3282/stat : 3282 (qutersat_releas) R 3274 3282 2906 0 -1 4202496 74372 0 3 0 129976 13 0 0 25 0 1 0 855874847 453210112 70580 33554432000 4194304 6014671 140735666397296 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 2
/proc/3282/statm: 110647 70580 756 445 0 104192 0
Current children cumulated CPU time (s) 1299.89
Current children cumulated vsize (KiB) 442588

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.02
CPU time (s): 1299.92
CPU user time (s): 1299.77
CPU system time (s): 0.147977
CPU usage (%): 99.992
Max. virtual memory (cumulated for all children) (KiB): 442588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.77
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74376
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43
involuntary context switches= 1682

runsolver used 2.04769 second user time and 5.04123 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 17:49:50
IDJOB=3376713
IDBENCH=71444
IDSOLVER=1856
FILE ID=node145/3376713-1307634589
RUNJOBID= node145-1307634589-3228
PBS_JOBID= 13549347
Free space on /tmp= 74196 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g9.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376713-1307634589/watcher-3376713-1307634589 -o /tmp/evaluation-result-3376713-1307634589/solver-3376713-1307634589 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376713-1307634589.cnf 1747761907

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

MD5SUM BENCH= aa71b1c0a084106bad56c0f4d6c26bee
RANDOM SEED=1747761907

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32588164 kB
Buffers:         36644 kB
Cached:         166112 kB
SwapCached:       7944 kB
Active:          88892 kB
Inactive:       133732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32588164 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           13896 kB
Writeback:           0 kB
AnonPages:       17116 kB
Mapped:          12712 kB
Slab:            75432 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189144 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= 74184 MiB
End job on node145 at 2011-06-09 18:11:32