Trace number 3384320

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) 5000.07 4999.94

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 1430 #clause: 79453
0.00/0.04	c Find Units :          0
0.00/0.04	c Find Invs  :         67
0.00/0.05	c Find Ands  :       1675 AvgFaninNum: 2
0.00/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.06	c Find Ite   :          0
0.00/0.06	c UnDirect variable: 134
0.00/0.06	c UnDirect to Direct Gate: 44
0.00/0.06	c Forced Direct Gate: 44 Unuse unDirect Gate: 67
0.00/0.06	c Break Cycle : 590
0.00/0.06	c Total Root : 40 Undef Var: 837
0.00/0.06	c After covering, Total Root: 576 Leaf: 652
0.00/0.06	c Variable( cover/uncovered/unused ): 1245 185 0
0.00/0.06	c Unit Clauses: 0
0.00/0.06	c Binary Clauses( cover/uncovered ): 1186 1172
0.00/0.06	c Clauses( cover/uncovered ): 549 76546
0.00/0.06	c Total Clauses( cover/uncovered ): 1735 77718 2.18368%
0.00/0.06	c Covered Ands: 549 Invs: 44 Xors: 0 Ites: 0
0.08/0.11	c Uncover Clauses avg size: 2.98699 max size: 10
0.08/0.11	c Final circuit: i/l/o/s     837       0   77678     86000
0.08/0.11	c CnfToAig: Time: 0.11 s
0.19/0.22	c TmMap: Set choices finish.
0.19/0.26	c TmMap: Set big and: 83074
0.19/0.26	c TmMap: Origin: 86838 ClauseNum: 258000 --> New: 83921 ClauseNum: 253045
0.19/0.26	c TmMap: Time: 0.06
0.19/0.28	c Try to Add: #clause: 166184 #xorclause: 0
0.19/0.29	c #var: 6242 #clauses: 9023 Solving... 
5000.03/4999.91	c Time Out !!
5000.03/4999.91	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-3384320-1305542717/watcher-3384320-1305542717 -o /tmp/evaluation-result-3384320-1305542717/solver-3384320-1305542717 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384320-1305542717.cnf 224962867 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.02 1.85 3/312 3278
/proc/meminfo: memFree=16868524/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 1821 0 0 0 0 0 0 0 22 0 1 0 665869909 33140736 1758 33554432000 4194304 6014671 140735717856960 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 8091 1758 378 445 0 1636 0

[startup+0.0902611 s]
/proc/loadavg: 1.96 2.02 1.85 3/312 3278
/proc/meminfo: memFree=16868524/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=43116 CPUtime=0.07 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 4379 0 0 0 7 0 0 0 22 0 1 0 665869909 44150784 4316 33554432000 4194304 6014671 140735717856960 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 10779 4316 398 445 0 4324 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43116

[startup+0.101268 s]
/proc/loadavg: 1.96 2.02 1.85 3/312 3278
/proc/meminfo: memFree=16868524/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=43116 CPUtime=0.08 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 4379 0 0 0 8 0 0 0 22 0 1 0 665869909 44150784 4316 33554432000 4194304 6014671 140735717856960 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 10779 4316 398 445 0 4324 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43116

[startup+0.30122 s]
/proc/loadavg: 1.96 2.02 1.85 3/312 3278
/proc/meminfo: memFree=16868524/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=81212 CPUtime=0.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 14036 0 0 0 28 1 0 0 18 0 1 0 665869909 83161088 13973 33554432000 4194304 6014671 140735717856960 18446744073709551615 4422711 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 20303 13973 696 445 0 13848 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81212

[startup+0.701155 s]
/proc/loadavg: 1.96 2.02 1.85 3/312 3278
/proc/meminfo: memFree=16868524/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=81212 CPUtime=0.69 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 14036 0 0 0 68 1 0 0 18 0 1 0 665869909 83161088 13973 33554432000 4194304 6014671 140735717856960 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 20303 13973 696 445 0 13848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81212

[startup+1.50101 s]
/proc/loadavg: 1.96 2.02 1.85 3/313 3279
/proc/meminfo: memFree=16814576/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=116028 CPUtime=1.49 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 21858 0 0 0 146 3 0 0 19 0 1 0 665869909 118812672 21795 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 29007 21795 701 445 0 22552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116028

[startup+3.10068 s]
/proc/loadavg: 1.96 2.02 1.85 3/313 3279
/proc/meminfo: memFree=16779732/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=129460 CPUtime=3.09 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 23108 0 0 0 306 3 0 0 23 0 1 0 665869909 132567040 23042 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 32365 23042 724 445 0 25910 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 129460

[startup+6.30113 s]
/proc/loadavg: 1.96 2.02 1.85 3/313 3279
/proc/meminfo: memFree=16764652/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=158956 CPUtime=6.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 26043 0 0 0 626 3 0 0 25 0 1 0 665869909 162770944 25977 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 39739 25977 729 445 0 33284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 158956

