Trace number 3377035

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) 1299.95 1300.04

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.783
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 596 #clause: 2780
0.00/0.01	c Find Units :        132
0.00/0.01	c Find Invs  :         32
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :        288 AvgFaninNum: 2.45833
0.00/0.01	c Find Ite   :         16
0.00/0.01	c UnDirect variable: 580
0.00/0.01	c UnDirect to Direct Gate: 238
0.00/0.01	c Forced Direct Gate: 171 Unuse unDirect Gate: 236
0.00/0.01	c Break Cycle : 18
0.00/0.01	c Total Root : 75 Undef Var: 360
0.00/0.01	c After covering, Total Root: 76 Leaf: 292
0.00/0.01	c Variable( cover/uncovered/unused ): 528 68 0
0.00/0.01	c Unit Clauses: 132
0.00/0.01	c Binary Clauses( cover/uncovered ): 64 16
0.00/0.01	c Clauses( cover/uncovered ): 1468 1100
0.00/0.01	c Total Clauses( cover/uncovered ): 1664 1116 59.8561%
0.00/0.01	c Covered Ands: 0 Invs: 32 Xors: 197 Ites: 7
0.00/0.01	c Uncover Clauses avg size: 3.64516 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     239       0     983      2962
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.02	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 1055
0.00/0.03	c TmMap: Origin: 3202 ClauseNum: 8886 --> New: 1579 ClauseNum: 5506
0.00/0.03	c TmMap: Time: 0.01
0.02/0.05	c Simulation --> TransNum: 5506/5506 Try to Add: #clause: 3266 #xorclause: 0
0.02/0.05	c #var: 595 #clauses: 1935 Solving... 
1299.94/1300.03	c Time Out !!
1299.94/1300.03	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-3377035-1305474989/watcher-3377035-1305474989 -o /tmp/evaluation-result-3377035-1305474989/solver-3377035-1305474989 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377035-1305474989.cnf 1338907611 

running on 2 cores: 0,2

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: 4.09 3.12 3.13 4/393 29399
/proc/meminfo: memFree=20215460/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=35436 CPUtime=0.01 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 2611 0 0 0 1 0 0 0 25 0 1 0 659098531 36286464 2548 33554432000 4194304 6014671 140733836388960 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 8859 2550 538 445 0 2404 0

[startup+0.0358451 s]
/proc/loadavg: 4.09 3.12 3.13 4/393 29399
/proc/meminfo: memFree=20215460/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=38508 CPUtime=0.02 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 3743 0 0 0 2 0 0 0 25 0 1 0 659098531 39432192 3680 33554432000 4194304 6014671 140733836388960 18446744073709551615 4244067 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 9627 3680 681 445 0 3172 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38508

[startup+0.100836 s]
/proc/loadavg: 4.09 3.12 3.13 4/393 29399
/proc/meminfo: memFree=20215460/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=46712 CPUtime=0.09 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 3895 0 0 0 9 0 0 0 25 0 1 0 659098531 47833088 3832 33554432000 4194304 6014671 140733836388960 18446744073709551615 4376261 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 11678 3832 726 445 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46712

[startup+0.300812 s]
/proc/loadavg: 4.09 3.12 3.13 4/393 29399
/proc/meminfo: memFree=20215460/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=56180 CPUtime=0.29 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 4098 0 0 0 29 0 0 0 25 0 1 0 659098531 57528320 4035 33554432000 4194304 6014671 140733836388960 18446744073709551615 4620672 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 14045 4035 728 445 0 7590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56180

[startup+0.700737 s]
/proc/loadavg: 4.09 3.12 3.13 4/393 29399
/proc/meminfo: memFree=20215460/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=64744 CPUtime=0.69 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 4448 0 0 0 69 0 0 0 25 0 1 0 659098531 66297856 4385 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 16186 4385 728 445 0 9731 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64744

[startup+1.50064 s]
/proc/loadavg: 4.09 3.12 3.13 5/394 29400
/proc/meminfo: memFree=20198588/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=82208 CPUtime=1.49 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 5107 0 0 0 148 1 0 0 25 0 1 0 659098531 84180992 5044 33554432000 4194304 6014671 140733836388960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 20552 5044 728 445 0 14097 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82208

[startup+3.10036 s]
/proc/loadavg: 4.09 3.12 3.13 5/394 29400
/proc/meminfo: memFree=20190904/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=91000 CPUtime=3.09 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 7214 0 0 0 308 1 0 0 25 0 1 0 659098531 93184000 7151 33554432000 4194304 6014671 140733836388960 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 22750 7151 729 445 0 16295 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91000

[startup+6.30079 s]
/proc/loadavg: 4.08 3.13 3.13 6/394 29427
/proc/meminfo: memFree=20281548/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=108788 CPUtime=6.29 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 8582 0 0 0 628 1 0 0 25 0 1 0 659098531 111398912 8519 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 27197 8519 729 445 0 20742 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108788

