Trace number 3377128

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.2 1300.17

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

0.00/0.01	c Set FPU double precision.
5.40/5.46	c Parse Cnf success: #var: 482093 #clause: 9676386
5.40/5.46	c Find Units :          1
6.29/6.31	c Find Invs  :          0
7.98/8.07	c Find Ands  :     417078 AvgFaninNum: 21.944
7.98/8.09	c Find Xors  :          0 AvgFaninNum: nan
8.08/8.13	c Find Ite   :      26791
8.28/8.31	c UnDirect variable: 0
8.28/8.31	c UnDirect to Direct Gate: 0
8.28/8.31	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
8.38/8.48	c Break Cycle : 8
8.38/8.48	c Total Root : 1 Undef Var: 38242
12.88/12.94	c After covering, Total Root: 1 Leaf: 38242
12.88/12.94	c Variable( cover/uncovered/unused ): 482093 0 0
12.88/12.94	c Unit Clauses: 1
12.88/12.94	c Binary Clauses( cover/uncovered ): 9152140 17
12.88/12.94	c Clauses( cover/uncovered ): 524224 4
12.88/12.94	c Total Clauses( cover/uncovered ): 9676365 21 99.9998%
12.88/12.94	c Covered Ands: 417060 Invs: 0 Xors: 0 Ites: 26791
12.98/13.01	c Uncover Clauses avg size: 2.61905 max size: 6
12.98/13.02	c Final circuit: i/l/o/s   38242       0      22   3915712
12.98/13.02	c CnfToAig: Time: 13.01 s
24.49/24.54	c TmMap: Set choices finish.
25.99/26.09	c TmMap: Set big and: 505103
25.99/26.09	c TmMap: Origin: 3953955 ClauseNum: 11747136 --> New: 765266 ClauseNum: 5132796
25.99/26.10	c TmMap: Time: 2.77
43.38/43.44	c Simulation --> TransNum: 3762916/5132796 Try to Add: #clause: 1060291 #xorclause: 0
44.58/44.67	c #var: 715823 #clauses: 739822 Solving... 
82.99/83.09	c Abstract SAT
85.70/85.78	c Simulation --> TransNum: 4346387/5132796 Try to Add: #clause: 664 #xorclause: 0
85.70/85.79	c #var: 716199 #clauses: 896016 Solving... 
86.90/86.92	c Abstract SAT
89.59/89.62	c Simulation --> TransNum: 4349288/5132796 Try to Add: #clause: 1469 #xorclause: 0
89.59/89.63	c #var: 716536 #clauses: 901304 Solving... 
90.79/90.80	c Abstract SAT
90.79/90.82	c Simulation --> TransNum: 5132796/5132796 Try to Add: #clause: 539364 #xorclause: 0
91.49/91.55	c #var: 764861 #clauses: 1685651 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-3377128-1305475741/watcher-3377128-1305475741 -o /tmp/evaluation-result-3377128-1305475741/solver-3377128-1305475741 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377128-1305475741.cnf 1050632353 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.48 2.95 3.52 5/292 9746
/proc/meminfo: memFree=18534144/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=44176 CPUtime=0 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 2938 0 0 0 0 0 0 0 23 0 1 0 659174496 45236224 2875 33554432000 4194304 6014671 140733952268304 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 11044 2889 370 445 0 4589 0

[startup+0.076891 s]
/proc/loadavg: 1.48 2.95 3.52 5/292 9746
/proc/meminfo: memFree=18534144/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=56464 CPUtime=0.07 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 7829 0 0 0 6 1 0 0 23 0 1 0 659174496 57819136 7765 33554432000 4194304 6014671 140733952268304 18446744073709551615 4811233 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 14116 7765 378 445 0 7661 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56464

[startup+0.100885 s]
/proc/loadavg: 1.48 2.95 3.52 5/292 9746
/proc/meminfo: memFree=18534144/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=60560 CPUtime=0.09 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 8025 0 0 0 8 1 0 0 23 0 1 0 659174496 62013440 7961 33554432000 4194304 6014671 140733952268304 18446744073709551615 237278577242 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 15140 7984 378 445 0 8685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60560

