Trace number 3377180

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.41 1300.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.00/0.62	c Set FPU double precision.
0.00/0.62	c Parse Cnf success: #var: 1404 #clause: 7572
0.00/0.62	c Find Units :        140
0.00/0.62	c Find Invs  :         96
0.00/0.62	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.62	c Find Xors  :        736 AvgFaninNum: 2.53804
0.00/0.62	c Find Ite   :         48
0.00/0.63	c UnDirect variable: 1356
0.00/0.63	c UnDirect to Direct Gate: 572
0.00/0.63	c Forced Direct Gate: 354 Unuse unDirect Gate: 580
0.00/0.63	c Break Cycle : 59
0.00/0.63	c Total Root : 178 Undef Var: 843
0.00/0.63	c After covering, Total Root: 187 Leaf: 568
0.00/0.63	c Variable( cover/uncovered/unused ): 1129 275 0
0.00/0.63	c Unit Clauses: 140
0.00/0.63	c Binary Clauses( cover/uncovered ): 178 62
0.00/0.63	c Clauses( cover/uncovered ): 3100 4092
0.00/0.63	c Total Clauses( cover/uncovered ): 3418 4154 45.14%
0.00/0.63	c Covered Ands: 0 Invs: 89 Xors: 446 Ites: 26
0.00/0.63	c Uncover Clauses avg size: 3.9923 max size: 5
0.00/0.63	c Final circuit: i/l/o/s     717       0    3970     11150
0.00/0.63	c CnfToAig: Time: 0.01 s
0.00/0.66	c TmMap: Set choices finish.
0.00/0.67	c TmMap: Set big and: 4712
0.00/0.67	c TmMap: Origin: 11868 ClauseNum: 33450 --> New: 6117 ClauseNum: 21907
0.00/0.67	c TmMap: Time: 0
0.00/0.67	c Try to Add: #clause: 12170 #xorclause: 0
0.00/0.67	c #var: 2146 #clauses: 6994 Solving... 
1299.38/1300.01	c Time Out !!
1299.38/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-3377180-1305474994/watcher-3377180-1305474994 -o /tmp/evaluation-result-3377180-1305474994/solver-3377180-1305474994 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377180-1305474994.cnf 1338907611 

running on 2 cores: 4,6

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.08 3.13 3.13 5/393 29426
/proc/meminfo: memFree=20299908/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=2200 CPUtime=0 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) D 29424 29426 28470 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 659099016 2252800 38 33554432000 4194304 6014671 140734220080368 18446744073709551615 210642222727 0 0 4096 0 18446744071696489144 0 0 17 4 0 0 0
/proc/29426/statm: 550 38 31 445 0 61 0

[startup+0.0774181 s]
/proc/loadavg: 4.08 3.13 3.13 5/393 29426
/proc/meminfo: memFree=20299908/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=2200 CPUtime=0 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) D 29424 29426 28470 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 659099016 2252800 38 33554432000 4194304 6014671 140734220080368 18446744073709551615 210642222727 0 0 4096 0 18446744071696489144 0 0 17 4 0 0 0
/proc/29426/statm: 550 38 31 445 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2200

[startup+0.100425 s]
/proc/loadavg: 4.08 3.13 3.13 5/393 29426
/proc/meminfo: memFree=20299908/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=2200 CPUtime=0 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) D 29424 29426 28470 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 659099016 2252800 38 33554432000 4194304 6014671 140734220080368 18446744073709551615 210642222727 0 0 4096 0 18446744071696489144 0 0 17 4 0 0 0
/proc/29426/statm: 550 38 31 445 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2200

[startup+0.300384 s]
/proc/loadavg: 4.08 3.13 3.13 5/393 29426
/proc/meminfo: memFree=20299908/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=2200 CPUtime=0 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) D 29424 29426 28470 0 -1 4194304 83 0 0 0 0 0 0 0 25 0 1 0 659099016 2252800 38 33554432000 4194304 6014671 140734220080368 18446744073709551615 210642222727 0 0 4096 0 18446744071696489144 0 0 17 4 0 0 0
/proc/29426/statm: 550 38 31 445 0 61 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2200

