Trace number 3376220

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1565617179-002.UNKNOWN.cnf
MD5SUMc557851ca2e09c43aa7c0a50184336eb
Bench CategoryRANDOM (random 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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 700 #clause: 2982
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
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 : 0
0.00/0.01	c Total Root : 0 Undef Var: 700
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 700 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 2982
0.00/0.01	c Total Clauses( cover/uncovered ): 0 2982 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 3 max size: 3
0.00/0.01	c Final circuit: i/l/o/s     700       0    2982      5960
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 2982
0.00/0.02	c TmMap: Origin: 6661 ClauseNum: 17880 --> New: 3683 ClauseNum: 11928
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 5964 #xorclause: 0
0.00/0.03	c #var: 700 #clauses: 2983 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3376220-1305470621/watcher-3376220-1305470621 -o /tmp/evaluation-result-3376220-1305470621/solver-3376220-1305470621 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376220-1305470621.cnf 1380363473 

running on 2 cores: 5,7

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: 1.49 2.20 3.13 6/444 23034
/proc/meminfo: memFree=17098196/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=34412 CPUtime=0.01 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 2417 0 0 0 1 0 0 0 25 0 1 0 737292741 35237888 2354 33554432000 4194304 6014671 140736343400384 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 8603 2356 502 445 0 2148 0

[startup+0.114338 s]
/proc/loadavg: 1.49 2.20 3.13 6/444 23034
/proc/meminfo: memFree=17098196/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=47736 CPUtime=0.1 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 4193 0 0 0 10 0 0 0 25 0 1 0 737292741 48881664 4130 33554432000 4194304 6014671 140736343400384 18446744073709551615 4429127 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 11934 4130 722 445 0 5479 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 47736

[startup+0.200323 s]
/proc/loadavg: 1.49 2.20 3.13 6/444 23034
/proc/meminfo: memFree=17098196/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=47736 CPUtime=0.19 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 4267 0 0 0 19 0 0 0 25 0 1 0 737292741 48881664 4204 33554432000 4194304 6014671 140736343400384 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 11934 4204 722 445 0 5479 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47736

[startup+0.300305 s]
/proc/loadavg: 1.49 2.20 3.13 6/444 23034
/proc/meminfo: memFree=17098196/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=56304 CPUtime=0.29 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 4427 0 0 0 29 0 0 0 25 0 1 0 737292741 57655296 4364 33554432000 4194304 6014671 140736343400384 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 14076 4364 723 445 0 7621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56304

[startup+0.700238 s]
/proc/loadavg: 1.49 2.20 3.13 6/444 23034
/proc/meminfo: memFree=17098196/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=65056 CPUtime=0.69 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 4804 0 0 0 69 0 0 0 25 0 1 0 737292741 66617344 4741 33554432000 4194304 6014671 140736343400384 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 16264 4741 723 445 0 9809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65056

[startup+1.50012 s]
/proc/loadavg: 1.49 2.20 3.13 7/445 23035
/proc/meminfo: memFree=17072288/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=74488 CPUtime=1.49 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 5463 0 0 0 149 0 0 0 25 0 1 0 737292741 76275712 5400 33554432000 4194304 6014671 140736343400384 18446744073709551615 4534199 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 18622 5400 727 445 0 12167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74488

[startup+3.10084 s]
/proc/loadavg: 1.49 2.20 3.13 7/445 23035
/proc/meminfo: memFree=17050224/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=83604 CPUtime=3.09 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 8162 0 0 0 308 1 0 0 25 0 1 0 737292741 85610496 8099 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 20901 8099 727 445 0 14446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83604

[startup+6.3003 s]
/proc/loadavg: 1.69 2.23 3.14 7/445 23035
/proc/meminfo: memFree=17025104/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=93040 CPUtime=6.29 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 8999 0 0 0 628 1 0 0 25 0 1 0 737292741 95272960 8936 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 23260 8936 727 445 0 16805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93040

[startup+12.7002 s]
/proc/loadavg: 1.88 2.26 3.14 7/445 23035
/proc/meminfo: memFree=16993108/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=93168 CPUtime=12.69 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 12873 0 0 0 1267 2 0 0 25 0 1 0 737292741 95404032 12810 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 23292 12810 727 445 0 16837 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93168

[startup+25.5011 s]
/proc/loadavg: 2.35 2.34 3.16 7/445 23035
/proc/meminfo: memFree=16967452/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=112744 CPUtime=25.49 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 15078 0 0 0 2547 2 0 0 25 0 1 0 737292741 115449856 15015 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 28186 15015 727 445 0 21731 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112744

[startup+51.1008 s]
/proc/loadavg: 3.06 2.50 3.19 7/445 23037
/proc/meminfo: memFree=16930804/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=112744 CPUtime=51.09 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 16584 0 0 0 5107 2 0 0 25 0 1 0 737292741 115449856 16521 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 28186 16521 727 445 0 21731 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112744

[startup+102.301 s]
/proc/loadavg: 3.67 2.75 3.23 7/445 23037
/proc/meminfo: memFree=16846960/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=144488 CPUtime=102.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 26012 0 0 0 10227 3 0 0 25 0 1 0 737292741 147955712 25935 33554432000 4194304 6014671 140736343400384 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 36122 25935 729 445 0 29667 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 144488

[startup+162.3 s]
/proc/loadavg: 3.96 2.99 3.28 7/445 23039
/proc/meminfo: memFree=16798580/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=166700 CPUtime=162.29 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 28898 0 0 0 16224 5 0 0 25 0 1 0 737292741 170700800 28821 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 41675 28821 729 445 0 35220 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 166700

[startup+222.316 s]
/proc/loadavg: 4.13 3.21 3.34 7/445 23041
/proc/meminfo: memFree=16751544/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=189552 CPUtime=222.31 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 35585 0 0 0 22224 7 0 0 25 0 1 0 737292741 194101248 35506 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 47388 35506 727 445 0 40933 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 189552

[startup+282.3 s]
/proc/loadavg: 4.19 3.38 3.39 7/445 23043
/proc/meminfo: memFree=16718036/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=189552 CPUtime=282.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 36401 0 0 0 28223 7 0 0 25 0 1 0 737292741 194101248 36322 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 47388 36322 727 445 0 40933 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 189552

[startup+342.301 s]
/proc/loadavg: 4.14 3.51 3.43 6/445 23043
/proc/meminfo: memFree=16667152/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=189552 CPUtime=342.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 40666 0 0 0 34222 8 0 0 25 0 1 0 737292741 194101248 40587 33554432000 4194304 6014671 140736343400384 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 47388 40587 727 445 0 40933 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 189552

[startup+402.3 s]
/proc/loadavg: 4.05 3.59 3.46 6/445 23045
/proc/meminfo: memFree=16640460/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=213728 CPUtime=402.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 43769 0 0 0 40221 9 0 0 25 0 1 0 737292741 218857472 43689 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 53432 43689 727 445 0 46977 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 213728

[startup+462.3 s]
/proc/loadavg: 4.02 3.66 3.49 7/445 23047
/proc/meminfo: memFree=16629144/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=262608 CPUtime=462.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 45858 0 0 0 46220 10 0 0 25 0 1 0 737292741 268910592 45718 33554432000 4194304 6014671 140736343400384 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 65652 45718 727 445 0 59197 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 262608

[startup+522.3 s]
/proc/loadavg: 4.00 3.72 3.52 8/445 23049
/proc/meminfo: memFree=16613748/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=312412 CPUtime=522.29 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 47403 0 0 0 52219 10 0 0 25 0 1 0 737292741 319909888 44208 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 78103 44208 727 445 0 71648 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 312412

[startup+582.3 s]
/proc/loadavg: 4.00 3.77 3.55 7/445 23051
/proc/meminfo: memFree=16563736/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=312412 CPUtime=582.29 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 55831 0 0 0 58217 12 0 0 25 0 1 0 737292741 319909888 52636 33554432000 4194304 6014671 140736343400384 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 78103 52636 727 445 0 71648 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 312412

[startup+642.3 s]
/proc/loadavg: 4.00 3.81 3.57 7/445 23051
/proc/meminfo: memFree=16534672/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=363592 CPUtime=642.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 62585 0 0 0 64215 15 0 0 25 0 1 0 737292741 372318208 59390 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 90898 59390 727 445 0 84443 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 363592

[startup+702.301 s]
/proc/loadavg: 4.04 3.86 3.60 7/445 23053
/proc/meminfo: memFree=16530664/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=702.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 62946 0 0 0 70215 15 0 0 25 0 1 0 737292741 477302784 59751 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 59751 727 445 0 110074 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 466116

[startup+762.301 s]
/proc/loadavg: 4.05 3.89 3.63 7/445 23055
/proc/meminfo: memFree=16525300/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=762.32 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63030 0 0 0 76217 15 0 0 25 0 1 0 737292741 477302784 59835 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 59835 727 445 0 110074 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 466116

[startup+822.3 s]
/proc/loadavg: 4.06 3.92 3.65 7/445 23057
/proc/meminfo: memFree=16505932/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=822.3 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63030 0 0 0 82215 15 0 0 25 0 1 0 737292741 477302784 59835 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 59835 727 445 0 110074 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 466116

[startup+882.316 s]
/proc/loadavg: 4.05 3.95 3.68 7/445 23059
/proc/meminfo: memFree=16502564/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=882.32 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63030 0 0 0 88217 15 0 0 25 0 1 0 737292741 477302784 59835 33554432000 4194304 6014671 140736343400384 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 59835 727 445 0 110074 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 466116

[startup+942.301 s]
/proc/loadavg: 4.09 3.98 3.70 7/445 23059
/proc/meminfo: memFree=16488656/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=942.31 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63223 0 0 0 94216 15 0 0 25 0 1 0 737292741 477302784 60028 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60028 727 445 0 110074 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 466116

[startup+1002.3 s]
/proc/loadavg: 4.03 3.98 3.72 7/445 23061
/proc/meminfo: memFree=16467680/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=1002.31 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63223 0 0 0 100216 15 0 0 25 0 1 0 737292741 477302784 60028 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60028 727 445 0 110074 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 466116

[startup+1062.3 s]
/proc/loadavg: 4.01 3.98 3.74 6/445 23072
/proc/meminfo: memFree=16436864/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=1062.31 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63223 0 0 0 106216 15 0 0 25 0 1 0 737292741 477302784 60028 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60028 727 445 0 110074 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 466116

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.75 7/445 23074
/proc/meminfo: memFree=16408048/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=1122.31 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63370 0 0 0 112216 15 0 0 25 0 1 0 737292741 477302784 60175 33554432000 4194304 6014671 140736343400384 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60175 727 445 0 110074 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 466116

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.76 6/445 23076
/proc/meminfo: memFree=16394132/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=1182.31 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63370 0 0 0 118216 15 0 0 25 0 1 0 737292741 477302784 60175 33554432000 4194304 6014671 140736343400384 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60175 727 445 0 110074 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 466116

[startup+1242.3 s]
/proc/loadavg: 4.11 4.01 3.78 7/445 23076
/proc/meminfo: memFree=16375744/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=1242.31 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63370 0 0 0 124216 15 0 0 25 0 1 0 737292741 477302784 60175 33554432000 4194304 6014671 140736343400384 18446744073709551615 4424182 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60175 727 445 0 110074 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 466116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.17 4.04 3.80 5/445 23162
/proc/meminfo: memFree=16868096/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=1300.02 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63374 0 0 0 129987 15 0 0 25 0 1 0 737292741 477302784 60179 33554432000 4194304 6014671 140736343400384 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60179 727 445 0 110074 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 466116

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

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

[startup+1300 s]
/proc/loadavg: 4.17 4.04 3.80 5/445 23162
/proc/meminfo: memFree=16868096/32951124 swapFree=45193372/67111528
[pid=23034] ppid=23032 vsize=466116 CPUtime=1300.02 cores=5,7
/proc/23034/stat : 23034 (qutersat_releas) R 23032 23034 22441 0 -1 4202496 63374 0 0 0 129987 15 0 0 25 0 1 0 737292741 477302784 60179 33554432000 4194304 6014671 140736343400384 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23034/statm: 116529 60179 727 445 0 110074 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 466116

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.88
CPU system time (s): 0.165974
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 466116

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

runsolver used 5.49116 second user time and 13.208 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 16:43:41
IDJOB=3376220
IDBENCH=82729
IDSOLVER=1856
FILE ID=node118/3376220-1305470621
RUNJOBID= node118-1305470615-22968
PBS_JOBID= 13325305
Free space on /tmp= 73260 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1565617179-002.UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376220-1305470621/watcher-3376220-1305470621 -o /tmp/evaluation-result-3376220-1305470621/solver-3376220-1305470621 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376220-1305470621.cnf 1380363473

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

MD5SUM BENCH= c557851ca2e09c43aa7c0a50184336eb
RANDOM SEED=1380363473

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17098476 kB
Buffers:        308672 kB
Cached:        4710804 kB
SwapCached:      22076 kB
Active:       12887440 kB
Inactive:      2640920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17098476 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:            7560 kB
Writeback:           0 kB
AnonPages:    10499384 kB
Mapped:          27456 kB
Slab:           159000 kB
PageTables:      99656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126093780 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= 73260 MiB
End job on node118 at 2011-05-15 17:05:23