Trace number 3377126

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.12 1300.1

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.01	c Set FPU double precision.
0.79/0.84	c Parse Cnf success: #var: 261352 #clause: 773077
0.79/0.84	c Find Units :       1592
0.79/0.87	c Find Invs  :      13886
1.00/1.04	c Find Ands  :     138128 AvgFaninNum: 2.19391
1.00/1.10	c Find Xors  :      68967 AvgFaninNum: 2
1.19/1.25	c Find Ite   :          0
1.49/1.54	c UnDirect variable: 95751
1.49/1.59	c UnDirect to Direct Gate: 76069
1.49/1.59	c Forced Direct Gate: 24668 Unuse unDirect Gate: 31206
1.59/1.67	c Break Cycle : 506
1.59/1.67	c Total Root : 68624 Undef Var: 47661
1.89/1.94	c After covering, Total Root: 55266 Leaf: 47288
1.89/1.94	c Variable( cover/uncovered/unused ): 260979 373 0
1.89/1.94	c Unit Clauses: 1592
1.89/1.94	c Binary Clauses( cover/uncovered ): 330810 26678
1.89/1.94	c Clauses( cover/uncovered ): 384839 29158
1.89/1.94	c Total Clauses( cover/uncovered ): 717241 55836 92.7774%
1.89/1.94	c Covered Ands: 138127 Invs: 13886 Xors: 61678 Ites: 0
1.99/2.00	c Uncover Clauses avg size: 2.5266 max size: 248
1.99/2.01	c Final circuit: i/l/o/s   47616       0   56483    432841
1.99/2.01	c CnfToAig: Time: 2 s
3.49/3.57	c TmMap: Set choices finish.
3.69/3.76	c TmMap: Set big and: 40251
3.69/3.76	c TmMap: Origin: 480458 ClauseNum: 1298523 --> New: 177014 ClauseNum: 588669
3.69/3.76	c TmMap: Time: 0.36
7.38/7.48	c Simulation --> TransNum: 401633/588669 Try to Add: #clause: 319350 #xorclause: 0
7.60/7.65	c #var: 103398 #clauses: 193057 Solving... 
34.00/34.01	c Abstract SAT
34.49/34.59	c Simulation --> TransNum: 500970/588669 Try to Add: #clause: 40498 #xorclause: 0
34.59/34.67	c #var: 119727 #clauses: 179692 Solving... 
59.49/59.58	c Abstract SAT
60.09/60.15	c Simulation --> TransNum: 572576/588669 Try to Add: #clause: 2197 #xorclause: 0
60.09/60.16	c #var: 120319 #clauses: 185574 Solving... 
71.99/72.01	c Abstract SAT
71.99/72.02	c Simulation --> TransNum: 588669/588669 Try to Add: #clause: 13436 #xorclause: 0
71.99/72.03	c #var: 120530 #clauses: 191035 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3377126-1305475599/watcher-3377126-1305475599 -o /tmp/evaluation-result-3377126-1305475599/solver-3377126-1305475599 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377126-1305475599.cnf 1156211214 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.00 2.51 3.04 5/431 24091
/proc/meminfo: memFree=19913580/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=40540 CPUtime=0 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 3774 0 0 0 0 0 0 0 22 0 1 0 737790789 41512960 3710 33554432000 4194304 6014671 140735382840160 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 10135 3710 378 445 0 3680 0

[startup+0.0985091 s]
/proc/loadavg: 3.00 2.51 3.04 5/431 24091
/proc/meminfo: memFree=19913580/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=54876 CPUtime=0.08 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 7373 0 0 0 8 0 0 0 22 0 1 0 737790789 56193024 7309 33554432000 4194304 6014671 140735382840160 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 13719 7311 378 445 0 7264 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54876

[startup+0.100505 s]
/proc/loadavg: 3.00 2.51 3.04 5/431 24091
/proc/meminfo: memFree=19913580/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=54876 CPUtime=0.08 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 7434 0 0 0 8 0 0 0 22 0 1 0 737790789 56193024 7370 33554432000 4194304 6014671 140735382840160 18446744073709551615 4804088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 13719 7371 378 445 0 7264 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54876

