Trace number 3421333

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.16 4999.98

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.0914
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 870 #clause: 24825
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        870 AvgFaninNum: 28
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 : 840
0.00/0.01	c Total Root : 0 Undef Var: 840
0.00/0.01	c After covering, Total Root: 30 Leaf: 840
0.00/0.01	c Variable( cover/uncovered/unused ): 870 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 840 23955
0.00/0.01	c Clauses( cover/uncovered ): 30 0
0.00/0.01	c Total Clauses( cover/uncovered ): 870 23955 3.50453%
0.00/0.01	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.01/0.02	c Uncover Clauses avg size: 2 max size: 2
0.01/0.02	c Final circuit: i/l/o/s     840       0   23955     24765
0.01/0.02	c CnfToAig: Time: 0.01 s
0.01/0.04	c TmMap: Set choices finish.
0.01/0.05	c TmMap: Set big and: 23985
0.01/0.05	c TmMap: Origin: 25606 ClauseNum: 74295 --> New: 24826 ClauseNum: 72735
0.01/0.05	c TmMap: Time: 0.02
0.01/0.06	c Try to Add: #clause: 47970 #xorclause: 0
0.01/0.06	c #var: 870 #clauses: 31 Solving... 
5000.08/4999.91	c Time Out !!
5000.08/4999.91	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421333-1306630115/watcher-3421333-1306630115 -o /tmp/evaluation-result-3421333-1306630115/solver-3421333-1306630115 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421333-1306630115.cnf 1528198839 

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.02 1.33 4/442 9317
/proc/meminfo: memFree=15795344/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=33388 CPUtime=0 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 2138 0 0 0 0 0 0 0 18 0 1 0 853242227 34189312 2075 33554432000 4194304 6014671 140736740254208 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 8347 2076 378 445 0 1892 0

[startup+0.019016 s]
/proc/loadavg: 0.92 1.02 1.33 4/442 9317
/proc/meminfo: memFree=15795344/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=34412 CPUtime=0.01 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 2336 0 0 0 1 0 0 0 18 0 1 0 853242227 35237888 2273 33554432000 4194304 6014671 140736740254208 18446744073709551615 4339956 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 8603 2273 398 445 0 2148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34412

[startup+0.101031 s]
/proc/loadavg: 0.92 1.02 1.33 4/442 9317
/proc/meminfo: memFree=15795344/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=54904 CPUtime=0.09 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 5878 0 0 0 9 0 0 0 18 0 1 0 853242227 56221696 5815 33554432000 4194304 6014671 140736740254208 18446744073709551615 231895187131 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 13726 5815 720 445 0 7271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54904

[startup+0.300994 s]
/proc/loadavg: 0.92 1.02 1.33 4/442 9317
/proc/meminfo: memFree=15795344/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=64220 CPUtime=0.29 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 6698 0 0 0 29 0 0 0 18 0 1 0 853242227 65761280 6635 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 16055 6636 721 445 0 9600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64220

[startup+0.700917 s]
/proc/loadavg: 0.92 1.02 1.33 4/442 9317
/proc/meminfo: memFree=15795344/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=74312 CPUtime=0.69 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 7837 0 0 0 69 0 0 0 18 0 1 0 853242227 76095488 7774 33554432000 4194304 6014671 140736740254208 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 18578 7774 721 445 0 12123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74312

[startup+1.50078 s]
/proc/loadavg: 0.92 1.02 1.33 3/444 9319
/proc/meminfo: memFree=15745364/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=85020 CPUtime=1.49 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 9774 0 0 0 149 0 0 0 20 0 1 0 853242227 87060480 9711 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 21255 9711 721 445 0 14800 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85020

[startup+3.10048 s]
/proc/loadavg: 0.92 1.02 1.33 3/444 9320
/proc/meminfo: memFree=15710036/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=85148 CPUtime=3.09 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 13411 0 0 0 308 1 0 0 25 0 1 0 853242227 87191552 13348 33554432000 4194304 6014671 140736740254208 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 21287 13348 725 445 0 14832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85148

[startup+6.30086 s]
/proc/loadavg: 1.01 1.04 1.34 3/444 9320
/proc/meminfo: memFree=15686340/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=108340 CPUtime=6.29 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 16745 0 0 0 628 1 0 0 25 0 1 0 853242227 110940160 16682 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 27085 16682 725 445 0 20630 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108340

[startup+12.7007 s]
/proc/loadavg: 1.09 1.05 1.34 3/444 9320
/proc/meminfo: memFree=15626096/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=133592 CPUtime=12.69 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 24420 0 0 0 1267 2 0 0 25 0 1 0 853242227 136798208 24349 33554432000 4194304 6014671 140736740254208 18446744073709551615 4536600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 33398 24349 725 445 0 26943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133592

