Trace number 3376718

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.04 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g7.cnf
MD5SUMcffaf116c6c0eb21439a109753d19c34
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.284955
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 945 #clause: 61409
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        945 AvgFaninNum: 20
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 900
0.00/0.02	c Total Root : 0 Undef Var: 900
0.00/0.02	c After covering, Total Root: 45 Leaf: 900
0.00/0.02	c Variable( cover/uncovered/unused ): 945 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 900 57963
0.00/0.02	c Clauses( cover/uncovered ): 45 0
0.00/0.02	c Total Clauses( cover/uncovered ): 945 57963 1.6042%
0.00/0.02	c Covered Ands: 45 Invs: 0 Xors: 0 Ites: 0
0.01/0.05	c Uncover Clauses avg size: 2 max size: 2
0.01/0.05	c Final circuit: i/l/o/s     900       0   57963     58818
0.01/0.05	c CnfToAig: Time: 0.04 s
0.01/0.09	c TmMap: Set choices finish.
0.09/0.12	c TmMap: Set big and: 58008
0.09/0.12	c TmMap: Origin: 59719 ClauseNum: 176454 --> New: 58909 ClauseNum: 174834
0.09/0.12	c TmMap: Time: 0.03
0.09/0.13	c Try to Add: #clause: 116016 #xorclause: 0
0.09/0.13	c #var: 945 #clauses: 46 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-3376718-1305467792/watcher-3376718-1305467792 -o /tmp/evaluation-result-3376718-1305467792/solver-3376718-1305467792 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376718-1305467792.cnf 722366825 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.82 5.66 6.58 5/437 26359
/proc/meminfo: memFree=13492368/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=35436 CPUtime=0 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 2345 0 0 0 0 0 0 0 21 0 1 0 737009846 36286464 2281 33554432000 4194304 6014671 140736391079520 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 8859 2293 378 445 0 2404 0

[startup+0.0265881 s]
/proc/loadavg: 3.82 5.66 6.58 5/437 26359
/proc/meminfo: memFree=13492368/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=35436 CPUtime=0.01 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 2640 0 0 0 1 0 0 0 21 0 1 0 737009846 36286464 2576 33554432000 4194304 6014671 140736391079520 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 8859 2586 398 445 0 2404 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 35436

[startup+0.100645 s]
/proc/loadavg: 3.82 5.66 6.58 5/437 26359
/proc/meminfo: memFree=13492368/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=53052 CPUtime=0.09 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 7402 0 0 0 8 1 0 0 21 0 1 0 737009846 54325248 7338 33554432000 4194304 6014671 140736391079520 18446744073709551615 4223558 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 13263 7338 670 445 0 6808 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53052

[startup+0.300604 s]
/proc/loadavg: 3.82 5.66 6.58 5/437 26359
/proc/meminfo: memFree=13492368/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=66376 CPUtime=0.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 8882 0 0 0 28 1 0 0 22 0 1 0 737009846 67969024 8818 33554432000 4194304 6014671 140736391079520 18446744073709551615 216734875330 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 16594 8818 720 445 0 10139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66376

[startup+0.700532 s]
/proc/loadavg: 3.82 5.66 6.58 5/437 26359
/proc/meminfo: memFree=13492368/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=75264 CPUtime=0.69 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 9261 0 0 0 68 1 0 0 24 0 1 0 737009846 77070336 9197 33554432000 4194304 6014671 140736391079520 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 18816 9197 721 445 0 12361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75264

[startup+1.50039 s]
/proc/loadavg: 3.82 5.66 6.58 5/438 26360
/proc/meminfo: memFree=13453680/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=93404 CPUtime=1.48 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 10056 0 0 0 147 1 0 0 25 0 1 0 737009846 95645696 9992 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 23351 9992 721 445 0 16896 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 93404

[startup+3.10109 s]
/proc/loadavg: 3.82 5.66 6.58 5/438 26360
/proc/meminfo: memFree=13449960/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=93532 CPUtime=3.08 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 10143 0 0 0 307 1 0 0 25 0 1 0 737009846 95776768 10079 33554432000 4194304 6014671 140736391079520 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 23383 10079 725 445 0 16928 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 93532

[startup+6.30055 s]
/proc/loadavg: 3.83 5.63 6.57 5/438 26360
/proc/meminfo: memFree=13439144/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=93532 CPUtime=6.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 11333 0 0 0 627 2 0 0 25 0 1 0 737009846 95776768 11269 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 23383 11269 725 445 0 16928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93532

[startup+12.7004 s]
/proc/loadavg: 3.84 5.60 6.56 5/438 26360
/proc/meminfo: memFree=13423168/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=112296 CPUtime=12.69 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 12997 0 0 0 1267 2 0 0 25 0 1 0 737009846 114991104 12933 33554432000 4194304 6014671 140736391079520 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 28074 12933 725 445 0 21619 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112296