[startup+0.71531 s]
/proc/loadavg: 4.08 3.13 3.13 5/393 29426
/proc/meminfo: memFree=20299908/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=50808 CPUtime=0.09 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 4935 0 0 0 9 0 0 0 19 0 1 0 659099016 52027392 4871 33554432000 4194304 6014671 140734220080368 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 12702 4871 726 445 0 6247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50808

[startup+1.50016 s]
/proc/loadavg: 4.08 3.13 3.13 7/394 29427
/proc/meminfo: memFree=20280432/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=67972 CPUtime=0.87 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 5726 0 0 0 87 0 0 0 21 0 1 0 659099016 69603328 5662 33554432000 4194304 6014671 140734220080368 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 16993 5662 728 445 0 10538 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 67972

[startup+3.10091 s]
/proc/loadavg: 4.08 3.13 3.13 5/394 29427
/proc/meminfo: memFree=20275348/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=76896 CPUtime=2.47 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 7021 0 0 0 247 0 0 0 25 0 1 0 659099016 78741504 6957 33554432000 4194304 6014671 140734220080368 18446744073709551615 4372328 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 19224 6957 729 445 0 12769 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 76896
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 4.08 3.15 3.13 5/394 29427
/proc/meminfo: memFree=20264808/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=85944 CPUtime=5.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 8234 0 0 0 567 0 0 0 25 0 1 0 659099016 88006656 8170 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 21486 8170 729 445 0 15031 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 85944

[startup+12.7003 s]
/proc/loadavg: 4.07 3.16 3.14 5/394 29428
/proc/meminfo: memFree=20240772/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=86072 CPUtime=12.07 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 11533 0 0 0 1206 1 0 0 25 0 1 0 659099016 88137728 11469 33554432000 4194304 6014671 140734220080368 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 21518 11469 729 445 0 15063 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 86072

[startup+25.5011 s]
/proc/loadavg: 4.05 3.20 3.15 6/394 29428
/proc/meminfo: memFree=20212372/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=95980 CPUtime=24.88 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 16051 0 0 0 2486 2 0 0 25 0 1 0 659099016 98283520 15987 33554432000 4194304 6014671 140734220080368 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 23995 15987 729 445 0 17540 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 95980

[startup+51.1008 s]
/proc/loadavg: 4.04 3.27 3.17 5/394 29429
/proc/meminfo: memFree=20175480/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=126724 CPUtime=50.48 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 22511 0 0 0 5045 3 0 0 25 0 1 0 659099016 129765376 22447 33554432000 4194304 6014671 140734220080368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 31681 22447 729 445 0 25226 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 126724

[startup+102.314 s]
/proc/loadavg: 4.08 3.39 3.22 5/394 29430
/proc/meminfo: memFree=20114972/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=195660 CPUtime=101.69 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 30607 0 0 0 10165 4 0 0 25 0 1 0 659099016 200355840 30543 33554432000 4194304 6014671 140734220080368 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 48915 30543 729 445 0 42460 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 195660

[startup+162.301 s]
/proc/loadavg: 4.22 3.56 3.29 6/394 29432
/proc/meminfo: memFree=20052708/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=207996 CPUtime=161.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 36838 0 0 0 16162 5 0 0 25 0 1 0 659099016 212987904 36774 33554432000 4194304 6014671 140734220080368 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 51999 36774 745 445 0 45544 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 207996

[startup+222.301 s]
/proc/loadavg: 4.17 3.67 3.34 5/394 29433
/proc/meminfo: memFree=20006948/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=245932 CPUtime=221.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 46313 0 0 0 22161 7 0 0 25 0 1 0 659099016 251834368 46243 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 61483 46243 745 445 0 55028 0
Current children cumulated CPU time (s) 221.68
Current children cumulated vsize (KiB) 245932

[startup+282.301 s]
/proc/loadavg: 4.06 3.72 3.38 5/394 29444
/proc/meminfo: memFree=19992760/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=259488 CPUtime=281.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 47975 0 0 0 28161 7 0 0 25 0 1 0 659099016 265715712 47836 33554432000 4194304 6014671 140734220080368 18446744073709551615 4566213 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 64872 47836 745 445 0 58417 0
Current children cumulated CPU time (s) 281.68
Current children cumulated vsize (KiB) 259488