[startup+0.300477 s]
/proc/loadavg: 3.00 2.51 3.04 5/431 24091
/proc/meminfo: memFree=19913580/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=101212 CPUtime=0.28 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 16359 0 0 0 27 1 0 0 23 0 1 0 737790789 103641088 16295 33554432000 4194304 6014671 140735382840160 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 25303 16322 378 445 0 18848 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 101212

[startup+0.700406 s]
/proc/loadavg: 3.00 2.51 3.04 5/431 24091
/proc/meminfo: memFree=19913580/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=163932 CPUtime=0.69 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 33919 0 0 0 65 4 0 0 25 0 1 0 737790789 167866368 33855 33554432000 4194304 6014671 140735382840160 18446744073709551615 4303733 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 40983 33855 378 445 0 34528 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 163932

[startup+1.50026 s]
/proc/loadavg: 3.00 2.51 3.04 5/432 24092
/proc/meminfo: memFree=19775992/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=171356 CPUtime=1.49 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 35833 0 0 0 145 4 0 0 25 0 1 0 737790789 175468544 35769 33554432000 4194304 6014671 140735382840160 18446744073709551615 4295710 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 42839 35769 394 445 0 36384 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 171356

[startup+3.10098 s]
/proc/loadavg: 3.00 2.51 3.04 5/432 24092
/proc/meminfo: memFree=19739040/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=254512 CPUtime=3.09 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 57753 0 0 0 302 7 0 0 25 0 1 0 737790789 260620288 57689 33554432000 4194304 6014671 140735382840160 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 63628 57689 667 445 0 57173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 254512

[startup+6.30043 s]
/proc/loadavg: 3.24 2.56 3.06 5/432 24092
/proc/meminfo: memFree=19607544/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=326540 CPUtime=6.29 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 75124 0 0 0 621 8 0 0 25 0 1 0 737790789 334376960 75060 33554432000 4194304 6014671 140735382840160 18446744073709551615 4244035 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 81635 75060 680 445 0 75180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 326540

[startup+12.7003 s]
/proc/loadavg: 3.30 2.59 3.06 5/432 24092
/proc/meminfo: memFree=19597880/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=356236 CPUtime=12.69 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 80205 0 0 0 1260 9 0 0 25 0 1 0 737790789 364785664 80141 33554432000 4194304 6014671 140735382840160 18446744073709551615 4444799 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 89059 80147 700 445 0 82604 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 356236

[startup+25.5011 s]
/proc/loadavg: 3.46 2.66 3.08 5/432 24092
/proc/meminfo: memFree=19268724/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=742612 CPUtime=25.49 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 151297 0 0 0 2531 18 0 0 25 0 1 0 737790789 760434688 151233 33554432000 4194304 6014671 140735382840160 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 185653 151233 725 445 0 179198 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 742612

[startup+51.1006 s]
/proc/loadavg: 3.64 2.76 3.10 5/432 24093
/proc/meminfo: memFree=19204684/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=815200 CPUtime=51.09 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 159248 0 0 0 5090 19 0 0 25 0 1 0 737790789 834764800 159172 33554432000 4194304 6014671 140735382840160 18446744073709551615 4423072 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 203800 159172 729 445 0 197345 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 815200

[startup+102.317 s]
/proc/loadavg: 3.88 2.97 3.15 5/432 24094
/proc/meminfo: memFree=19014764/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=952504 CPUtime=102.3 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 198522 0 0 0 10208 22 0 0 25 0 1 0 737790789 975364096 198307 33554432000 4194304 6014671 140735382840160 18446744073709551615 4428367 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 238126 198307 730 445 0 231671 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 952504

[startup+162.301 s]
/proc/loadavg: 3.95 3.15 3.20 5/432 24096
/proc/meminfo: memFree=18810572/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1144048 CPUtime=162.29 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 241529 0 0 0 16202 27 0 0 25 0 1 0 737790789 1171505152 241156 33554432000 4194304 6014671 140735382840160 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 286012 241156 730 445 0 279557 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1144048

[startup+222.301 s]
/proc/loadavg: 3.98 3.30 3.25 5/432 24097
/proc/meminfo: memFree=18646104/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1371556 CPUtime=222.29 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 277218 0 0 0 22195 34 0 0 25 0 1 0 737790789 1404473344 272943 33554432000 4194304 6014671 140735382840160 18446744073709551615 4422965 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 342889 272943 730 445 0 336434 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1371556

