Trace number 3292061

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-03-01? (TO) 1300.12 1300.14

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.00	c Set FPU double precision.
5.69/5.70	c Parse Cnf success: #var: 482093 #clause: 9676386
5.69/5.70	c Find Units :          1
6.49/6.60	c Find Invs  :          0
8.49/8.55	c Find Ands  :     417078 AvgFaninNum: 21.944
8.49/8.58	c Find Xors  :          0 AvgFaninNum: nan
8.59/8.63	c Find Ite   :      26791
8.80/8.82	c UnDirect variable: 0
8.80/8.82	c UnDirect to Direct Gate: 0
8.80/8.82	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
8.89/8.99	c Break Cycle : 8
8.89/8.99	c Total Root : 1 Undef Var: 38242
13.39/13.45	c After covering, Total Root: 1 Leaf: 38242
13.39/13.45	c Variable( cover/uncovered/unused ): 482093 0 0
13.39/13.45	c Unit Clauses: 1
13.39/13.45	c Binary Clauses( cover/uncovered ): 9152140 17
13.39/13.45	c Clauses( cover/uncovered ): 524224 4
13.39/13.45	c Total Clauses( cover/uncovered ): 9676365 21 99.9998%
13.39/13.45	c Covered Ands: 417060 Invs: 0 Xors: 0 Ites: 26791
13.49/13.52	c Uncover Clauses avg size: 2.61905 max size: 6
13.49/13.53	c Final circuit: i/l/o/s   38242       0      22   3915712
13.49/13.53	c CnfToAig: Time: 13.53 s
25.09/25.16	c TmMap: Set choices finish.
26.69/26.74	c TmMap: Set big and: 502103
26.69/26.74	c TmMap: Origin: 3953955 ClauseNum: 11747136 --> New: 759083 ClauseNum: 5119894
26.69/26.74	c TmMap: Time: 2.84
45.29/45.32	c Simulation --> TransNum: 3747307/5119894 Try to Add: #clause: 1045401 #xorclause: 1
46.59/46.60	c #var: 708620 #clauses: 732586 Solving... 
70.89/70.98	c Abstract SAT
73.89/73.98	c Simulation --> TransNum: 4328351/5119894 Try to Add: #clause: 2090 #xorclause: 0
73.89/73.99	c #var: 709400 #clauses: 636911 Solving... 
75.09/75.12	c Abstract SAT
78.10/78.13	c Simulation --> TransNum: 4331806/5119894 Try to Add: #clause: 592 #xorclause: 0
78.10/78.14	c #var: 709627 #clauses: 637453 Solving... 
79.49/79.50	c Abstract SAT
79.49/79.52	c Simulation --> TransNum: 5119894/5119894 Try to Add: #clause: 540057 #xorclause: 0
79.79/79.86	c #var: 758678 #clauses: 1047641 Solving... 
1299.98/1300.00	c Time Out !!
1299.98/1300.00	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: 977)

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-3292061-1307665639/watcher-3292061-1307665639 -o /tmp/evaluation-result-3292061-1307665639/solver-3292061-1307665639 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3292061-1307665639.cnf 1823072086 

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.41 2.43 2.15 4/189 26013
/proc/meminfo: memFree=29027920/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=43664 CPUtime=0 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 3143 0 0 0 0 0 0 0 24 0 1 0 956795200 44711936 3077 33554432000 4194304 6016207 140736920684848 18446744073709551615 4272580 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 10916 3092 371 445 0 4460 0

[startup+0.0345399 s]
/proc/loadavg: 3.41 2.43 2.15 4/189 26013
/proc/meminfo: memFree=29027920/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=49808 CPUtime=0.02 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 6204 0 0 0 2 0 0 0 24 0 1 0 956795200 51003392 6138 33554432000 4194304 6016207 140736920684848 18446744073709551615 4309790 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 12452 6138 378 445 0 5996 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 49808

[startup+0.100527 s]
/proc/loadavg: 3.41 2.43 2.15 4/189 26013
/proc/meminfo: memFree=29027920/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=55952 CPUtime=0.09 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 7852 0 0 0 8 1 0 0 24 0 1 0 956795200 57294848 7786 33554432000 4194304 6016207 140736920684848 18446744073709551615 4278890 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 13988 7787 378 445 0 7532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55952

