Trace number 3421331

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.11 5000.15

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.58376
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 380 #clause: 3630
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          0
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.00	c Find Ite   :          0
0.00/0.00	c UnDirect variable: 0
0.00/0.00	c UnDirect to Direct Gate: 0
0.00/0.00	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 0 Undef Var: 380
0.00/0.00	c After covering, Total Root: 0 Leaf: 0
0.00/0.00	c Variable( cover/uncovered/unused ): 0 380 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 0 3610
0.00/0.00	c Clauses( cover/uncovered ): 0 20
0.00/0.00	c Total Clauses( cover/uncovered ): 0 3630 0%
0.00/0.00	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.00	c Uncover Clauses avg size: 2.09366 max size: 19
0.00/0.00	c Final circuit: i/l/o/s     380       0    3630      3970
0.00/0.00	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.02	c TmMap: Set big and: 3630
0.00/0.02	c TmMap: Origin: 4351 ClauseNum: 11910 --> New: 4011 ClauseNum: 11230
0.00/0.02	c TmMap: Time: 0
0.00/0.02	c Try to Add: #clause: 7260 #xorclause: 0
0.00/0.02	c #var: 380 #clauses: 21 Solving... 
5000.07/5000.11	c Time Out !!
5000.07/5000.11	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-3421331-1306630115/watcher-3421331-1306630115 -o /tmp/evaluation-result-3421331-1306630115/solver-3421331-1306630115 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421331-1306630115.cnf 1528198839 

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.02 1.33 2/439 9313
/proc/meminfo: memFree=15803932/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 2063 0 0 0 0 0 0 0 21 0 1 0 853242226 34189312 1999 33554432000 4194304 6014671 140736656300272 18446744073709551615 4340930 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9313/statm: 8347 1999 439 445 0 1892 0

[startup+0.109034 s]
/proc/loadavg: 0.92 1.02 1.33 2/439 9313
/proc/meminfo: memFree=15803932/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=46712 CPUtime=0.1 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 4051 0 0 0 10 0 0 0 22 0 1 0 853242226 47833088 3987 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9313/statm: 11678 3988 721 445 0 5223 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 46712

[startup+0.201014 s]
/proc/loadavg: 0.92 1.02 1.33 2/439 9313
/proc/meminfo: memFree=15803932/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=46712 CPUtime=0.19 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 4181 0 0 0 19 0 0 0 22 0 1 0 853242226 47833088 4117 33554432000 4194304 6014671 140736656300272 18446744073709551615 4379927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9313/statm: 11678 4117 721 445 0 5223 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46712

[startup+0.300937 s]
/proc/loadavg: 0.92 1.02 1.33 2/439 9313
/proc/meminfo: memFree=15803932/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=56736 CPUtime=0.29 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 4531 0 0 0 29 0 0 0 22 0 1 0 853242226 58097664 4467 33554432000 4194304 6014671 140736656300272 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9313/statm: 14184 4467 722 445 0 7729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56736

[startup+0.700853 s]
/proc/loadavg: 0.92 1.02 1.33 2/439 9313
/proc/meminfo: memFree=15803932/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=66204 CPUtime=0.68 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 5507 0 0 0 68 0 0 0 24 0 1 0 853242226 67792896 5443 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/9313/statm: 16551 5443 722 445 0 10096 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 66204

[startup+1.50078 s]
/proc/loadavg: 0.92 1.02 1.33 3/444 9319
/proc/meminfo: memFree=15743008/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=86552 CPUtime=1.48 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 7194 0 0 0 148 0 0 0 25 0 1 0 853242226 88629248 7130 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 21638 7130 722 445 0 15183 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 86552

[startup+3.10049 s]
/proc/loadavg: 0.92 1.02 1.33 3/444 9320
/proc/meminfo: memFree=15710036/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=86552 CPUtime=3.09 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 10569 0 0 0 308 1 0 0 25 0 1 0 853242226 88629248 10505 33554432000 4194304 6014671 140736656300272 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 21638 10505 726 445 0 15183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86552

