Trace number 3376721

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g1.cnf
MD5SUMeded74bffb721f48c45af6ff95302642
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.8949
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.01	c Set FPU double precision.
0.01/0.02	c Parse Cnf success: #var: 1150 #clause: 84314
0.01/0.02	c Find Units :          0
0.01/0.02	c Find Invs  :          0
0.01/0.02	c Find Ands  :       1150 AvgFaninNum: 22
0.01/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.02	c Find Ite   :          0
0.01/0.02	c UnDirect variable: 0
0.01/0.02	c UnDirect to Direct Gate: 0
0.01/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.03	c Break Cycle : 1100
0.01/0.03	c Total Root : 0 Undef Var: 1100
0.01/0.03	c After covering, Total Root: 50 Leaf: 1100
0.01/0.03	c Variable( cover/uncovered/unused ): 1150 0 0
0.01/0.03	c Unit Clauses: 0
0.01/0.03	c Binary Clauses( cover/uncovered ): 1100 79382
0.01/0.03	c Clauses( cover/uncovered ): 50 0
0.01/0.03	c Total Clauses( cover/uncovered ): 1150 79382 1.428%
0.01/0.03	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.01/0.06	c Uncover Clauses avg size: 2 max size: 2
0.01/0.06	c Final circuit: i/l/o/s    1100       0   79382     80432
0.01/0.06	c CnfToAig: Time: 0.05 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.15	c TmMap: Set big and: 79432
0.09/0.15	c TmMap: Origin: 81533 ClauseNum: 241296 --> New: 80533 ClauseNum: 239296
0.09/0.15	c TmMap: Time: 0.04
0.09/0.16	c Try to Add: #clause: 158864 #xorclause: 0
0.09/0.17	c #var: 1150 #clauses: 51 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376721-1305467784/watcher-3376721-1305467784 -o /tmp/evaluation-result-3376721-1305467784/solver-3376721-1305467784 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376721-1305467784.cnf 1403917144 

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.89 5.26 6.29 5/292 8596
/proc/meminfo: memFree=19810780/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=33388 CPUtime=0 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 2104 0 0 0 0 0 0 0 25 0 1 0 658378130 34189312 2040 33554432000 4194304 6014671 140733486072336 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 8347 2045 378 445 0 1892 0

[startup+0.0213099 s]
/proc/loadavg: 3.89 5.26 6.29 5/292 8596
/proc/meminfo: memFree=19810780/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=38508 CPUtime=0.01 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 3233 0 0 0 1 0 0 0 25 0 1 0 658378130 39432192 3169 33554432000 4194304 6014671 140733486072336 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 9627 3169 378 445 0 3172 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38508

[startup+0.100296 s]
/proc/loadavg: 3.89 5.26 6.29 5/292 8596
/proc/meminfo: memFree=19810780/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=53576 CPUtime=0.09 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 7303 0 0 0 8 1 0 0 25 0 1 0 658378130 54861824 7239 33554432000 4194304 6014671 140733486072336 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 13394 7241 668 445 0 6939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53576

[startup+0.300259 s]
/proc/loadavg: 3.89 5.26 6.29 5/292 8596
/proc/meminfo: memFree=19810780/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=67904 CPUtime=0.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 10692 0 0 0 28 1 0 0 25 0 1 0 658378130 69533696 10628 33554432000 4194304 6014671 140733486072336 18446744073709551615 4372480 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 16976 10628 720 445 0 10521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67904

[startup+0.700187 s]
/proc/loadavg: 3.89 5.26 6.29 5/292 8596
/proc/meminfo: memFree=19810780/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=76972 CPUtime=0.69 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 11008 0 0 0 68 1 0 0 25 0 1 0 658378130 78819328 10944 33554432000 4194304 6014671 140733486072336 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 19243 10944 721 445 0 12788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76972

[startup+1.50104 s]
/proc/loadavg: 3.89 5.23 6.28 5/293 8598
/proc/meminfo: memFree=19767620/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=95508 CPUtime=1.49 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 11924 0 0 0 148 1 0 0 25 0 1 0 658378130 97800192 11860 33554432000 4194304 6014671 140733486072336 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 23877 11860 721 445 0 17422 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95508

[startup+3.10076 s]
/proc/loadavg: 3.89 5.23 6.28 6/293 8598
/proc/meminfo: memFree=19764324/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=95508 CPUtime=3.09 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 12054 0 0 0 308 1 0 0 25 0 1 0 658378130 97800192 11990 33554432000 4194304 6014671 140733486072336 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 23877 11990 725 445 0 17422 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95508

[startup+6.30019 s]
/proc/loadavg: 3.90 5.21 6.27 6/293 8598
/proc/meminfo: memFree=19760148/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=95508 CPUtime=6.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 12490 0 0 0 628 1 0 0 25 0 1 0 658378130 97800192 12426 33554432000 4194304 6014671 140733486072336 18446744073709551615 4537112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 23877 12426 725 445 0 17422 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95508