[startup+0.300489 s]
/proc/loadavg: 3.41 2.43 2.15 4/189 26013
/proc/meminfo: memFree=29027920/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=93968 CPUtime=0.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 16560 0 0 0 27 2 0 0 25 0 1 0 956795200 96223232 16494 33554432000 4194304 6016207 140736920684848 18446744073709551615 4805049 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 23492 16494 378 445 0 17036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 93968

[startup+0.700427 s]
/proc/loadavg: 3.41 2.43 2.15 4/189 26013
/proc/meminfo: memFree=29027920/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=143248 CPUtime=0.69 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 28466 0 0 0 65 4 0 0 25 0 1 0 956795200 146685952 28400 33554432000 4194304 6016207 140736920684848 18446744073709551615 4310902 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 35812 28400 378 445 0 29356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143248

[startup+1.50027 s]
/proc/loadavg: 3.41 2.43 2.15 5/190 26014
/proc/meminfo: memFree=28872572/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=241936 CPUtime=1.49 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 51991 0 0 0 141 8 0 0 25 0 1 0 956795200 247742464 51925 33554432000 4194304 6016207 140736920684848 18446744073709551615 260020395776 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 60484 51926 378 445 0 54028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 241936

[startup+3.10098 s]
/proc/loadavg: 3.41 2.43 2.15 5/190 26014
/proc/meminfo: memFree=28730972/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=439824 CPUtime=3.09 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 98742 0 0 0 294 15 0 0 25 0 1 0 956795200 450379776 98676 33554432000 4194304 6016207 140736920684848 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 109956 98676 378 445 0 103500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 439824

[startup+6.30039 s]
/proc/loadavg: 3.46 2.46 2.16 5/190 26014
/proc/meminfo: memFree=28329088/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=834960 CPUtime=6.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 192679 0 0 0 600 29 0 0 25 0 1 0 956795200 854999040 177158 33554432000 4194304 6016207 140736920684848 18446744073709551615 4282719 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 208740 177158 383 445 0 202284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 834960

[startup+12.7002 s]
/proc/loadavg: 3.50 2.49 2.17 5/190 26014
/proc/meminfo: memFree=28240060/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=835984 CPUtime=12.69 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 204476 0 0 0 1238 31 0 0 25 0 1 0 956795200 856047616 188955 33554432000 4194304 6016207 140736920684848 18446744073709551615 4274960 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 208996 188955 400 445 0 202540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 835984

[startup+25.5009 s]
/proc/loadavg: 3.61 2.56 2.19 5/190 26014
/proc/meminfo: memFree=26772500/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2119020 CPUtime=25.49 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 539142 0 0 0 2483 66 0 0 25 0 1 0 956795200 2169876480 523621 33554432000 4194304 6016207 140736920684848 18446744073709551615 4223744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 529755 523621 672 445 0 523299 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2119020

[startup+51.1002 s]
/proc/loadavg: 3.74 2.67 2.24 5/190 26015
/proc/meminfo: memFree=26711256/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2205420 CPUtime=51.09 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 559000 0 0 0 5040 69 0 0 25 0 1 0 956795200 2258350080 543236 33554432000 4194304 6016207 140736920684848 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 551355 543236 701 445 0 544899 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2205420

[startup+102.307 s]
/proc/loadavg: 3.89 2.88 2.33 5/190 26016
/proc/meminfo: memFree=25798304/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2205420 CPUtime=102.3 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 559133 0 0 0 10161 69 0 0 25 0 1 0 956795200 2258350080 543247 33554432000 4194304 6016207 140736920684848 18446744073709551615 4426996 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 551355 543247 717 445 0 544899 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2205420

[startup+162.301 s]
/proc/loadavg: 3.96 3.08 2.43 5/190 26018
/proc/meminfo: memFree=25681100/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2205420 CPUtime=162.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 560221 0 0 0 16159 70 0 0 25 0 1 0 956795200 2258350080 462554 33554432000 4194304 6016207 140736920684848 18446744073709551615 4741523 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 551355 462554 719 445 0 544899 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2205420

