Trace number 3420951

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.1 4999.93

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes8.cnf
MD5SUMca42736a2fe4e8cf2cba6dd1668e0ad6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.53
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.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 760 #clause: 43649
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        760 AvgFaninNum: 18
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 720
0.00/0.01	c Total Root : 0 Undef Var: 720
0.00/0.01	c After covering, Total Root: 40 Leaf: 720
0.00/0.01	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.01	c Clauses( cover/uncovered ): 40 0
0.00/0.01	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.01	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.01/0.03	c Uncover Clauses avg size: 2 max size: 2
0.01/0.03	c Final circuit: i/l/o/s     720       0   42889     43569
0.01/0.03	c CnfToAig: Time: 0.02 s
0.01/0.06	c TmMap: Set choices finish.
0.01/0.08	c TmMap: Set big and: 42929
0.01/0.08	c TmMap: Origin: 44290 ClauseNum: 130707 --> New: 43650 ClauseNum: 129427
0.01/0.08	c TmMap: Time: 0.02
0.01/0.09	c Try to Add: #clause: 85858 #xorclause: 0
0.01/0.09	c #var: 760 #clauses: 41 Solving... 
5000.07/4999.91	c Time Out !!
5000.07/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-3420951-1306601355/watcher-3420951-1306601355 -o /tmp/evaluation-result-3420951-1306601355/solver-3420951-1306601355 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420951-1306601355.cnf 447951687 

running on 4 cores: 1,3,5,7

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.84 1.97 1.99 1/426 12269
/proc/meminfo: memFree=15188184/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=34412 CPUtime=0 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 2460 0 0 0 0 0 0 0 22 0 1 0 771735949 35237888 2396 33554432000 4194304 6014671 140737011167360 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 8603 2396 378 445 0 2148 0

[startup+0.0233699 s]
/proc/loadavg: 1.84 1.97 1.99 1/426 12269
/proc/meminfo: memFree=15188184/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=34412 CPUtime=0.01 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 2482 0 0 0 1 0 0 0 18 0 1 0 771735949 35237888 2418 33554432000 4194304 6014671 140737011167360 18446744073709551615 4268722 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 8603 2418 398 445 0 2148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34412

[startup+0.100361 s]
/proc/loadavg: 1.84 1.97 1.99 1/426 12269
/proc/meminfo: memFree=15188184/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=61656 CPUtime=0.09 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 7341 0 0 0 8 1 0 0 18 0 1 0 771735949 63135744 7277 33554432000 4194304 6014671 140737011167360 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 15414 7277 700 445 0 8959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61656

[startup+0.30032 s]
/proc/loadavg: 1.84 1.97 1.99 1/426 12269
/proc/meminfo: memFree=15188184/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=61656 CPUtime=0.29 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 7559 0 0 0 28 1 0 0 18 0 1 0 771735949 63135744 7495 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 15414 7495 720 445 0 8959 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61656

[startup+0.700245 s]
/proc/loadavg: 1.84 1.97 1.99 1/426 12269
/proc/meminfo: memFree=15188184/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=79376 CPUtime=0.69 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 8122 0 0 0 68 1 0 0 18 0 1 0 771735949 81281024 8058 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 19844 8058 721 445 0 13389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79376

[startup+1.50108 s]
/proc/loadavg: 1.84 1.97 1.99 3/430 12276
/proc/meminfo: memFree=15067388/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=88432 CPUtime=1.49 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 8679 0 0 0 148 1 0 0 19 0 1 0 771735949 90554368 8615 33554432000 4194304 6014671 140737011167360 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 22108 8615 725 445 0 15653 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88432

[startup+3.10078 s]
/proc/loadavg: 1.84 1.97 1.99 3/430 12276
/proc/meminfo: memFree=15062428/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=88560 CPUtime=3.09 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 9215 0 0 0 308 1 0 0 25 0 1 0 771735949 90685440 9151 33554432000 4194304 6014671 140737011167360 18446744073709551615 4377880 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 22140 9151 725 445 0 15685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88560

[startup+6.30018 s]
/proc/loadavg: 1.85 1.97 1.99 3/430 12276
/proc/meminfo: memFree=15050792/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=97844 CPUtime=6.29 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 11372 0 0 0 628 1 0 0 25 0 1 0 771735949 100192256 11308 33554432000 4194304 6014671 140737011167360 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 24461 11308 725 445 0 18006 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97844