[startup+0.300848 s]
/proc/loadavg: 1.48 2.95 3.52 5/292 9746
/proc/meminfo: memFree=18534144/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=94480 CPUtime=0.29 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 16738 0 0 0 27 2 0 0 24 0 1 0 659174496 96747520 16674 33554432000 4194304 6014671 140733952268304 18446744073709551615 237278879488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 23620 16674 378 445 0 17165 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94480

[startup+0.700777 s]
/proc/loadavg: 1.48 2.95 3.52 5/292 9746
/proc/meminfo: memFree=18534144/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=143760 CPUtime=0.69 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 28707 0 0 0 65 4 0 0 25 0 1 0 659174496 147210240 28643 33554432000 4194304 6014671 140733952268304 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 35940 28643 378 445 0 29485 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143760

[startup+1.50064 s]
/proc/loadavg: 2.08 3.05 3.55 5/293 9747
/proc/meminfo: memFree=18226032/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=242576 CPUtime=1.49 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 52364 0 0 0 141 8 0 0 25 0 1 0 659174496 248397824 52300 33554432000 4194304 6014671 140733952268304 18446744073709551615 237278879488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 60644 52300 378 445 0 54189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 242576

[startup+3.10035 s]
/proc/loadavg: 2.08 3.05 3.55 5/293 9747
/proc/meminfo: memFree=17965384/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=440336 CPUtime=3.08 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 99622 0 0 0 293 15 0 0 25 0 1 0 659174496 450904064 99558 33554432000 4194304 6014671 140733952268304 18446744073709551615 4309168 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 110084 99558 378 445 0 103629 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 440336

[startup+6.30078 s]
/proc/loadavg: 2.40 3.10 3.56 5/293 9747
/proc/meminfo: memFree=16888176/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=835472 CPUtime=6.29 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 192804 0 0 0 599 30 0 0 25 0 1 0 659174496 855523328 177285 33554432000 4194304 6014671 140733952268304 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 208868 177285 382 445 0 202413 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 835472

[startup+12.7006 s]
/proc/loadavg: 2.52 3.12 3.56 5/293 9747
/proc/meminfo: memFree=15611964/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=836496 CPUtime=12.68 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 204600 0 0 0 1237 31 0 0 25 0 1 0 659174496 856571904 189081 33554432000 4194304 6014671 140733952268304 18446744073709551615 4267126 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 209124 189081 398 445 0 202669 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 836496

[startup+25.5004 s]
/proc/loadavg: 2.85 3.16 3.57 5/293 9748
/proc/meminfo: memFree=14340716/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2119020 CPUtime=25.49 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 539361 0 0 0 2478 71 0 0 25 0 1 0 659174496 2169876480 523842 33554432000 4194304 6014671 140733952268304 18446744073709551615 4228218 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 529755 523844 670 445 0 523300 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2119020

[startup+51.1008 s]
/proc/loadavg: 3.24 3.23 3.58 5/293 9775
/proc/meminfo: memFree=15413804/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2205932 CPUtime=51.08 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 559209 0 0 0 5035 73 0 0 25 0 1 0 659174496 2258874368 543401 33554432000 4194304 6014671 140733952268304 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 551483 543401 702 445 0 545028 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2205932

[startup+102.311 s]
/proc/loadavg: 3.67 3.34 3.60 5/293 9777
/proc/meminfo: memFree=15396064/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2205932 CPUtime=102.3 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 572594 0 0 0 10154 76 0 0 25 0 1 0 659174496 2258874368 517437 33554432000 4194304 6014671 140733952268304 18446744073709551615 4383816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 551483 517437 726 445 0 545028 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2205932

[startup+162.301 s]
/proc/loadavg: 3.88 3.46 3.62 5/293 9778
/proc/meminfo: memFree=14711120/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2205932 CPUtime=162.29 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 573582 0 0 0 16152 77 0 0 25 0 1 0 659174496 2258874368 518425 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 551483 518425 727 445 0 545028 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2205932

[startup+222.3 s]
/proc/loadavg: 3.95 3.56 3.64 5/293 9807
/proc/meminfo: memFree=15811040/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2205932 CPUtime=222.3 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 575614 0 0 0 22151 79 0 0 25 0 1 0 659174496 2258874368 520457 33554432000 4194304 6014671 140733952268304 18446744073709551615 4422745 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 551483 520457 730 445 0 545028 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2205932