[startup+12.701 s]
/proc/loadavg: 3.91 5.19 6.26 6/293 8598
/proc/meminfo: memFree=19746664/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=114580 CPUtime=12.69 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 14726 0 0 0 1267 2 0 0 25 0 1 0 658378130 117329920 14662 33554432000 4194304 6014671 140733486072336 18446744073709551615 4383650 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 28645 14662 725 445 0 22190 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114580

[startup+25.5008 s]
/proc/loadavg: 3.92 5.15 6.23 5/293 8598
/proc/meminfo: memFree=19719516/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=114580 CPUtime=25.49 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 15982 0 0 0 2547 2 0 0 25 0 1 0 658378130 117329920 15914 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 28645 15914 730 445 0 22190 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114580

[startup+51.1002 s]
/proc/loadavg: 4.03 5.06 6.16 6/293 8599
/proc/meminfo: memFree=19661312/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=145524 CPUtime=51.09 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 21959 0 0 0 5105 4 0 0 25 0 1 0 658378130 149016576 21887 33554432000 4194304 6014671 140733486072336 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 36381 21887 730 445 0 29926 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145524

[startup+102.311 s]
/proc/loadavg: 4.01 4.89 6.05 6/293 8600
/proc/meminfo: memFree=19594960/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=167948 CPUtime=102.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 27279 0 0 0 10225 5 0 0 25 0 1 0 658378130 171978752 27202 33554432000 4194304 6014671 140733486072336 18446744073709551615 4378668 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 41987 27202 725 445 0 35532 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 167948

[startup+162.3 s]
/proc/loadavg: 4.00 4.73 5.92 6/293 8602
/proc/meminfo: memFree=19561716/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=167948 CPUtime=162.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 29663 0 0 0 16223 6 0 0 25 0 1 0 658378130 171978752 29581 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 41987 29581 725 445 0 35532 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 167948

[startup+222.301 s]
/proc/loadavg: 4.00 4.59 5.79 6/293 8603
/proc/meminfo: memFree=19488168/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=167948 CPUtime=222.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 31678 0 0 0 22222 7 0 0 25 0 1 0 658378130 171978752 31596 33554432000 4194304 6014671 140733486072336 18446744073709551615 4378804 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 41987 31596 725 445 0 35532 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 167948

[startup+282.301 s]
/proc/loadavg: 4.15 4.53 5.69 6/293 8614
/proc/meminfo: memFree=19444988/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=180944 CPUtime=282.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 36003 0 0 0 28222 8 0 0 25 0 1 0 658378130 185286656 35914 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 45236 35914 725 445 0 38781 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 180944

[startup+342.3 s]
/proc/loadavg: 4.05 4.43 5.59 6/293 8616
/proc/meminfo: memFree=19402800/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=234052 CPUtime=342.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 37163 0 0 0 34221 8 0 0 25 0 1 0 658378130 239669248 37023 33554432000 4194304 6014671 140733486072336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 58513 37023 787 445 0 52058 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 234052

[startup+402.301 s]
/proc/loadavg: 4.02 4.35 5.48 6/293 8617
/proc/meminfo: memFree=19398196/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=234052 CPUtime=402.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 37254 0 0 0 40221 9 0 0 25 0 1 0 658378130 239669248 37031 33554432000 4194304 6014671 140733486072336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 58513 37031 770 445 0 52058 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 234052

[startup+462.301 s]
/proc/loadavg: 4.00 4.28 5.39 6/293 8621
/proc/meminfo: memFree=19374124/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=290688 CPUtime=462.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 41210 0 0 0 46220 10 0 0 25 0 1 0 658378130 297664512 40836 33554432000 4194304 6014671 140733486072336 18446744073709551615 4379344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 72672 40836 731 445 0 66217 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 290688

[startup+522.3 s]
/proc/loadavg: 4.00 4.23 5.30 6/293 8623
/proc/meminfo: memFree=19311900/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=290688 CPUtime=522.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 48886 0 0 0 52218 12 0 0 25 0 1 0 658378130 297664512 48348 33554432000 4194304 6014671 140733486072336 18446744073709551615 4378639 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 72672 48348 731 445 0 66217 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 290688

[startup+582.301 s]
/proc/loadavg: 4.00 4.18 5.21 6/293 8625
/proc/meminfo: memFree=19278780/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=348980 CPUtime=582.31 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 50192 0 0 0 58218 13 0 0 25 0 1 0 658378130 357355520 49560 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 87245 49560 744 445 0 80790 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 348980