[startup+6.30088 s]
/proc/loadavg: 1.01 1.04 1.34 3/444 9320
/proc/meminfo: memFree=15686216/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=107508 CPUtime=6.28 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 13725 0 0 0 627 1 0 0 25 0 1 0 853242226 110088192 13661 33554432000 4194304 6014671 140736656300272 18446744073709551615 4369458 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 26877 13661 726 445 0 20422 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107508

[startup+12.7007 s]
/proc/loadavg: 1.09 1.05 1.34 3/444 9320
/proc/meminfo: memFree=15626096/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=119072 CPUtime=12.69 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 19817 0 0 0 1267 2 0 0 25 0 1 0 853242226 121929728 19753 33554432000 4194304 6014671 140736656300272 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 29768 19753 726 445 0 23313 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119072

[startup+25.5013 s]
/proc/loadavg: 1.29 1.10 1.35 3/444 9320
/proc/meminfo: memFree=15566820/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=144120 CPUtime=25.48 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 27457 0 0 0 2545 3 0 0 25 0 1 0 853242226 147578880 27393 33554432000 4194304 6014671 140736656300272 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 36030 27393 726 445 0 29575 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 144120

[startup+51.1005 s]
/proc/loadavg: 1.53 1.17 1.37 3/444 9321
/proc/meminfo: memFree=15468808/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=170388 CPUtime=51.09 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 31994 0 0 0 5104 5 0 0 25 0 1 0 853242226 174477312 31930 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 42597 31930 726 445 0 36142 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 170388

[startup+102.301 s]
/proc/loadavg: 1.79 1.30 1.40 3/444 9322
/proc/meminfo: memFree=15312424/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=306036 CPUtime=102.3 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 47394 0 0 0 10222 8 0 0 25 0 1 0 853242226 313380864 47324 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 76509 47324 726 445 0 70054 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 306036

[startup+162.301 s]
/proc/loadavg: 1.92 1.42 1.43 3/444 9324
/proc/meminfo: memFree=15179712/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=306036 CPUtime=162.28 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 60903 0 0 0 16218 10 0 0 25 0 1 0 853242226 313380864 60751 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 76509 60751 726 445 0 70054 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 306036

[startup+222.316 s]
/proc/loadavg: 1.97 1.52 1.46 3/444 9325
/proc/meminfo: memFree=15159220/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=535248 CPUtime=222.3 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 66226 0 0 0 22218 12 0 0 25 0 1 0 853242226 548093952 65933 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 133812 65933 730 445 0 127357 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 535248

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.49 3/444 9327
/proc/meminfo: memFree=14946640/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=619228 CPUtime=282.29 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 81692 0 0 0 28216 13 0 0 25 0 1 0 853242226 634089472 81273 33554432000 4194304 6014671 140736656300272 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 154807 81273 730 445 0 148352 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 619228

[startup+342.301 s]
/proc/loadavg: 2.20 1.74 1.54 3/444 9329
/proc/meminfo: memFree=14920336/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=619228 CPUtime=342.27 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 83925 0 0 0 34214 13 0 0 25 0 1 0 853242226 634089472 83453 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 154807 83453 730 445 0 148352 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 619228

[startup+402.3 s]
/proc/loadavg: 2.13 1.80 1.57 3/444 9330
/proc/meminfo: memFree=14739016/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=619228 CPUtime=402.28 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 91624 0 0 0 40213 15 0 0 25 0 1 0 853242226 634089472 91080 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 154807 91080 730 445 0 148352 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 619228

[startup+462.3 s]
/proc/loadavg: 2.04 1.83 1.60 3/444 9332
/proc/meminfo: memFree=14735880/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=619228 CPUtime=462.28 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 91972 0 0 0 46212 16 0 0 25 0 1 0 853242226 634089472 91340 33554432000 4194304 6014671 140736656300272 18446744073709551615 4423235 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 154807 91340 730 445 0 148352 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 619228