[startup+222.301 s]
/proc/loadavg: 4.02 3.26 2.53 5/190 26019
/proc/meminfo: memFree=25440248/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2205420 CPUtime=222.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 672584 0 0 0 22145 84 0 0 25 0 1 0 956795200 2258350080 416951 33554432000 4194304 6016207 140736920684848 18446744073709551615 4668049 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 551355 416953 724 445 0 544899 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2205420

[startup+282.301 s]
/proc/loadavg: 4.09 3.41 2.63 5/190 26021
/proc/meminfo: memFree=24607796/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2232768 CPUtime=282.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 792348 0 0 0 28129 100 0 0 25 0 1 0 956795200 2286354432 503078 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 558192 503078 735 445 0 551736 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2232768

[startup+342.301 s]
/proc/loadavg: 4.03 3.51 2.71 5/190 26023
/proc/meminfo: memFree=24299732/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2454252 CPUtime=342.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 854267 0 0 0 34121 108 0 0 25 0 1 0 956795200 2513154048 564997 33554432000 4194304 6016207 140736920684848 18446744073709551615 4513204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 613563 564997 735 445 0 607107 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2454252

[startup+402.301 s]
/proc/loadavg: 4.01 3.60 2.79 5/190 26024
/proc/meminfo: memFree=23791024/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=2734424 CPUtime=402.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 881263 0 0 0 40118 111 0 0 25 0 1 0 956795200 2800050176 591209 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 683606 591209 878 445 0 677150 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 2734424

[startup+462.301 s]
/proc/loadavg: 4.00 3.67 2.86 5/190 26026
/proc/meminfo: memFree=23261396/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3041664 CPUtime=462.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 977835 0 0 0 46107 122 0 0 25 0 1 0 956795200 3114663936 687686 33554432000 4194304 6016207 140736920684848 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 760416 687686 783 445 0 753960 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 3041664

[startup+522.301 s]
/proc/loadavg: 4.03 3.74 2.93 6/190 26027
/proc/meminfo: memFree=22944036/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3041664 CPUtime=522.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 979120 0 0 0 52106 123 0 0 25 0 1 0 956795200 3114663936 688848 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 760416 688848 783 445 0 753960 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 3041664

[startup+582.301 s]
/proc/loadavg: 4.01 3.79 3.00 5/190 26029
/proc/meminfo: memFree=22607832/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3442636 CPUtime=582.28 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1056723 0 0 0 58096 132 0 0 25 0 1 0 956795200 3525259264 766445 33554432000 4194304 6016207 140736920684848 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 860659 766445 777 445 0 854203 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 3442636

[startup+642.301 s]
/proc/loadavg: 3.85 3.79 3.05 4/184 26055
/proc/meminfo: memFree=25311516/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3442636 CPUtime=642.29 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1057498 0 0 0 64096 133 0 0 25 0 1 0 956795200 3525259264 767220 33554432000 4194304 6016207 140736920684848 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 860659 767220 777 445 0 854203 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 3442636

[startup+702.301 s]
/proc/loadavg: 3.38 3.66 3.05 4/184 26059
/proc/meminfo: memFree=24832480/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3774060 CPUtime=702.28 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1121972 0 0 0 70086 142 0 0 25 0 1 0 956795200 3864637440 831567 33554432000 4194304 6016207 140736920684848 18446744073709551615 4415047 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 943515 831567 762 445 0 937059 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 3774060

[startup+762.307 s]
/proc/loadavg: 3.17 3.55 3.05 4/184 26061
/proc/meminfo: memFree=24825572/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3774060 CPUtime=762.28 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1122821 0 0 0 76086 142 0 0 25 0 1 0 956795200 3864637440 832416 33554432000 4194304 6016207 140736920684848 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 943515 832416 762 445 0 937059 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 3774060

[startup+822.301 s]
/proc/loadavg: 3.06 3.45 3.04 4/184 26062
/proc/meminfo: memFree=24799400/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3809216 CPUtime=822.27 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1127615 0 0 0 82084 143 0 0 25 0 1 0 956795200 3900637184 837210 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 952304 837210 762 445 0 945848 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 3809216

[startup+882.301 s]
/proc/loadavg: 3.06 3.38 3.04 4/184 26064
/proc/meminfo: memFree=24696728/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=3939904 CPUtime=882.27 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1151678 0 0 0 88080 147 0 0 25 0 1 0 956795200 4034461696 861273 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 984976 861273 762 445 0 978520 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 3939904