[startup+642.301 s]
/proc/loadavg: 4.04 4.16 5.14 6/293 8708
/proc/meminfo: memFree=19272320/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=408328 CPUtime=642.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 55414 0 0 0 64218 14 0 0 25 0 1 0 658378130 418127872 54344 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 102082 54344 743 445 0 95627 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 408328

[startup+702.3 s]
/proc/loadavg: 4.08 4.15 5.07 6/293 8790
/proc/meminfo: memFree=19220668/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468804 CPUtime=702.31 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 55711 0 0 0 70217 14 0 0 25 0 1 0 658378130 480055296 54640 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117201 54640 742 445 0 110746 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 468804

[startup+762.311 s]
/proc/loadavg: 4.03 4.12 5.00 6/293 8819
/proc/meminfo: memFree=18383028/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468804 CPUtime=762.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 56267 0 0 0 76218 14 0 0 25 0 1 0 658378130 480055296 55196 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117201 55196 742 445 0 110746 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 468804

[startup+822.301 s]
/proc/loadavg: 4.07 4.11 4.94 6/293 8820
/proc/meminfo: memFree=18338504/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=822.31 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 56903 0 0 0 82217 14 0 0 25 0 1 0 658378130 480186368 55817 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 55817 727 445 0 110778 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 468932

[startup+882.3 s]
/proc/loadavg: 4.06 4.10 4.88 6/293 8822
/proc/meminfo: memFree=18308856/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=882.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 57958 0 0 0 88217 15 0 0 25 0 1 0 658378130 480186368 56872 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 56872 728 445 0 110778 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 468932

[startup+942.301 s]
/proc/loadavg: 4.02 4.08 4.83 6/293 8824
/proc/meminfo: memFree=18299292/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=942.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 58194 0 0 0 94217 15 0 0 25 0 1 0 658378130 480186368 57108 33554432000 4194304 6014671 140733486072336 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 57108 728 445 0 110778 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 468932

[startup+1002.3 s]
/proc/loadavg: 4.00 4.06 4.77 5/293 8825
/proc/meminfo: memFree=18263680/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=1002.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 58606 0 0 0 100217 15 0 0 25 0 1 0 658378130 480186368 57518 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 57518 726 445 0 110778 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 468932

[startup+1062.3 s]
/proc/loadavg: 4.00 4.05 4.72 6/293 8854
/proc/meminfo: memFree=19149068/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=1062.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 58637 0 0 0 106217 15 0 0 25 0 1 0 658378130 480186368 57548 33554432000 4194304 6014671 140733486072336 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 57548 725 445 0 110778 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 468932

[startup+1122.3 s]
/proc/loadavg: 4.00 4.04 4.67 6/293 8855
/proc/meminfo: memFree=19058016/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=1122.31 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 58866 0 0 0 112216 15 0 0 25 0 1 0 658378130 480186368 57777 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 57777 725 445 0 110778 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 468932

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.63 6/293 8857
/proc/meminfo: memFree=19026384/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=1182.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 59011 0 0 0 118216 16 0 0 25 0 1 0 658378130 480186368 57922 33554432000 4194304 6014671 140733486072336 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 57922 725 445 0 110778 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 468932

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 4.59 6/293 8859
/proc/meminfo: memFree=19014452/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=1242.32 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 59020 0 0 0 124216 16 0 0 25 0 1 0 658378130 480186368 57931 33554432000 4194304 6014671 140733486072336 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 57931 725 445 0 110778 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 468932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.98 4.01 4.55 5/293 8916
/proc/meminfo: memFree=19088748/32950904 swapFree=67057400/67111528
[pid=8596] ppid=8594 vsize=468932 CPUtime=1300.03 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 8508 0 -1 4202496 59051 0 0 0 129987 16 0 0 25 0 1 0 658378130 480186368 57962 33554432000 4194304 6014671 140733486072336 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 117233 57962 725 445 0 110778 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 468932

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): 1300.05
CPU user time (s): 1299.88
CPU system time (s): 0.173973
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 468932

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

runsolver used 3.56946 second user time and 8.27374 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 15:56:24
IDJOB=3376721
IDBENCH=71273
IDSOLVER=1856
FILE ID=node121/3376721-1305467784
RUNJOBID= node121-1305467733-8528
PBS_JOBID= 13325309
Free space on /tmp= 73480 MiB

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

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

MD5SUM BENCH= eded74bffb721f48c45af6ff95302642
RANDOM SEED=1403917144

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.817
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.817
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19811060 kB
Buffers:        322096 kB
Cached:        6592220 kB
SwapCached:       7656 kB
Active:        7055548 kB
Inactive:      5727340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19811060 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            2784 kB
Writeback:           0 kB
AnonPages:     5866784 kB
Mapped:          27540 kB
Slab:           267288 kB
PageTables:      26288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31352244 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= 73480 MiB
End job on node121 at 2011-05-15 16:18:06