[startup+522.301 s]
/proc/loadavg: 2.01 1.86 1.62 3/444 9333
/proc/meminfo: memFree=14723208/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=619228 CPUtime=522.28 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 94945 0 0 0 52212 16 0 0 25 0 1 0 853242226 634089472 94309 33554432000 4194304 6014671 140736656300272 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 154807 94309 735 445 0 148352 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 619228

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.64 3/444 9335
/proc/meminfo: memFree=14704076/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=619228 CPUtime=582.27 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 99471 0 0 0 58210 17 0 0 25 0 1 0 853242226 634089472 98745 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9313/statm: 154807 98745 735 445 0 148352 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 619228

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9438
/proc/meminfo: memFree=13157332/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4002.21 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 232459 0 0 0 400179 42 0 0 25 0 1 0 853242226 1499402240 228410 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228410 751 445 0 359610 0
Current children cumulated CPU time (s) 4002.21
Current children cumulated vsize (KiB) 1464260

[startup+4062.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/444 9440
/proc/meminfo: memFree=13156548/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4062.23 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 232698 0 0 0 406180 43 0 0 25 0 1 0 853242226 1499402240 228572 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228572 751 445 0 359610 0
Current children cumulated CPU time (s) 4062.23
Current children cumulated vsize (KiB) 1464260

[startup+4122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/444 9441
/proc/meminfo: memFree=13153416/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4122.23 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233079 0 0 0 412180 43 0 0 25 0 1 0 853242226 1499402240 228953 33554432000 4194304 6014671 140736656300272 18446744073709551615 4566288 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228953 751 445 0 359610 0
Current children cumulated CPU time (s) 4122.23
Current children cumulated vsize (KiB) 1464260

[startup+4182.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/444 9443
/proc/meminfo: memFree=13153500/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4182.25 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233079 0 0 0 418182 43 0 0 25 0 1 0 853242226 1499402240 228953 33554432000 4194304 6014671 140736656300272 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228953 751 445 0 359610 0
Current children cumulated CPU time (s) 4182.25
Current children cumulated vsize (KiB) 1464260

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 9445
/proc/meminfo: memFree=13153472/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4242.23 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233079 0 0 0 424180 43 0 0 25 0 1 0 853242226 1499402240 228953 33554432000 4194304 6014671 140736656300272 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228953 751 445 0 359610 0
Current children cumulated CPU time (s) 4242.23
Current children cumulated vsize (KiB) 1464260

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9446
/proc/meminfo: memFree=13152952/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4302.23 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233079 0 0 0 430180 43 0 0 25 0 1 0 853242226 1499402240 228953 33554432000 4194304 6014671 140736656300272 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228953 751 445 0 359610 0
Current children cumulated CPU time (s) 4302.23
Current children cumulated vsize (KiB) 1464260

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9457
/proc/meminfo: memFree=13152464/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4362.23 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233079 0 0 0 436180 43 0 0 25 0 1 0 853242226 1499402240 228913 33554432000 4194304 6014671 140736656300272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228913 751 445 0 359610 0
Current children cumulated CPU time (s) 4362.23
Current children cumulated vsize (KiB) 1464260

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9931
/proc/meminfo: memFree=13150928/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4422.23 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233079 0 0 0 442180 43 0 0 25 0 1 0 853242226 1499402240 228872 33554432000 4194304 6014671 140736656300272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228872 751 445 0 359610 0
Current children cumulated CPU time (s) 4422.23
Current children cumulated vsize (KiB) 1464260

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9933
/proc/meminfo: memFree=13152232/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4482.23 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233079 0 0 0 448180 43 0 0 25 0 1 0 853242226 1499402240 228830 33554432000 4194304 6014671 140736656300272 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228830 751 445 0 359610 0
Current children cumulated CPU time (s) 4482.23
Current children cumulated vsize (KiB) 1464260

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9935
/proc/meminfo: memFree=13162500/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4542.24 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233089 0 0 0 454180 44 0 0 25 0 1 0 853242226 1499402240 228796 33554432000 4194304 6014671 140736656300272 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228796 751 445 0 359610 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 1464260

[startup+4602.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/444 9936
/proc/meminfo: memFree=13160976/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4602.24 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233089 0 0 0 460180 44 0 0 25 0 1 0 853242226 1499402240 228796 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228796 751 445 0 359610 0
Current children cumulated CPU time (s) 4602.24
Current children cumulated vsize (KiB) 1464260

[startup+4662.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/444 9938
/proc/meminfo: memFree=13161800/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4662.25 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233184 0 0 0 466181 44 0 0 25 0 1 0 853242226 1499402240 228891 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228891 751 445 0 359610 0
Current children cumulated CPU time (s) 4662.25
Current children cumulated vsize (KiB) 1464260

[startup+4722.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/444 9939
/proc/meminfo: memFree=13158440/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4722.26 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233308 0 0 0 472182 44 0 0 25 0 1 0 853242226 1499402240 228970 33554432000 4194304 6014671 140736656300272 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228970 751 445 0 359610 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 1464260

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 9941
/proc/meminfo: memFree=13158160/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4782.25 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233344 0 0 0 478181 44 0 0 25 0 1 0 853242226 1499402240 228960 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228960 751 445 0 359610 0
Current children cumulated CPU time (s) 4782.25
Current children cumulated vsize (KiB) 1464260

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9943
/proc/meminfo: memFree=13157640/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4842.27 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233344 0 0 0 484183 44 0 0 25 0 1 0 853242226 1499402240 228913 33554432000 4194304 6014671 140736656300272 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 228913 751 445 0 359610 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 1464260

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9944
/proc/meminfo: memFree=13158468/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4902.25 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233521 0 0 0 490181 44 0 0 25 0 1 0 853242226 1499402240 229090 33554432000 4194304 6014671 140736656300272 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 229090 751 445 0 359610 0
Current children cumulated CPU time (s) 4902.25
Current children cumulated vsize (KiB) 1464260

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9946
/proc/meminfo: memFree=13153724/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=4962.26 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233521 0 0 0 496182 44 0 0 25 0 1 0 853242226 1499402240 229090 33554432000 4194304 6014671 140736656300272 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 229090 751 445 0 359610 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 1464260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.01 2.00 2/442 9948
/proc/meminfo: memFree=14880916/32950928 swapFree=60044444/67111528
[pid=9313] ppid=9311 vsize=1464260 CPUtime=5000.07 cores=0,2,4,6
/proc/9313/stat : 9313 (qutersat_releas) R 9311 9313 8543 0 -1 4202496 233521 0 0 0 499963 44 0 0 25 0 1 0 853242226 1499402240 229090 33554432000 4194304 6014671 140736656300272 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9313/statm: 366065 229090 751 445 0 359610 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 1464260

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): 5000.15
CPU time (s): 5000.11
CPU user time (s): 4999.64
CPU system time (s): 0.474927
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 1464260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.64
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233525
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= 11
involuntary context switches= 9923

runsolver used 22.7815 second user time and 48.6426 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 02:48:35
IDJOB=3421331
IDBENCH=85459
IDSOLVER=1868
FILE ID=node114/3421331-1306630115
RUNJOBID= node114-1306630115-9298
PBS_JOBID= 13471628
Free space on /tmp= 73216 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421331-1306630115/watcher-3421331-1306630115 -o /tmp/evaluation-result-3421331-1306630115/solver-3421331-1306630115 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421331-1306630115.cnf 1528198839

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=1528198839

node114.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.848
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.69
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.848
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.848
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.848
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.73
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.848
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.75
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.848
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.848
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.848
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:     32950928 kB
MemFree:      15804320 kB
Buffers:        269780 kB
Cached:        6735368 kB
SwapCached:      48932 kB
Active:        5022324 kB
Inactive:     11854448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15804320 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            2340 kB
Writeback:           0 kB
AnonPages:     9829516 kB
Mapped:          27912 kB
Slab:           140012 kB
PageTables:      61948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108157432 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= 73216 MiB
End job on node114 at 2011-05-29 04:11:58