[startup+12.7147 s]
/proc/loadavg: 4.07 3.16 3.14 5/394 29428
/proc/meminfo: memFree=20256136/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=117936 CPUtime=12.71 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 9872 0 0 0 1269 2 0 0 25 0 1 0 659098531 120766464 9809 33554432000 4194304 6014671 140733836388960 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 29484 9809 729 445 0 23029 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 117936

[startup+25.5006 s]
/proc/loadavg: 4.06 3.19 3.15 5/394 29428
/proc/meminfo: memFree=20220804/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=117936 CPUtime=25.49 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 11274 0 0 0 2547 2 0 0 25 0 1 0 659098531 120766464 11211 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 29484 11211 729 445 0 23029 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117936

[startup+51.1003 s]
/proc/loadavg: 4.04 3.25 3.17 5/394 29428
/proc/meminfo: memFree=20181928/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=117936 CPUtime=51.1 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 12930 0 0 0 5107 3 0 0 25 0 1 0 659098531 120766464 12865 33554432000 4194304 6014671 140733836388960 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 29484 12865 729 445 0 23029 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 117936

[startup+102.301 s]
/proc/loadavg: 4.08 3.38 3.22 5/394 29430
/proc/meminfo: memFree=20122536/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=128444 CPUtime=102.28 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 18069 0 0 0 10224 4 0 0 25 0 1 0 659098531 131526656 17966 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 32111 17966 729 445 0 25656 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 128444

[startup+162.316 s]
/proc/loadavg: 4.24 3.55 3.28 5/394 29432
/proc/meminfo: memFree=20053328/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=150976 CPUtime=162.3 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 21695 0 0 0 16225 5 0 0 25 0 1 0 659098531 154599424 21592 33554432000 4194304 6014671 140733836388960 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 37744 21592 729 445 0 31289 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 150976

[startup+222.3 s]
/proc/loadavg: 4.18 3.66 3.33 5/394 29433
/proc/meminfo: memFree=20007444/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=150976 CPUtime=222.28 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 22372 0 0 0 22223 5 0 0 25 0 1 0 659098531 154599424 22269 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 37744 22269 729 445 0 31289 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 150976

[startup+282.3 s]
/proc/loadavg: 4.07 3.72 3.37 5/394 29444
/proc/meminfo: memFree=19992708/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=150976 CPUtime=282.26 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 25534 0 0 0 28221 5 0 0 25 0 1 0 659098531 154599424 25400 33554432000 4194304 6014671 140733836388960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 37744 25400 729 445 0 31289 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 150976

[startup+342.3 s]
/proc/loadavg: 4.02 3.77 3.41 5/394 29445
/proc/meminfo: memFree=19974524/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=150976 CPUtime=342.26 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 26623 0 0 0 34221 5 0 0 25 0 1 0 659098531 154599424 26489 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 37744 26489 729 445 0 31289 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 150976

[startup+402.301 s]
/proc/loadavg: 4.01 3.81 3.44 5/394 29447
/proc/meminfo: memFree=19955784/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=150976 CPUtime=402.25 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 26693 0 0 0 40220 5 0 0 25 0 1 0 659098531 154599424 26559 33554432000 4194304 6014671 140733836388960 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 37744 26559 729 445 0 31289 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 150976

[startup+462.301 s]
/proc/loadavg: 4.08 3.87 3.49 5/394 29449
/proc/meminfo: memFree=19887188/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=150976 CPUtime=462.25 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 28498 0 0 0 46219 6 0 0 25 0 1 0 659098531 154599424 28354 33554432000 4194304 6014671 140733836388960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 37744 28354 732 445 0 31289 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 150976

[startup+522.301 s]
/proc/loadavg: 4.03 3.89 3.52 5/394 29450
/proc/meminfo: memFree=19839564/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=164196 CPUtime=522.25 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 30804 0 0 0 52218 7 0 0 25 0 1 0 659098531 168136704 30649 33554432000 4194304 6014671 140733836388960 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 41049 30649 732 445 0 34594 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 164196

[startup+582.301 s]
/proc/loadavg: 4.01 3.91 3.55 5/394 29455
/proc/meminfo: memFree=19799364/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=164196 CPUtime=582.25 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 33380 0 0 0 58217 8 0 0 25 0 1 0 659098531 168136704 33208 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424589 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 41049 33208 730 445 0 34594 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 164196

[startup+642.316 s]
/proc/loadavg: 4.00 3.92 3.57 5/394 29456
/proc/meminfo: memFree=19781432/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=178008 CPUtime=642.26 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 35895 0 0 0 64217 9 0 0 25 0 1 0 659098531 182280192 35704 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 44502 35704 730 445 0 38047 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 178008

[startup+702.301 s]
/proc/loadavg: 4.03 3.95 3.60 5/394 29458
/proc/meminfo: memFree=19766668/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=178008 CPUtime=702.23 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 37085 0 0 0 70214 9 0 0 25 0 1 0 659098531 182280192 36883 33554432000 4194304 6014671 140733836388960 18446744073709551615 4369619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 44502 36883 730 445 0 38047 0
Current children cumulated CPU time (s) 702.23
Current children cumulated vsize (KiB) 178008