[startup+12.701 s]
/proc/loadavg: 1.87 1.97 1.99 3/430 12276
/proc/meminfo: memFree=15038072/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=107320 CPUtime=12.69 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 12307 0 0 0 1268 1 0 0 25 0 1 0 771735949 109895680 12243 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 26830 12243 725 445 0 20375 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107320

[startup+25.5006 s]
/proc/loadavg: 1.89 1.97 1.99 3/430 12277
/proc/meminfo: memFree=15024068/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=107320 CPUtime=25.49 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 13916 0 0 0 2548 1 0 0 25 0 1 0 771735949 109895680 13852 33554432000 4194304 6014671 140737011167360 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 26830 13852 725 445 0 20375 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107320

[startup+51.1009 s]
/proc/loadavg: 1.93 1.97 1.99 3/430 12277
/proc/meminfo: memFree=14982468/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=107320 CPUtime=51.09 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 15755 0 0 0 5107 2 0 0 25 0 1 0 771735949 109895680 15675 33554432000 4194304 6014671 140737011167360 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 26830 15675 730 445 0 20375 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107320

[startup+102.316 s]
/proc/loadavg: 1.97 1.97 1.99 3/430 12279
/proc/meminfo: memFree=14928880/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=141004 CPUtime=102.3 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 23653 0 0 0 10228 2 0 0 25 0 1 0 771735949 144388096 23544 33554432000 4194304 6014671 140737011167360 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 35251 23544 738 445 0 28796 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141004