[startup+342.301 s]
/proc/loadavg: 4.02 3.77 3.41 5/394 29445
/proc/meminfo: memFree=19974028/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=367776 CPUtime=341.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 49499 0 0 0 34161 7 0 0 25 0 1 0 659099016 376602624 49290 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 91944 49290 740 445 0 85489 0
Current children cumulated CPU time (s) 341.68
Current children cumulated vsize (KiB) 367776

[startup+402.301 s]
/proc/loadavg: 4.01 3.81 3.45 5/394 29447
/proc/meminfo: memFree=19948468/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=401.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 58386 0 0 0 40159 9 0 0 25 0 1 0 659099016 434577408 54995 33554432000 4194304 6014671 140734220080368 18446744073709551615 4425409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 54996 740 445 0 99643 0
Current children cumulated CPU time (s) 401.68
Current children cumulated vsize (KiB) 424392

[startup+462.301 s]
/proc/loadavg: 4.08 3.87 3.49 6/394 29449
/proc/meminfo: memFree=19884584/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=461.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 67425 0 0 0 46157 10 0 0 25 0 1 0 659099016 434577408 64034 33554432000 4194304 6014671 140734220080368 18446744073709551615 4511671 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 64034 740 445 0 99643 0
Current children cumulated CPU time (s) 461.67
Current children cumulated vsize (KiB) 424392

[startup+522.3 s]
/proc/loadavg: 4.03 3.89 3.52 6/394 29450
/proc/meminfo: memFree=19828652/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=521.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 74591 0 0 0 52156 12 0 0 25 0 1 0 659099016 434577408 71200 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 71200 740 445 0 99643 0
Current children cumulated CPU time (s) 521.68
Current children cumulated vsize (KiB) 424392

[startup+582.3 s]
/proc/loadavg: 4.01 3.91 3.55 6/394 29455
/proc/meminfo: memFree=19797448/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=581.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 75570 0 0 0 58156 12 0 0 25 0 1 0 659099016 434577408 72179 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 72179 740 445 0 99643 0
Current children cumulated CPU time (s) 581.68
Current children cumulated vsize (KiB) 424392

[startup+642.3 s]
/proc/loadavg: 4.00 3.92 3.57 6/394 29456
/proc/meminfo: memFree=19779944/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=641.69 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 76210 0 0 0 64157 12 0 0 25 0 1 0 659099016 434577408 72813 33554432000 4194304 6014671 140734220080368 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 72813 741 445 0 99643 0
Current children cumulated CPU time (s) 641.69
Current children cumulated vsize (KiB) 424392

[startup+702.301 s]
/proc/loadavg: 4.11 3.96 3.61 6/394 29458
/proc/meminfo: memFree=19766420/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=701.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 77222 0 0 0 70156 12 0 0 25 0 1 0 659099016 434577408 73825 33554432000 4194304 6014671 140734220080368 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 73825 741 445 0 99643 0
Current children cumulated CPU time (s) 701.68
Current children cumulated vsize (KiB) 424392

[startup+762.315 s]
/proc/loadavg: 4.16 4.00 3.64 5/394 29460
/proc/meminfo: memFree=19754756/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=761.69 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 77222 0 0 0 76157 12 0 0 25 0 1 0 659099016 434577408 73825 33554432000 4194304 6014671 140734220080368 18446744073709551615 4371935 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 73825 741 445 0 99643 0
Current children cumulated CPU time (s) 761.69
Current children cumulated vsize (KiB) 424392