[startup+282.301 s]
/proc/loadavg: 4.05 3.65 3.66 5/293 9808
/proc/meminfo: memFree=15327312/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2415468 CPUtime=282.29 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 631371 0 0 0 28144 85 0 0 25 0 1 0 659174496 2473439232 576182 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 603867 576182 730 445 0 597412 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2415468

[startup+342.301 s]
/proc/loadavg: 4.02 3.71 3.68 5/293 9810
/proc/meminfo: memFree=15139928/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2753736 CPUtime=342.3 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 663296 0 0 0 34141 89 0 0 25 0 1 0 659174496 2819825664 606616 33554432000 4194304 6014671 140733952268304 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 688434 606616 730 445 0 681979 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2753736

[startup+402.3 s]
/proc/loadavg: 4.04 3.77 3.70 5/293 9812
/proc/meminfo: memFree=14679984/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2882960 CPUtime=402.3 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 728175 0 0 0 40134 96 0 0 25 0 1 0 659174496 2952151040 671495 33554432000 4194304 6014671 140733952268304 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 720740 671495 730 445 0 714285 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2882960

[startup+462.301 s]
/proc/loadavg: 4.05 3.83 3.73 5/293 9813
/proc/meminfo: memFree=14507724/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=2882960 CPUtime=462.3 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 729706 0 0 0 46134 96 0 0 25 0 1 0 659174496 2952151040 673026 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 720740 673026 731 445 0 714285 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2882960

[startup+522.301 s]
/proc/loadavg: 4.07 3.87 3.74 5/293 9815
/proc/meminfo: memFree=14186168/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3254792 CPUtime=522.31 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 800195 0 0 0 52126 105 0 0 25 0 1 0 659174496 3332907008 743515 33554432000 4194304 6014671 140733952268304 18446744073709551615 4633312 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 813698 743515 731 445 0 807243 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 3254792

[startup+582.3 s]
/proc/loadavg: 4.03 3.89 3.76 5/293 9816
/proc/meminfo: memFree=14152040/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3292524 CPUtime=582.3 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 803591 0 0 0 58125 105 0 0 25 0 1 0 659174496 3371544576 746911 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 823131 746911 731 445 0 816676 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 3292524

[startup+642.301 s]
/proc/loadavg: 4.01 3.91 3.77 5/293 9818
/proc/meminfo: memFree=13997268/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3292524 CPUtime=642.31 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 806756 0 0 0 64125 106 0 0 25 0 1 0 659174496 3371544576 750076 33554432000 4194304 6014671 140733952268304 18446744073709551615 4386101 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 823131 750076 731 445 0 816676 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3292524

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.78 5/293 9820
/proc/meminfo: memFree=13746996/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3597516 CPUtime=702.3 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 866245 0 0 0 70116 114 0 0 25 0 1 0 659174496 3683856384 809565 33554432000 4194304 6014671 140733952268304 18446744073709551615 4386168 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 899379 809565 731 445 0 892924 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 3597516

[startup+762.311 s]
/proc/loadavg: 4.00 3.93 3.79 5/293 9821
/proc/meminfo: memFree=13744740/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3597516 CPUtime=762.31 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 866922 0 0 0 76117 114 0 0 25 0 1 0 659174496 3683856384 810242 33554432000 4194304 6014671 140733952268304 18446744073709551615 4422777 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 899379 810242 731 445 0 892924 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 3597516

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.80 5/293 9823
/proc/meminfo: memFree=13609432/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3641904 CPUtime=822.31 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 875258 0 0 0 82115 116 0 0 25 0 1 0 659174496 3729309696 818578 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 910476 818578 731 445 0 904021 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3641904

[startup+882.301 s]
/proc/loadavg: 3.88 3.93 3.81 4/287 9841
/proc/meminfo: memFree=16190920/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3808052 CPUtime=882.31 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 907277 0 0 0 88111 120 0 0 25 0 1 0 659174496 3899445248 850597 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 952013 850597 731 445 0 945558 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3808052