[startup+25.5012 s]
/proc/loadavg: 3.88 5.52 6.51 5/438 26361
/proc/meminfo: memFree=13413016/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=112296 CPUtime=25.48 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 14206 0 0 0 2546 2 0 0 25 0 1 0 737009846 114991104 14142 33554432000 4194304 6014671 140736391079520 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 28074 14142 725 445 0 21619 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112296

[startup+51.1007 s]
/proc/loadavg: 3.92 5.40 6.45 5/438 26362
/proc/meminfo: memFree=13391716/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=112296 CPUtime=51.09 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 16145 0 0 0 5106 3 0 0 25 0 1 0 737009846 114991104 16081 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 28074 16081 725 445 0 21619 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112296

[startup+102.317 s]
/proc/loadavg: 3.96 5.18 6.31 5/438 26363
/proc/meminfo: memFree=13306404/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=134692 CPUtime=102.3 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 22247 0 0 0 10226 4 0 0 25 0 1 0 737009846 137924608 22145 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 33673 22145 725 445 0 27218 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134692

[startup+162.3 s]
/proc/loadavg: 4.06 4.98 6.17 5/438 26364
/proc/meminfo: memFree=13249832/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=146472 CPUtime=162.28 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 28081 0 0 0 16223 5 0 0 25 0 1 0 737009846 149987328 27963 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 36618 27963 730 445 0 30163 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 146472

[startup+222.301 s]
/proc/loadavg: 4.09 4.82 6.04 5/438 26366
/proc/meminfo: memFree=13202168/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=158440 CPUtime=222.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 31632 0 0 0 22223 6 0 0 25 0 1 0 737009846 162242560 31473 33554432000 4194304 6014671 140736391079520 18446744073709551615 4371949 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 39610 31473 744 445 0 33155 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 158440

[startup+282.3 s]
/proc/loadavg: 4.17 4.71 5.92 5/438 26404
/proc/meminfo: memFree=13147452/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=170828 CPUtime=282.28 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 34544 0 0 0 28221 7 0 0 25 0 1 0 737009846 174927872 34385 33554432000 4194304 6014671 140736391079520 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 42707 34385 744 445 0 36252 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 170828

[startup+342.301 s]
/proc/loadavg: 4.10 4.59 5.81 5/438 26405
/proc/meminfo: memFree=13080212/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=170828 CPUtime=342.28 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 34915 0 0 0 34221 7 0 0 25 0 1 0 737009846 174927872 34750 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 42707 34750 744 445 0 36252 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 170828

[startup+402.3 s]
/proc/loadavg: 4.04 4.48 5.69 5/438 26407
/proc/meminfo: memFree=13050296/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=222888 CPUtime=402.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 39045 0 0 0 40219 10 0 0 25 0 1 0 737009846 228237312 38840 33554432000 4194304 6014671 140736391079520 18446744073709551615 4380034 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 55722 38840 744 445 0 49267 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 222888

[startup+462.301 s]
/proc/loadavg: 4.01 4.39 5.58 5/438 26408
/proc/meminfo: memFree=12927380/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=276976 CPUtime=462.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 39266 0 0 0 46219 10 0 0 25 0 1 0 737009846 283623424 38969 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 69244 38969 744 445 0 62789 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 276976

[startup+522.3 s]
/proc/loadavg: 4.15 4.35 5.49 5/438 26410
/proc/meminfo: memFree=12870440/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=388652 CPUtime=522.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 46585 0 0 0 52217 12 0 0 25 0 1 0 737009846 397979648 43034 33554432000 4194304 6014671 140736391079520 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 97163 43034 744 445 0 90708 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 388652

[startup+582.301 s]
/proc/loadavg: 4.28 4.33 5.41 5/438 26412
/proc/meminfo: memFree=12791796/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=445772 CPUtime=582.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 50906 0 0 0 58216 13 0 0 25 0 1 0 737009846 456470528 47355 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 111443 47355 744 445 0 104988 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 445772

[startup+642.3 s]
/proc/loadavg: 4.17 4.29 5.32 5/438 26413
/proc/meminfo: memFree=12757048/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=445772 CPUtime=642.31 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 57331 0 0 0 64217 14 0 0 25 0 1 0 737009846 456470528 53780 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 111443 53780 744 445 0 104988 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 445772

[startup+702.301 s]
/proc/loadavg: 4.06 4.23 5.24 5/438 26415
/proc/meminfo: memFree=12723292/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=445772 CPUtime=702.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 57370 0 0 0 70215 14 0 0 25 0 1 0 737009846 456470528 53819 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424612 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 111443 53819 744 445 0 104988 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 445772