[startup+942.301 s]
/proc/loadavg: 3.02 3.31 3.03 4/184 26066
/proc/meminfo: memFree=24327680/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=4114144 CPUtime=942.27 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1187343 0 0 0 94075 152 0 0 25 0 1 0 956795200 4212883456 896937 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 1028536 896937 761 445 0 1022080 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 4114144

[startup+1002.3 s]
/proc/loadavg: 3.01 3.25 3.03 4/184 26067
/proc/meminfo: memFree=24301568/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=4148460 CPUtime=1002.27 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1193812 0 0 0 100074 153 0 0 25 0 1 0 956795200 4248023040 903406 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 1037115 903406 761 445 0 1030659 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 4148460

[startup+1062.3 s]
/proc/loadavg: 3.00 3.20 3.02 4/184 26069
/proc/meminfo: memFree=24007632/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=4424592 CPUtime=1062.27 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1262551 0 0 0 106066 161 0 0 25 0 1 0 956795200 4530782208 972145 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 1106148 972145 761 445 0 1099692 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 4424592

[startup+1122.3 s]
/proc/loadavg: 3.00 3.16 3.02 4/184 26070
/proc/meminfo: memFree=23995924/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=4424592 CPUtime=1122.27 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1263616 0 0 0 112065 162 0 0 25 0 1 0 956795200 4530782208 973210 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 1106148 973210 761 445 0 1099692 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 4424592

[startup+1182.3 s]
/proc/loadavg: 3.00 3.13 3.01 4/184 26072
/proc/meminfo: memFree=23917748/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=4506160 CPUtime=1182.27 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1282493 0 0 0 118062 165 0 0 25 0 1 0 956795200 4614307840 992065 33554432000 4194304 6016207 140736920684848 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 1126540 992065 758 445 0 1120084 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 4506160

[startup+1242.3 s]
/proc/loadavg: 2.57 3.01 2.97 2/172 26124
/proc/meminfo: memFree=27769888/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=4676652 CPUtime=1242.26 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1288885 0 0 0 124060 166 0 0 25 0 1 0 956795200 4788891648 998457 33554432000 4194304 6016207 140736920684848 18446744073709551615 4426272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 1169163 998457 758 445 0 1162707 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 4676652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.58 2.64 2.85 2/172 26125
/proc/meminfo: memFree=27763672/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=4676652 CPUtime=1299.98 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4202496 1290510 0 0 0 129831 167 0 0 25 0 1 0 956795200 4788891648 1000082 33554432000 4194304 6016207 140736920684848 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26013/statm: 1169163 1000082 758 445 0 1162707 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 4676652

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: 1.58 2.64 2.85 2/173 26126
/proc/meminfo: memFree=30690920/32951124 swapFree=67056304/67111528
[pid=26013] ppid=26011 vsize=0 CPUtime=1300.08 cores=5,7
/proc/26013/stat : 26013 (qutersat_releas) R 26011 26013 25858 0 -1 4194308 1290515 0 0 0 129831 177 0 0 25 0 1 0 956795200 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/26013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.08
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.14
CPU time (s): 1300.12
CPU user time (s): 1298.31
CPU system time (s): 1.80872
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 4676652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.31
system time used= 1.80872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1290515
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= 12
involuntary context switches= 1213

runsolver used 2.06768 second user time and 5.02623 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-10 02:27:26
IDJOB=3292061
IDBENCH=85008
IDSOLVER=1607
FILE ID=node110/3292061-1307665639
RUNJOBID= node110-1307665569-25879
PBS_JOBID= 13549443
Free space on /tmp= 73728 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3292061-1307665639/watcher-3292061-1307665639 -o /tmp/evaluation-result-3292061-1307665639/solver-3292061-1307665639 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3292061-1307665639.cnf 1823072086

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1823072086

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29028224 kB
Buffers:        244444 kB
Cached:         922520 kB
SwapCached:       8464 kB
Active:        3285244 kB
Inactive:       395828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29028224 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:          440436 kB
Writeback:           0 kB
AnonPages:     2511692 kB
Mapped:          18164 kB
Slab:           171228 kB
PageTables:      10232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2809940 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= 73960 MiB
End job on node110 at 2011-06-10 02:49:08