[startup+282.3 s]
/proc/loadavg: 4.13 3.46 3.30 5/432 24153
/proc/meminfo: memFree=18513012/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1471496 CPUtime=282.3 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 304863 0 0 0 28192 38 0 0 25 0 1 0 737790789 1506811904 300588 33554432000 4194304 6014671 140735382840160 18446744073709551615 4372101 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 367874 300588 730 445 0 361419 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1471496

[startup+342.301 s]
/proc/loadavg: 4.11 3.57 3.35 5/432 24155
/proc/meminfo: memFree=18388860/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1576484 CPUtime=342.29 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 314272 0 0 0 34190 39 0 0 25 0 1 0 737790789 1614319616 309997 33554432000 4194304 6014671 140735382840160 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 394121 309997 730 445 0 387666 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1576484

[startup+402.301 s]
/proc/loadavg: 4.04 3.65 3.39 5/432 24156
/proc/meminfo: memFree=18338992/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1576612 CPUtime=402.3 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 314837 0 0 0 40190 40 0 0 25 0 1 0 737790789 1614450688 310562 33554432000 4194304 6014671 140735382840160 18446744073709551615 4372029 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 394153 310562 731 445 0 387698 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1576612

[startup+462.301 s]
/proc/loadavg: 4.10 3.74 3.43 5/432 24158
/proc/meminfo: memFree=18221888/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1678540 CPUtime=462.3 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 326345 0 0 0 46188 42 0 0 25 0 1 0 737790789 1718824960 322070 33554432000 4194304 6014671 140735382840160 18446744073709551615 4376456 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 419635 322070 731 445 0 413180 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1678540

[startup+522.301 s]
/proc/loadavg: 4.16 3.81 3.48 5/432 24159
/proc/meminfo: memFree=18121664/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1678668 CPUtime=522.3 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 342267 0 0 0 52183 47 0 0 25 0 1 0 737790789 1718956032 337992 33554432000 4194304 6014671 140735382840160 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 419667 337992 731 445 0 413212 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1678668

[startup+582.301 s]
/proc/loadavg: 4.06 3.85 3.51 5/432 24161
/proc/meminfo: memFree=18055640/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1786772 CPUtime=582.3 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 350171 0 0 0 58181 49 0 0 25 0 1 0 737790789 1829654528 345896 33554432000 4194304 6014671 140735382840160 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 446693 345896 731 445 0 440238 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1786772

[startup+642.301 s]
/proc/loadavg: 4.08 3.89 3.54 5/432 24163
/proc/meminfo: memFree=17948332/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=1786900 CPUtime=642.31 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 366331 0 0 0 64179 52 0 0 25 0 1 0 737790789 1829785600 362056 33554432000 4194304 6014671 140735382840160 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 446725 362056 731 445 0 440270 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1786900

[startup+702.301 s]
/proc/loadavg: 4.08 3.92 3.57 5/432 24164
/proc/meminfo: memFree=17846836/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2122612 CPUtime=702.3 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 384279 0 0 0 70174 56 0 0 25 0 1 0 737790789 2173554688 380004 33554432000 4194304 6014671 140735382840160 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 530653 380004 731 445 0 524198 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2122612

[startup+762.316 s]
/proc/loadavg: 4.03 3.93 3.59 5/432 24166
/proc/meminfo: memFree=17799312/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2122612 CPUtime=762.32 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 385755 0 0 0 76176 56 0 0 25 0 1 0 737790789 2173554688 381480 33554432000 4194304 6014671 140735382840160 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 530653 381480 731 445 0 524198 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2122612

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 3.62 5/432 24167
/proc/meminfo: memFree=17780528/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2240660 CPUtime=822.31 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 395074 0 0 0 82173 58 0 0 25 0 1 0 737790789 2294435840 390713 33554432000 4194304 6014671 140735382840160 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 560165 390713 731 445 0 553710 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2240660

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.64 5/432 24169
/proc/meminfo: memFree=17669140/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2240660 CPUtime=882.31 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 405249 0 0 0 88170 61 0 0 25 0 1 0 737790789 2294435840 400888 33554432000 4194304 6014671 140735382840160 18446744073709551615 4422663 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 560165 400888 731 445 0 553710 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 2240660