[startup+762.3 s]
/proc/loadavg: 4.18 4.00 3.64 5/394 29460
/proc/meminfo: memFree=19757484/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=192100 CPUtime=762.23 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 37108 0 0 0 76214 9 0 0 25 0 1 0 659098531 196710400 36894 33554432000 4194304 6014671 140733836388960 18446744073709551615 4425341 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 48025 36894 730 445 0 41570 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 192100

[startup+822.3 s]
/proc/loadavg: 4.12 4.01 3.66 5/394 29461
/proc/meminfo: memFree=19740112/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=192100 CPUtime=822.24 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 37553 0 0 0 82214 10 0 0 25 0 1 0 659098531 196710400 37290 33554432000 4194304 6014671 140733836388960 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 48025 37290 730 445 0 41570 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 192100

[startup+882.3 s]
/proc/loadavg: 4.04 4.01 3.68 5/394 29463
/proc/meminfo: memFree=19722620/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=249832 CPUtime=882.23 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 37681 0 0 0 88213 10 0 0 25 0 1 0 659098531 255827968 37404 33554432000 4194304 6014671 140733836388960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 62458 37404 730 445 0 56003 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 249832

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.70 5/394 29464
/proc/meminfo: memFree=19715916/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=249832 CPUtime=942.23 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 38125 0 0 0 94213 10 0 0 25 0 1 0 659098531 255827968 37831 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 62458 37831 730 445 0 56003 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 249832

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/394 29466
/proc/meminfo: memFree=19687136/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=249832 CPUtime=1002.22 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 38202 0 0 0 100212 10 0 0 25 0 1 0 659098531 255827968 37889 33554432000 4194304 6014671 140733836388960 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 62458 37889 729 445 0 56003 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 249832

[startup+1062.3 s]
/proc/loadavg: 4.15 4.05 3.75 5/394 29468
/proc/meminfo: memFree=19670880/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=249832 CPUtime=1062.22 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 41199 0 0 0 106211 11 0 0 25 0 1 0 659098531 255827968 40864 33554432000 4194304 6014671 140733836388960 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 62458 40864 729 445 0 56003 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 249832

[startup+1122.3 s]
/proc/loadavg: 2.79 3.68 3.64 3/382 29505
/proc/meminfo: memFree=20122872/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=249832 CPUtime=1122.22 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 47378 0 0 0 112210 12 0 0 25 0 1 0 659098531 255827968 47043 33554432000 4194304 6014671 140733836388960 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 62458 47043 729 445 0 56003 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 249832

[startup+1182.3 s]
/proc/loadavg: 2.26 3.35 3.52 3/382 29507
/proc/meminfo: memFree=20117156/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=249832 CPUtime=1182.23 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 48067 0 0 0 118211 12 0 0 25 0 1 0 659098531 255827968 47732 33554432000 4194304 6014671 140733836388960 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 62458 47732 729 445 0 56003 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 249832

[startup+1242.3 s]
/proc/loadavg: 2.10 3.12 3.43 3/382 29508
/proc/meminfo: memFree=20100280/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=264856 CPUtime=1242.22 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 51796 0 0 0 124208 14 0 0 25 0 1 0 659098531 271212544 51414 33554432000 4194304 6014671 140733836388960 18446744073709551615 4369616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 66214 51414 729 445 0 59759 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 264856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.04 2.91 3.34 4/382 29510
/proc/meminfo: memFree=20096668/32951132 swapFree=64495988/67111528
[pid=29399] ppid=29397 vsize=264856 CPUtime=1299.94 cores=0,2
/proc/29399/stat : 29399 (qutersat_releas) R 29397 29399 28470 0 -1 4202496 52153 0 0 0 129980 14 0 0 25 0 1 0 659098531 271212544 51771 33554432000 4194304 6014671 140733836388960 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29399/statm: 66214 51771 729 445 0 59759 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 264856

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.04
CPU time (s): 1299.95
CPU user time (s): 1299.8
CPU system time (s): 0.149977
CPU usage (%): 99.9933
Max. virtual memory (cumulated for all children) (KiB): 264856

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

runsolver used 5.36118 second user time and 11.5322 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 17:56:29
IDJOB=3377035
IDBENCH=83420
IDSOLVER=1856
FILE ID=node129/3377035-1305474989
RUNJOBID= node129-1305474751-29324
PBS_JOBID= 13325326
Free space on /tmp= 73388 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377035-1305474989/watcher-3377035-1305474989 -o /tmp/evaluation-result-3377035-1305474989/solver-3377035-1305474989 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377035-1305474989.cnf 1338907611

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=1338907611

node129.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.831
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      20215484 kB
Buffers:        273816 kB
Cached:        6416912 kB
SwapCached:      52664 kB
Active:        3920876 kB
Inactive:      8572920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20215484 kB
SwapTotal:    67111528 kB
SwapFree:     64495988 kB
Dirty:            1584 kB
Writeback:           0 kB
AnonPages:     5759160 kB
Mapped:          25904 kB
Slab:           133116 kB
PageTables:      42344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93933012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73392 MiB
End job on node129 at 2011-05-15 18:18:11