[startup+762.316 s]
/proc/loadavg: 4.10 4.22 5.17 5/438 26416
/proc/meminfo: memFree=12699212/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=445772 CPUtime=762.31 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 58448 0 0 0 76216 15 0 0 25 0 1 0 737009846 456470528 54855 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 111443 54855 735 445 0 104988 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 445772

[startup+822.301 s]
/proc/loadavg: 4.07 4.19 5.10 5/438 26418
/proc/meminfo: memFree=12668680/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=445772 CPUtime=822.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 59014 0 0 0 82214 15 0 0 25 0 1 0 737009846 456470528 55421 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 111443 55421 735 445 0 104988 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 445772

[startup+882.3 s]
/proc/loadavg: 4.08 4.17 5.03 5/438 26420
/proc/meminfo: memFree=12661212/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=445772 CPUtime=882.29 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 59255 0 0 0 88214 15 0 0 25 0 1 0 737009846 456470528 55662 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 111443 55662 735 445 0 104988 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 445772

[startup+942.301 s]
/proc/loadavg: 4.03 4.13 4.96 5/438 26421
/proc/meminfo: memFree=12657828/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=445772 CPUtime=942.3 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 59341 0 0 0 94214 16 0 0 25 0 1 0 737009846 456470528 55748 33554432000 4194304 6014671 140736391079520 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 111443 55748 735 445 0 104988 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 445772

[startup+1002.3 s]
/proc/loadavg: 4.01 4.11 4.90 5/438 26423
/proc/meminfo: memFree=12610428/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=508532 CPUtime=1002.3 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 64070 0 0 0 100212 18 0 0 25 0 1 0 737009846 520736768 60477 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 127133 60477 735 445 0 120678 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 508532

[startup+1062.3 s]
/proc/loadavg: 4.00 4.08 4.84 5/438 26424
/proc/meminfo: memFree=12541952/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=508532 CPUtime=1062.3 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 72064 0 0 0 106210 20 0 0 25 0 1 0 737009846 520736768 68471 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 127133 68471 735 445 0 120678 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 508532

[startup+1122.3 s]
/proc/loadavg: 4.04 4.08 4.79 5/438 26426
/proc/meminfo: memFree=12519356/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=508532 CPUtime=1122.3 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 72667 0 0 0 112209 21 0 0 25 0 1 0 737009846 520736768 69074 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 127133 69074 735 445 0 120678 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 508532

[startup+1182.3 s]
/proc/loadavg: 4.13 4.11 4.75 5/438 26428
/proc/meminfo: memFree=12487080/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=508532 CPUtime=1182.31 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 74526 0 0 0 118209 22 0 0 25 0 1 0 737009846 520736768 70933 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 127133 70933 735 445 0 120678 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 508532

[startup+1242.3 s]
/proc/loadavg: 4.08 4.10 4.71 5/438 26429
/proc/meminfo: memFree=12498712/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=508532 CPUtime=1242.31 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 74570 0 0 0 124209 22 0 0 25 0 1 0 737009846 520736768 70977 33554432000 4194304 6014671 140736391079520 18446744073709551615 4424963 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 127133 70977 735 445 0 120678 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 508532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.11 4.67 5/438 26487
/proc/meminfo: memFree=12799264/32951124 swapFree=65586204/67111528
[pid=26359] ppid=26357 vsize=508532 CPUtime=1300.02 cores=0,2
/proc/26359/stat : 26359 (qutersat_releas) R 26357 26359 26272 0 -1 4202496 75885 0 0 0 129980 22 0 0 25 0 1 0 737009846 520736768 72292 33554432000 4194304 6014671 140736391079520 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/26359/statm: 127133 72292 735 445 0 120678 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 508532

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.8
CPU system time (s): 0.240963
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 508532

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

runsolver used 5.64614 second user time and 12.2951 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 15:56:32
IDJOB=3376718
IDBENCH=71284
IDSOLVER=1856
FILE ID=node119/3376718-1305467792
RUNJOBID= node119-1305467777-26290
PBS_JOBID= 13325316
Free space on /tmp= 73288 MiB

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

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

MD5SUM BENCH= cffaf116c6c0eb21439a109753d19c34
RANDOM SEED=722366825

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13492524 kB
Buffers:        307728 kB
Cached:        4879908 kB
SwapCached:       4756 kB
Active:       15915960 kB
Inactive:      3196280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13492524 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           17516 kB
Writeback:           0 kB
AnonPages:    13922732 kB
Mapped:          38508 kB
Slab:           215344 kB
PageTables:      64380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121192964 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= 73288 MiB
End job on node119 at 2011-05-15 16:18:14