[startup+12.701 s]
/proc/loadavg: 1.97 2.01 1.86 3/313 3279
/proc/meminfo: memFree=16740880/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=193900 CPUtime=12.69 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 32900 0 0 0 1265 4 0 0 25 0 1 0 665869909 198553600 32834 33554432000 4194304 6014671 140735717856960 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 48475 32834 729 445 0 42020 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 193900

[startup+25.5006 s]
/proc/loadavg: 1.97 2.01 1.86 3/313 3279
/proc/meminfo: memFree=16698096/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=207184 CPUtime=25.49 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 41120 0 0 0 2543 6 0 0 25 0 1 0 665869909 212156416 41054 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 51796 41054 729 445 0 45341 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 207184

[startup+51.101 s]
/proc/loadavg: 1.98 2.01 1.86 3/313 3280
/proc/meminfo: memFree=16680352/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=233724 CPUtime=51.08 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 45475 0 0 0 5102 6 0 0 25 0 1 0 665869909 239333376 45409 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 58431 45409 729 445 0 51976 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 233724

[startup+102.312 s]
/proc/loadavg: 1.99 2.01 1.86 3/313 3282
/proc/meminfo: memFree=16651820/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=292064 CPUtime=102.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 52418 0 0 0 10222 7 0 0 25 0 1 0 665869909 299073536 52352 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 73016 52352 729 445 0 66561 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 292064

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.87 3/313 3283
/proc/meminfo: memFree=16583476/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=413768 CPUtime=162.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 68591 0 0 0 16219 10 0 0 25 0 1 0 665869909 423698432 68472 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 103442 68472 729 445 0 96987 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 413768

[startup+222.301 s]
/proc/loadavg: 2.04 2.01 1.88 3/313 3285
/proc/meminfo: memFree=16506936/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=477788 CPUtime=222.28 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 85117 0 0 0 22217 11 0 0 25 0 1 0 665869909 489254912 84851 33554432000 4194304 6014671 140735717856960 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 119447 84851 729 445 0 112992 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 477788

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.89 3/313 3286
/proc/meminfo: memFree=16484100/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=477788 CPUtime=282.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 90583 0 0 0 28217 12 0 0 25 0 1 0 665869909 489254912 90175 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 119447 90175 729 445 0 112992 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 477788

[startup+342.301 s]
/proc/loadavg: 2.04 2.02 1.90 3/313 3288
/proc/meminfo: memFree=16434852/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=477788 CPUtime=342.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 91627 0 0 0 34217 12 0 0 25 0 1 0 665869909 489254912 91128 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 119447 91128 729 445 0 112992 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 477788

[startup+402.301 s]
/proc/loadavg: 2.06 2.03 1.91 3/313 3290
/proc/meminfo: memFree=16407052/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=477788 CPUtime=402.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 92516 0 0 0 40217 12 0 0 25 0 1 0 665869909 489254912 91797 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 119447 91797 729 445 0 112992 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 477788

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 1.91 3/313 3291
/proc/meminfo: memFree=16405164/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=477788 CPUtime=462.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 92978 0 0 0 46217 12 0 0 25 0 1 0 665869909 489254912 92259 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 119447 92259 729 445 0 112992 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 477788

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 1.91 3/313 3293
/proc/meminfo: memFree=16384184/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=477788 CPUtime=522.29 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 99364 0 0 0 52216 13 0 0 25 0 1 0 665869909 489254912 96022 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 119447 96022 729 445 0 112992 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 477788

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/313 3295
/proc/meminfo: memFree=16378580/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=477788 CPUtime=582.3 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 100902 0 0 0 58216 14 0 0 25 0 1 0 665869909 489254912 97560 33554432000 4194304 6014671 140735717856960 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 119447 97560 729 445 0 112992 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 477788