[startup+942.301 s]
/proc/loadavg: 4.03 3.97 3.66 5/432 24171
/proc/meminfo: memFree=17493260/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2361804 CPUtime=942.31 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 458458 0 0 0 94163 68 0 0 25 0 1 0 737790789 2418487296 438780 33554432000 4194304 6014671 140735382840160 18446744073709551615 215988289291 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 590451 438780 731 445 0 583996 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 2361804

[startup+1002.3 s]
/proc/loadavg: 4.07 3.99 3.69 5/432 24172
/proc/meminfo: memFree=17403344/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2487088 CPUtime=1002.31 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 478521 0 0 0 100158 73 0 0 25 0 1 0 737790789 2546778112 458843 33554432000 4194304 6014671 140735382840160 18446744073709551615 4372411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 621772 458843 731 445 0 615317 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 2487088

[startup+1062.3 s]
/proc/loadavg: 4.08 4.00 3.71 5/432 24174
/proc/meminfo: memFree=17354936/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2487088 CPUtime=1062.32 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 488024 0 0 0 106156 76 0 0 25 0 1 0 737790789 2546778112 468346 33554432000 4194304 6014671 140735382840160 18446744073709551615 4371987 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 621772 468346 731 445 0 615317 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2487088

[startup+1122.3 s]
/proc/loadavg: 4.11 4.03 3.73 5/432 24175
/proc/meminfo: memFree=17297732/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2487088 CPUtime=1122.31 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 497944 0 0 0 112153 78 0 0 25 0 1 0 737790789 2546778112 478266 33554432000 4194304 6014671 140735382840160 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 621772 478266 731 445 0 615317 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 2487088

[startup+1182.3 s]
/proc/loadavg: 4.20 4.05 3.76 5/432 24177
/proc/meminfo: memFree=17295580/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2487088 CPUtime=1182.31 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 498347 0 0 0 118153 78 0 0 25 0 1 0 737790789 2546778112 478669 33554432000 4194304 6014671 140735382840160 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 621772 478669 731 445 0 615317 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 2487088

[startup+1242.3 s]
/proc/loadavg: 4.14 4.06 3.77 5/432 24179
/proc/meminfo: memFree=17256852/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2487088 CPUtime=1242.32 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 498487 0 0 0 124153 79 0 0 25 0 1 0 737790789 2546778112 478809 33554432000 4194304 6014671 140735382840160 18446744073709551615 4371981 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 621772 478809 731 445 0 615317 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2487088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.96 3.75 3.69 3/420 24216
/proc/meminfo: memFree=17548808/32950940 swapFree=67111356/67111528
[pid=24091] ppid=24089 vsize=2487216 CPUtime=1300.03 cores=5,7
/proc/24091/stat : 24091 (qutersat_releas) R 24089 24091 22932 0 -1 4202496 511196 0 0 0 129923 80 0 0 25 0 1 0 737790789 2546909184 491518 33554432000 4194304 6014671 140735382840160 18446744073709551615 4376417 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24091/statm: 621804 491518 731 445 0 615349 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 2487216

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.1
CPU time (s): 1300.12
CPU user time (s): 1299.24
CPU system time (s): 0.883865
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2487216

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

runsolver used 5.09422 second user time and 12.956 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 18:06:40
IDJOB=3377126
IDBENCH=84248
IDSOLVER=1856
FILE ID=node117/3377126-1305475599
RUNJOBID= node117-1305475554-23969
PBS_JOBID= 13325319
Free space on /tmp= 73492 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377126-1305475599/watcher-3377126-1305475599 -o /tmp/evaluation-result-3377126-1305475599/solver-3377126-1305475599 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377126-1305475599.cnf 1156211214

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1156211214

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19913860 kB
Buffers:        332208 kB
Cached:        3761616 kB
SwapCached:          0 kB
Active:       10318432 kB
Inactive:      2360468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19913860 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           17088 kB
Writeback:           0 kB
AnonPages:     8585204 kB
Mapped:          38000 kB
Slab:           245620 kB
PageTables:      46456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103358488 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= 73492 MiB
End job on node117 at 2011-05-15 18:28:22