[startup+25.5003 s]
/proc/loadavg: 1.29 1.10 1.35 3/444 9320
/proc/meminfo: memFree=15567440/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=163176 CPUtime=25.49 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 31893 0 0 0 2546 3 0 0 25 0 1 0 853242227 167092224 31822 33554432000 4194304 6014671 140736740254208 18446744073709551615 231895187142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 40794 31822 725 445 0 34339 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 163176

[startup+51.1004 s]
/proc/loadavg: 1.53 1.17 1.37 3/444 9321
/proc/meminfo: memFree=15469428/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=372848 CPUtime=51.09 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 55073 0 0 0 5102 7 0 0 25 0 1 0 853242227 381796352 55000 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 93212 55000 725 445 0 86757 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 372848

[startup+102.316 s]
/proc/loadavg: 1.79 1.30 1.40 3/444 9322
/proc/meminfo: memFree=15312424/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=451296 CPUtime=102.3 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 74849 0 0 0 10221 9 0 0 25 0 1 0 853242227 462127104 74592 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 112824 74592 725 445 0 106369 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 451296

[startup+162.301 s]
/proc/loadavg: 1.92 1.42 1.43 3/444 9324
/proc/meminfo: memFree=15179836/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=651484 CPUtime=162.29 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 95028 0 0 0 16217 12 0 0 25 0 1 0 853242227 667119616 94255 33554432000 4194304 6014671 140736740254208 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 162871 94255 725 445 0 156416 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 651484

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.46 3/444 9325
/proc/meminfo: memFree=15159220/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=765532 CPUtime=222.3 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 109353 0 0 0 22216 14 0 0 25 0 1 0 853242227 783904768 94317 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 191383 94317 725 445 0 184928 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 765532

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.49 3/444 9327
/proc/meminfo: memFree=14946640/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=765532 CPUtime=282.3 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 147216 0 0 0 28212 18 0 0 25 0 1 0 853242227 783904768 132180 33554432000 4194304 6014671 140736740254208 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 191383 132180 726 445 0 184928 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 765532

[startup+342.301 s]
/proc/loadavg: 2.20 1.74 1.54 3/444 9329
/proc/meminfo: memFree=14920336/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=765532 CPUtime=342.3 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 151622 0 0 0 34211 19 0 0 25 0 1 0 853242227 783904768 136544 33554432000 4194304 6014671 140736740254208 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 191383 136544 743 445 0 184928 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 765532

[startup+402.3 s]
/proc/loadavg: 2.13 1.80 1.57 3/444 9330
/proc/meminfo: memFree=14739016/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=914800 CPUtime=402.3 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 189334 0 0 0 40207 23 0 0 25 0 1 0 853242227 936755200 174256 33554432000 4194304 6014671 140736740254208 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 228700 174256 743 445 0 222245 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 914800

[startup+462.3 s]
/proc/loadavg: 2.04 1.83 1.60 3/444 9332
/proc/meminfo: memFree=14735880/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=1071624 CPUtime=462.31 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 189800 0 0 0 46208 23 0 0 25 0 1 0 853242227 1097342976 174625 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 267906 174625 743 445 0 261451 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1071624

[startup+522.301 s]
/proc/loadavg: 2.01 1.86 1.62 3/444 9333
/proc/meminfo: memFree=14723208/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=1071624 CPUtime=522.31 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 190445 0 0 0 52208 23 0 0 25 0 1 0 853242227 1097342976 175087 33554432000 4194304 6014671 140736740254208 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 267906 175087 743 445 0 261451 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1071624

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.64 3/444 9335
/proc/meminfo: memFree=14705068/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=1071752 CPUtime=582.31 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 190674 0 0 0 58208 23 0 0 25 0 1 0 853242227 1097474048 175301 33554432000 4194304 6014671 140736740254208 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 267938 175301 728 445 0 261483 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1071752

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.03 2.00 3/444 9440
/proc/meminfo: memFree=13156548/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4062.45 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 453914 0 0 0 406188 57 0 0 25 0 1 0 853242227 2795159552 431257 33554432000 4194304 6014671 140736740254208 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431257 725 445 0 675957 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 2729648