[startup+642.3 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.09 2.05 2.01 3/313 3439
/proc/meminfo: memFree=11002104/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4062.41 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 162226 0 0 0 406207 34 0 0 25 0 1 0 665869909 915275776 150962 33554432000 4194304 6014671 140735717856960 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 150962 733 445 0 217001 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 893824

[startup+4122.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/313 3441
/proc/meminfo: memFree=10988904/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4122.4 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 162234 0 0 0 412206 34 0 0 25 0 1 0 665869909 915275776 150970 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 150970 733 445 0 217001 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 893824

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 4/313 3442
/proc/meminfo: memFree=10874028/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4182.4 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 162374 0 0 0 418206 34 0 0 25 0 1 0 665869909 915275776 151110 33554432000 4194304 6014671 140735717856960 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 151110 733 445 0 217001 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 893824

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/313 3444
/proc/meminfo: memFree=10786428/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4242.4 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165306 0 0 0 424206 34 0 0 25 0 1 0 665869909 915275776 154042 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154042 733 445 0 217001 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 893824

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/313 3446
/proc/meminfo: memFree=10598012/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4302.4 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165800 0 0 0 430206 34 0 0 25 0 1 0 665869909 915275776 154536 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424027 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154536 733 445 0 217001 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 893824

[startup+4362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/313 3447
/proc/meminfo: memFree=10412704/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4362.4 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165876 0 0 0 436206 34 0 0 25 0 1 0 665869909 915275776 154612 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154612 733 445 0 217001 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 893824

[startup+4422.3 s]
/proc/loadavg: 2.08 2.04 2.00 4/313 3449
/proc/meminfo: memFree=10384616/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4422.4 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165876 0 0 0 442206 34 0 0 25 0 1 0 665869909 915275776 154612 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154612 733 445 0 217001 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 893824

[startup+4482.3 s]
/proc/loadavg: 2.03 2.03 2.00 4/313 3450
/proc/meminfo: memFree=10383196/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4482.4 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165876 0 0 0 448206 34 0 0 25 0 1 0 665869909 915275776 154612 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154612 733 445 0 217001 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 893824

[startup+4542.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/313 3452
/proc/meminfo: memFree=10244756/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4542.41 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165994 0 0 0 454207 34 0 0 25 0 1 0 665869909 915275776 154730 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423702 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154730 733 445 0 217001 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 893824

[startup+4602.3 s]
/proc/loadavg: 2.24 2.11 2.03 4/313 3463
/proc/meminfo: memFree=10243568/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4602.41 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165994 0 0 0 460207 34 0 0 25 0 1 0 665869909 915275776 154730 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154730 733 445 0 217001 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 893824

[startup+4662.3 s]
/proc/loadavg: 2.08 2.09 2.02 4/313 3464
/proc/meminfo: memFree=10117644/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4662.42 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 165994 0 0 0 466207 35 0 0 25 0 1 0 665869909 915275776 154730 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154730 733 445 0 217001 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 893824

[startup+4722.31 s]
/proc/loadavg: 2.03 2.07 2.01 3/313 3466
/proc/meminfo: memFree=10090060/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4722.43 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 166075 0 0 0 472208 35 0 0 25 0 1 0 665869909 915275776 154811 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154811 733 445 0 217001 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 893824

[startup+4782.3 s]
/proc/loadavg: 2.01 2.05 2.01 4/313 3470
/proc/meminfo: memFree=10065412/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4782.42 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 166077 0 0 0 478207 35 0 0 25 0 1 0 665869909 915275776 154813 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154813 733 445 0 217001 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 893824

[startup+4842.3 s]
/proc/loadavg: 2.00 2.04 2.00 4/313 3472
/proc/meminfo: memFree=9944560/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4842.42 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 166125 0 0 0 484207 35 0 0 25 0 1 0 665869909 915275776 154861 33554432000 4194304 6014671 140735717856960 18446744073709551615 4379906 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154861 733 445 0 217001 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 893824

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/313 3474
/proc/meminfo: memFree=10069472/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4902.42 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 166229 0 0 0 490207 35 0 0 25 0 1 0 665869909 915275776 154965 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154965 733 445 0 217001 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 893824

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/313 3475
/proc/meminfo: memFree=9905768/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=4962.42 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 166230 0 0 0 496207 35 0 0 25 0 1 0 665869909 915275776 154966 33554432000 4194304 6014671 140735717856960 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154966 733 445 0 217001 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 893824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/313 3476
/proc/meminfo: memFree=9851784/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=5000.03 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 166230 0 0 0 499968 35 0 0 25 0 1 0 665869909 915275776 154966 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154966 733 445 0 217001 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 893824

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/313 3476
/proc/meminfo: memFree=9851784/32951124 swapFree=54450792/67111528
[pid=3278] ppid=3276 vsize=893824 CPUtime=5000.03 cores=0,2,4,6
/proc/3278/stat : 3278 (qutersat_releas) R 3276 3278 3075 0 -1 4202496 166230 0 0 0 499968 35 0 0 25 0 1 0 665869909 915275776 154966 33554432000 4194304 6014671 140735717856960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3278/statm: 223456 154966 733 445 0 217001 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 893824

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4999.69
CPU system time (s): 0.381941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 893824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.69
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166234
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= 13
involuntary context switches= 8801

runsolver used 16.0776 second user time and 33.9328 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 12:45:17
IDJOB=3384320
IDBENCH=71098
IDSOLVER=1868
FILE ID=node134/3384320-1305542717
RUNJOBID= node134-1305540197-3096
PBS_JOBID= 13329219
Free space on /tmp= 73584 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384320-1305542717/watcher-3384320-1305542717 -o /tmp/evaluation-result-3384320-1305542717/solver-3384320-1305542717 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384320-1305542717.cnf 224962867

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=224962867

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16868796 kB
Buffers:        141200 kB
Cached:         642516 kB
SwapCached:      16428 kB
Active:        4771736 kB
Inactive:     11078092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16868796 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:            3132 kB
Writeback:           8 kB
AnonPages:    15057272 kB
Mapped:          16236 kB
Slab:            96880 kB
PageTables:      74048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 60658656 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73516 MiB
End job on node134 at 2011-05-16 14:08:39