[startup+822.301 s]
/proc/loadavg: 4.11 4.01 3.66 5/394 29461
/proc/meminfo: memFree=19732176/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=821.68 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 77279 0 0 0 82156 12 0 0 25 0 1 0 659099016 434577408 73882 33554432000 4194304 6014671 140734220080368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 73882 741 445 0 99643 0
Current children cumulated CPU time (s) 821.68
Current children cumulated vsize (KiB) 424392

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.68 5/394 29463
/proc/meminfo: memFree=19722000/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=881.69 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 77332 0 0 0 88156 13 0 0 25 0 1 0 659099016 434577408 73935 33554432000 4194304 6014671 140734220080368 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 73935 741 445 0 99643 0
Current children cumulated CPU time (s) 881.69
Current children cumulated vsize (KiB) 424392

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.70 5/394 29464
/proc/meminfo: memFree=19715792/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=941.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 77332 0 0 0 94154 13 0 0 25 0 1 0 659099016 434577408 73935 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 73935 741 445 0 99643 0
Current children cumulated CPU time (s) 941.67
Current children cumulated vsize (KiB) 424392

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/394 29466
/proc/meminfo: memFree=19687136/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=1001.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 82128 0 0 0 100153 14 0 0 25 0 1 0 659099016 434577408 78731 33554432000 4194304 6014671 140734220080368 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 78731 741 445 0 99643 0
Current children cumulated CPU time (s) 1001.67
Current children cumulated vsize (KiB) 424392

[startup+1062.3 s]
/proc/loadavg: 3.98 4.02 3.74 3/384 29504
/proc/meminfo: memFree=20147248/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=1061.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 82271 0 0 0 106153 14 0 0 25 0 1 0 659099016 434577408 78874 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 78874 741 445 0 99643 0
Current children cumulated CPU time (s) 1061.67
Current children cumulated vsize (KiB) 424392

[startup+1122.3 s]
/proc/loadavg: 2.72 3.65 3.63 3/382 29505
/proc/meminfo: memFree=20121508/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=1121.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 82637 0 0 0 112153 14 0 0 25 0 1 0 659099016 434577408 79240 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 79240 741 445 0 99643 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 424392

[startup+1182.3 s]
/proc/loadavg: 2.26 3.35 3.52 3/382 29507
/proc/meminfo: memFree=20116040/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=1181.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 83353 0 0 0 118153 14 0 0 25 0 1 0 659099016 434577408 79956 33554432000 4194304 6014671 140734220080368 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 79956 741 445 0 99643 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 424392

[startup+1242.3 s]
/proc/loadavg: 2.10 3.10 3.42 3/382 29508
/proc/meminfo: memFree=20100280/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=1241.67 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 83667 0 0 0 124153 14 0 0 25 0 1 0 659099016 434577408 80270 33554432000 4194304 6014671 140734220080368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 80270 741 445 0 99643 0
Current children cumulated CPU time (s) 1241.67
Current children cumulated vsize (KiB) 424392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.95 2.88 3.33 2/377 29529
/proc/meminfo: memFree=20306256/32951132 swapFree=64495988/67111528
[pid=29426] ppid=29424 vsize=424392 CPUtime=1299.38 cores=4,6
/proc/29426/stat : 29426 (qutersat_releas) R 29424 29426 28470 0 -1 4202496 84022 0 0 0 129924 14 0 0 25 0 1 0 659099016 434577408 80625 33554432000 4194304 6014671 140734220080368 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/29426/statm: 106098 80625 741 445 0 99643 0
Current children cumulated CPU time (s) 1299.38
Current children cumulated vsize (KiB) 424392

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.03
CPU time (s): 1299.41
CPU user time (s): 1299.25
CPU system time (s): 0.159975
CPU usage (%): 99.9526
Max. virtual memory (cumulated for all children) (KiB): 424392

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

runsolver used 5.2612 second user time and 11.3643 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 17:56:34
IDJOB=3377180
IDBENCH=83421
IDSOLVER=1856
FILE ID=node129/3377180-1305474994
RUNJOBID= node129-1305474751-29325
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_3_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377180-1305474994/watcher-3377180-1305474994 -o /tmp/evaluation-result-3377180-1305474994/solver-3377180-1305474994 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377180-1305474994.cnf 1338907611

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
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:      20299940 kB
Buffers:        273848 kB
Cached:        6416580 kB
SwapCached:      52664 kB
Active:        3836952 kB
Inactive:      8572940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20299940 kB
SwapTotal:    67111528 kB
SwapFree:     64495988 kB
Dirty:            3436 kB
Writeback:           0 kB
AnonPages:     5675376 kB
Mapped:          25940 kB
Slab:           133408 kB
PageTables:      42224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93846568 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:16