[startup+4122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/444 9441
/proc/meminfo: memFree=13153416/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4122.44 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 454222 0 0 0 412187 57 0 0 25 0 1 0 853242227 2795159552 431565 33554432000 4194304 6014671 140736740254208 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431565 725 445 0 675957 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 2729648

[startup+4182.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/444 9443
/proc/meminfo: memFree=13153500/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4182.44 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 454222 0 0 0 418187 57 0 0 25 0 1 0 853242227 2795159552 431565 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431565 725 445 0 675957 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 2729648

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 9445
/proc/meminfo: memFree=13153472/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4242.44 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 454222 0 0 0 424187 57 0 0 25 0 1 0 853242227 2795159552 431565 33554432000 4194304 6014671 140736740254208 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431565 725 445 0 675957 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 2729648

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9446
/proc/meminfo: memFree=13152952/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4302.44 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 454587 0 0 0 430187 57 0 0 25 0 1 0 853242227 2795159552 431710 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431710 725 445 0 675957 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 2729648

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9457
/proc/meminfo: memFree=13152464/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4362.44 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 455089 0 0 0 436187 57 0 0 25 0 1 0 853242227 2795159552 431987 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431987 725 445 0 675957 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 2729648

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9931
/proc/meminfo: memFree=13150928/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4422.44 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 455089 0 0 0 442187 57 0 0 25 0 1 0 853242227 2795159552 431987 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431987 725 445 0 675957 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 2729648

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9933
/proc/meminfo: memFree=13152232/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4482.45 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 455089 0 0 0 448188 57 0 0 25 0 1 0 853242227 2795159552 431987 33554432000 4194304 6014671 140736740254208 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431987 725 445 0 675957 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 2729648

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 9935
/proc/meminfo: memFree=13162748/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4542.45 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 462983 0 0 0 454187 58 0 0 25 0 1 0 853242227 2795159552 429410 33554432000 4194304 6014671 140736740254208 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 429410 725 445 0 675957 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 2729648

[startup+4602.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/444 9936
/proc/meminfo: memFree=13161844/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4602.46 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 462983 0 0 0 460188 58 0 0 25 0 1 0 853242227 2795159552 429410 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 429410 725 445 0 675957 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 2729648

[startup+4662.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/444 9938
/proc/meminfo: memFree=13161800/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4662.45 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 462983 0 0 0 466187 58 0 0 25 0 1 0 853242227 2795159552 429410 33554432000 4194304 6014671 140736740254208 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 429410 725 445 0 675957 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 2729648

[startup+4722.32 s]
/proc/loadavg: 2.04 2.04 2.01 3/444 9939
/proc/meminfo: memFree=13158440/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4722.48 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 463979 0 0 0 472189 59 0 0 25 0 1 0 853242227 2795159552 430406 33554432000 4194304 6014671 140736740254208 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 430406 725 445 0 675957 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 2729648

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 9941
/proc/meminfo: memFree=13158160/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4782.47 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 464122 0 0 0 478188 59 0 0 25 0 1 0 853242227 2795159552 430549 33554432000 4194304 6014671 140736740254208 18446744073709551615 4372304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 430549 725 445 0 675957 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 2729648

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9943
/proc/meminfo: memFree=13157640/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4842.47 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 464122 0 0 0 484188 59 0 0 25 0 1 0 853242227 2795159552 430549 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 430549 725 445 0 675957 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 2729648

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 9944
/proc/meminfo: memFree=13158468/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4902.47 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 464122 0 0 0 490188 59 0 0 25 0 1 0 853242227 2795159552 430549 33554432000 4194304 6014671 140736740254208 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 430549 725 445 0 675957 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 2729648

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9946
/proc/meminfo: memFree=13153724/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=4962.47 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 465388 0 0 0 496188 59 0 0 25 0 1 0 853242227 2795159552 431815 33554432000 4194304 6014671 140736740254208 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431815 725 445 0 675957 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 2729648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9947
/proc/meminfo: memFree=13153580/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=5000.08 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 465388 0 0 0 499949 59 0 0 25 0 1 0 853242227 2795159552 431815 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431815 725 445 0 675957 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2729648

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 9947
/proc/meminfo: memFree=13153580/32950928 swapFree=60044444/67111528
[pid=9317] ppid=9315 vsize=2729648 CPUtime=5000.08 cores=1,3,5,7
/proc/9317/stat : 9317 (qutersat_releas) R 9315 9317 8543 0 -1 4202496 465388 0 0 0 499949 59 0 0 25 0 1 0 853242227 2795159552 431815 33554432000 4194304 6014671 140736740254208 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9317/statm: 682412 431815 725 445 0 675957 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 2729648

Child status: 1
Real time (s): 4999.98
CPU time (s): 5000.16
CPU user time (s): 4999.5
CPU system time (s): 0.6569
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2729648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.5
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465392
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= 9
involuntary context switches= 12130

runsolver used 21.0158 second user time and 51.0512 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
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:      15796244 kB
Buffers:        269784 kB
Cached:        6737304 kB
SwapCached:      48932 kB
Active:        5030392 kB
Inactive:     11854460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15796244 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            3892 kB
Writeback:           0 kB
AnonPages:     9836112 kB
Mapped:          28300 kB
Slab:           140012 kB
PageTables:      61948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108175988 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= 73212 MiB
End job on node114 at 2011-05-29 04:11:57