[startup+162.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/430 12280
/proc/meminfo: memFree=14841556/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=141004 CPUtime=162.29 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 29167 0 0 0 16226 3 0 0 25 0 1 0 771735949 144388096 29037 33554432000 4194304 6014671 140737011167360 18446744073709551615 4535168 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 35251 29037 745 445 0 28796 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141004

[startup+222.301 s]
/proc/loadavg: 2.09 2.00 2.00 3/430 12282
/proc/meminfo: memFree=14767504/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=166020 CPUtime=222.29 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 31755 0 0 0 22226 3 0 0 25 0 1 0 771735949 170004480 31621 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 41505 31621 749 445 0 35050 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 166020

[startup+282.301 s]
/proc/loadavg: 2.10 2.02 2.00 3/430 12284
/proc/meminfo: memFree=14762512/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=166020 CPUtime=282.3 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 32393 0 0 0 28226 4 0 0 25 0 1 0 771735949 170004480 32238 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 41505 32238 743 445 0 35050 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 166020

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/430 12285
/proc/meminfo: memFree=14761240/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=166020 CPUtime=342.3 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 32427 0 0 0 34226 4 0 0 25 0 1 0 771735949 170004480 32243 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 41505 32243 743 445 0 35050 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 166020

[startup+402.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/430 12287
/proc/meminfo: memFree=14748688/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=166020 CPUtime=402.3 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 32705 0 0 0 40226 4 0 0 25 0 1 0 771735949 170004480 32430 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 41505 32430 743 445 0 35050 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 166020

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12288
/proc/meminfo: memFree=14722248/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=222264 CPUtime=462.3 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 38335 0 0 0 46226 4 0 0 25 0 1 0 771735949 227598336 38055 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 55566 38055 738 445 0 49111 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 222264

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12290
/proc/meminfo: memFree=14704616/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=394636 CPUtime=522.31 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 43065 0 0 0 52226 5 0 0 25 0 1 0 771735949 404107264 42571 33554432000 4194304 6014671 140737011167360 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 98659 42571 736 445 0 92204 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 394636

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12292
/proc/meminfo: memFree=14688588/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=394636 CPUtime=582.31 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 46623 0 0 0 58225 6 0 0 25 0 1 0 771735949 404107264 46125 33554432000 4194304 6014671 140737011167360 18446744073709551615 4425388 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 98659 46125 732 445 0 92204 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 394636

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.03 2.00 3/430 12402
/proc/meminfo: memFree=14136272/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4062.45 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 128415 0 0 0 406220 25 0 0 25 0 1 0 771735949 723103744 115162 33554432000 4194304 6014671 140737011167360 18446744073709551615 4369495 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 115162 731 445 0 170084 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 706156

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/430 12405
/proc/meminfo: memFree=14136116/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4122.43 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 128415 0 0 0 412218 25 0 0 25 0 1 0 771735949 723103744 115162 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 115162 731 445 0 170084 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 706156

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12407
/proc/meminfo: memFree=14144388/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4182.43 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 128465 0 0 0 418218 25 0 0 25 0 1 0 771735949 723103744 112932 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 112932 731 445 0 170084 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 706156

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12408
/proc/meminfo: memFree=14115464/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4242.43 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 128467 0 0 0 424218 25 0 0 25 0 1 0 771735949 723103744 112934 33554432000 4194304 6014671 140737011167360 18446744073709551615 4377948 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 112934 731 445 0 170084 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 706156

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12410
/proc/meminfo: memFree=14091008/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4302.43 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 128473 0 0 0 430218 25 0 0 25 0 1 0 771735949 723103744 112940 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 112940 731 445 0 170084 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 706156

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12423
/proc/meminfo: memFree=14054928/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4362.43 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 128872 0 0 0 436218 25 0 0 25 0 1 0 771735949 723103744 113339 33554432000 4194304 6014671 140737011167360 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113339 731 445 0 170084 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 706156

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12426
/proc/meminfo: memFree=14053164/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4422.43 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 128900 0 0 0 442218 25 0 0 25 0 1 0 771735949 723103744 113366 33554432000 4194304 6014671 140737011167360 18446744073709551615 4566176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113366 730 445 0 170084 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 706156

[startup+4482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/430 12431
/proc/meminfo: memFree=14052240/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4482.44 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129104 0 0 0 448219 25 0 0 25 0 1 0 771735949 723103744 113570 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113570 730 445 0 170084 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 706156

[startup+4542.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/430 12434
/proc/meminfo: memFree=14051132/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4542.44 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129104 0 0 0 454219 25 0 0 25 0 1 0 771735949 723103744 113570 33554432000 4194304 6014671 140737011167360 18446744073709551615 4369600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113570 730 445 0 170084 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 706156

[startup+4602.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/430 12436
/proc/meminfo: memFree=14049504/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4602.45 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 460220 25 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 706156

[startup+4662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/430 12437
/proc/meminfo: memFree=14082828/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4662.44 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 466219 25 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 706156

[startup+4722.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 12440
/proc/meminfo: memFree=14073988/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4722.47 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 472221 26 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 706156

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12442
/proc/meminfo: memFree=13993484/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4782.45 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 478219 26 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 706156

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 12443
/proc/meminfo: memFree=13962208/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4842.45 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 484219 26 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 706156

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 12445
/proc/meminfo: memFree=13956112/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4902.46 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 490220 26 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 706156

[startup+4962.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/430 12446
/proc/meminfo: memFree=13932024/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=4962.46 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 496220 26 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 706156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.13 2.04 2.01 3/430 12447
/proc/meminfo: memFree=13919092/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=5000.07 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 499981 26 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 706156

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.13 2.04 2.01 3/430 12447
/proc/meminfo: memFree=13919092/32951124 swapFree=44485824/67111528
[pid=12269] ppid=12267 vsize=706156 CPUtime=5000.07 cores=1,3,5,7
/proc/12269/stat : 12269 (qutersat_releas) R 12267 12269 11216 0 -1 4202496 129116 0 0 0 499981 26 0 0 25 0 1 0 771735949 723103744 113582 33554432000 4194304 6014671 140737011167360 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12269/statm: 176539 113582 730 445 0 170084 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 706156

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4999.82
CPU system time (s): 0.281957
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 706156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.82
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129120
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= 15
involuntary context switches= 7450

runsolver used 19.516 second user time and 49.0655 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-28 18:49:15
IDJOB=3420951
IDBENCH=71572
IDSOLVER=1868
FILE ID=node105/3420951-1306601355
RUNJOBID= node105-1306601355-12256
PBS_JOBID= 13471575
Free space on /tmp= 73192 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes8.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420951-1306601355/watcher-3420951-1306601355 -o /tmp/evaluation-result-3420951-1306601355/solver-3420951-1306601355 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420951-1306601355.cnf 447951687

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

MD5SUM BENCH= ca42736a2fe4e8cf2cba6dd1668e0ad6
RANDOM SEED=447951687

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.75
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.825
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	: 5410.70
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.825
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.825
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.82
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.825
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:     32951124 kB
MemFree:      15188588 kB
Buffers:        361068 kB
Cached:       13493612 kB
SwapCached:      39596 kB
Active:        6951604 kB
Inactive:     10491108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15188588 kB
SwapTotal:    67111528 kB
SwapFree:     44485824 kB
Dirty:            1984 kB
Writeback:           0 kB
AnonPages:     3556136 kB
Mapped:          18560 kB
Slab:           171752 kB
PageTables:      81304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114858624 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= 73184 MiB
End job on node105 at 2011-05-28 20:12:37