[startup+942.3 s]
/proc/loadavg: 3.37 3.78 3.76 4/287 9843
/proc/meminfo: memFree=16053480/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3964692 CPUtime=942.31 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 940927 0 0 0 94106 125 0 0 25 0 1 0 659174496 4059844608 884247 33554432000 4194304 6014671 140733952268304 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 991173 884247 731 445 0 984718 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3964692

[startup+1002.3 s]
/proc/loadavg: 3.19 3.65 3.72 4/287 9845
/proc/meminfo: memFree=16032760/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=3964692 CPUtime=1002.32 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 941644 0 0 0 100106 126 0 0 25 0 1 0 659174496 4059844608 884964 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 991173 884964 731 445 0 984718 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3964692

[startup+1062.3 s]
/proc/loadavg: 3.15 3.54 3.67 4/287 9846
/proc/meminfo: memFree=15990696/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=4004784 CPUtime=1062.32 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 948990 0 0 0 106105 127 0 0 25 0 1 0 659174496 4100898816 892310 33554432000 4194304 6014671 140733952268304 18446744073709551615 4422613 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 1001196 892310 731 445 0 994741 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4004784

[startup+1122.3 s]
/proc/loadavg: 3.05 3.44 3.63 4/287 9848
/proc/meminfo: memFree=15986584/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=4004784 CPUtime=1122.31 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 949745 0 0 0 112104 127 0 0 25 0 1 0 659174496 4100898816 893065 33554432000 4194304 6014671 140733952268304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 1001196 893065 731 445 0 994741 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 4004784

[startup+1182.3 s]
/proc/loadavg: 3.02 3.36 3.59 4/287 9849
/proc/meminfo: memFree=15944884/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=4034060 CPUtime=1182.32 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 957680 0 0 0 118103 129 0 0 25 0 1 0 659174496 4130877440 901000 33554432000 4194304 6014671 140733952268304 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 1008515 901000 731 445 0 1002060 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4034060

[startup+1242.3 s]
/proc/loadavg: 3.00 3.29 3.55 4/287 9851
/proc/meminfo: memFree=15711856/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=4442032 CPUtime=1242.32 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 1012894 0 0 0 124097 135 0 0 25 0 1 0 659174496 4548640768 956088 33554432000 4194304 6014671 140733952268304 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 1110508 956088 731 445 0 1104053 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4442032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.23 3.51 4/287 9853
/proc/meminfo: memFree=15677112/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=4477748 CPUtime=1300.03 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4202496 1019319 0 0 0 129867 136 0 0 25 0 1 0 659174496 4585213952 962513 33554432000 4194304 6014671 140733952268304 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9746/statm: 1119437 962513 731 445 0 1112982 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 4477748

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

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

[startup+1300.11 s]
/proc/loadavg: 3.00 3.23 3.51 4/288 9854
/proc/meminfo: memFree=18127712/32950904 swapFree=67057400/67111528
[pid=9746] ppid=9744 vsize=0 CPUtime=1300.13 cores=1,3
/proc/9746/stat : 9746 (qutersat_releas) R 9744 9746 8508 0 -1 4194308 1019323 0 0 0 129867 146 0 0 25 0 1 0 659174496 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/9746/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.17
CPU time (s): 1300.2
CPU user time (s): 1298.68
CPU system time (s): 1.51777
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4477748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.68
system time used= 1.51777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1019323
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= 8
involuntary context switches= 1137

runsolver used 3.36749 second user time and 8.43172 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 18:09:07
IDJOB=3377128
IDBENCH=85008
IDSOLVER=1856
FILE ID=node121/3377128-1305475741
RUNJOBID= node121-1305475741-9706
PBS_JOBID= 13325309
Free space on /tmp= 73012 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377128-1305475741/watcher-3377128-1305475741 -o /tmp/evaluation-result-3377128-1305475741/solver-3377128-1305475741 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377128-1305475741.cnf 1050632353

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1050632353

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.817
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.817
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:     32950904 kB
MemFree:      18534300 kB
Buffers:        324104 kB
Cached:        7076580 kB
SwapCached:       7656 kB
Active:        8363580 kB
Inactive:      5679588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      18534300 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          492748 kB
Writeback:           0 kB
AnonPages:     6639960 kB
Mapped:          23544 kB
Slab:           282952 kB
PageTables:      27348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 32052828 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= 73280 MiB
End job on node121 at 2011-05-15 18:30:49