Trace number 3289899

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 2000 #clause: 20544
0.00/0.01	c Find Units :        272
0.00/0.01	c Find Invs  :        128
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :       1056 AvgFaninNum: 2.5
0.00/0.02	c Find Ite   :         32
0.00/0.02	c UnDirect variable: 1968
0.00/0.02	c UnDirect to Direct Gate: 655
0.00/0.02	c Forced Direct Gate: 418 Unuse unDirect Gate: 925
0.00/0.02	c Break Cycle : 38
0.00/0.02	c Total Root : 220 Undef Var: 1351
0.00/0.02	c After covering, Total Root: 228 Leaf: 823
0.00/0.02	c Variable( cover/uncovered/unused ): 1472 528 0
0.00/0.02	c Unit Clauses: 272
0.00/0.02	c Binary Clauses( cover/uncovered ): 244 12
0.00/0.02	c Clauses( cover/uncovered ): 3156 16860
0.00/0.02	c Total Clauses( cover/uncovered ): 3672 16872 17.8738%
0.00/0.02	c Covered Ands: 0 Invs: 122 Xors: 506 Ites: 21
0.00/0.06	c Uncover Clauses avg size: 5.86463 max size: 8
0.00/0.06	c Final circuit: i/l/o/s    1087       0   16398     57494
0.00/0.06	c CnfToAig: Time: 0.05 s
0.19/0.21	c TmMap: Set choices finish.
0.19/0.24	c TmMap: Set big and: 23401
0.19/0.24	c TmMap: Origin: 58582 ClauseNum: 172482 --> New: 25241 ClauseNum: 106606
0.19/0.24	c TmMap: Time: 0.04
0.19/0.25	c Try to Add: #clause: 47496 #xorclause: 581
0.19/0.26	c #var: 8842 #clauses: 23173 Solving... 
1300.00/1300.00	c Time Out !!
1300.00/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: 935)

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

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: 3.86 3.98 3.82 5/193 12448
/proc/meminfo: memFree=23174756/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=32364 CPUtime=0 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 1758 0 0 0 0 0 0 0 24 0 1 0 489609402 33140736 1692 33554432000 4194304 6016207 140736467919312 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 8091 1693 379 445 0 1635 0

[startup+0.0929799 s]
/proc/loadavg: 3.86 3.98 3.82 5/193 12448
/proc/meminfo: memFree=23174756/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=47948 CPUtime=0.08 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 5931 0 0 0 8 0 0 0 24 0 1 0 489609402 49098752 5865 33554432000 4194304 6016207 140736467919312 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 11987 5867 670 445 0 5531 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47948

[startup+0.101012 s]
/proc/loadavg: 3.86 3.98 3.82 5/193 12448
/proc/meminfo: memFree=23174756/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=48972 CPUtime=0.09 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 6169 0 0 0 9 0 0 0 24 0 1 0 489609402 50147328 6103 33554432000 4194304 6016207 140736467919312 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 12243 6104 670 445 0 5787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48972

[startup+0.300965 s]
/proc/loadavg: 3.86 3.98 3.82 5/193 12448
/proc/meminfo: memFree=23174756/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=76728 CPUtime=0.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 11382 0 0 0 28 1 0 0 25 0 1 0 489609402 78569472 11316 33554432000 4194304 6016207 140736467919312 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 19182 11316 695 445 0 12726 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76728

[startup+0.700903 s]
/proc/loadavg: 3.86 3.98 3.82 5/193 12448
/proc/meminfo: memFree=23174756/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=85712 CPUtime=0.69 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 11740 0 0 0 68 1 0 0 25 0 1 0 489609402 87769088 11674 33554432000 4194304 6016207 140736467919312 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 21428 11674 726 445 0 14972 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85712

[startup+1.50074 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23030452/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=103992 CPUtime=1.49 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 12558 0 0 0 148 1 0 0 25 0 1 0 489609402 106487808 12492 33554432000 4194304 6016207 140736467919312 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 25998 12492 730 445 0 19542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103992

[startup+3.10042 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23017804/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=113164 CPUtime=3.09 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 12891 0 0 0 308 1 0 0 25 0 1 0 489609402 115879936 12825 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 28291 12825 731 445 0 21835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113164

[startup+6.30086 s]
/proc/loadavg: 3.87 3.98 3.82 5/194 12449
/proc/meminfo: memFree=22998304/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=113164 CPUtime=6.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 14387 0 0 0 628 1 0 0 25 0 1 0 489609402 115879936 14319 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 28291 14319 731 445 0 21835 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 113164

[startup+12.7007 s]
/proc/loadavg: 3.88 3.98 3.83 5/194 12450
/proc/meminfo: memFree=22972204/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=132792 CPUtime=12.69 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 16987 0 0 0 1267 2 0 0 25 0 1 0 489609402 135979008 16914 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 33198 16914 731 445 0 26742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 132792

[startup+25.5003 s]
/proc/loadavg: 3.90 3.98 3.83 5/194 12450
/proc/meminfo: memFree=22933776/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=152996 CPUtime=25.49 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 20833 0 0 0 2546 3 0 0 25 0 1 0 489609402 156667904 20759 33554432000 4194304 6016207 140736467919312 18446744073709551615 4424626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 38249 20759 731 445 0 31793 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 152996

[startup+51.1006 s]
/proc/loadavg: 3.94 3.98 3.83 5/194 12451
/proc/meminfo: memFree=22864792/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=174292 CPUtime=51.09 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 25200 0 0 0 5106 3 0 0 25 0 1 0 489609402 178475008 25126 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 43573 25126 731 445 0 37117 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174292

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 3.84 5/194 12452
/proc/meminfo: memFree=22804992/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=174292 CPUtime=102.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 28458 0 0 0 10225 4 0 0 25 0 1 0 489609402 178475008 28373 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 43573 28373 731 445 0 37117 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 174292

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 12454
/proc/meminfo: memFree=22683788/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=174292 CPUtime=162.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 30264 0 0 0 16224 5 0 0 25 0 1 0 489609402 178475008 30179 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 43573 30179 731 445 0 37117 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 174292

[startup+222.301 s]
/proc/loadavg: 4.08 4.01 3.86 5/194 12455
/proc/meminfo: memFree=22575360/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=188152 CPUtime=222.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 38844 0 0 0 22222 7 0 0 25 0 1 0 489609402 192667648 38753 33554432000 4194304 6016207 140736467919312 18446744073709551615 4380009 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 47038 38753 731 445 0 40582 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 188152

[startup+282.301 s]
/proc/loadavg: 4.03 4.01 3.86 5/194 12457
/proc/meminfo: memFree=22503652/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=217208 CPUtime=282.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 42320 0 0 0 28221 8 0 0 25 0 1 0 489609402 222420992 42123 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 54302 42123 731 445 0 47846 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 217208

[startup+342.301 s]
/proc/loadavg: 4.08 4.02 3.87 5/194 12458
/proc/meminfo: memFree=22474100/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=217208 CPUtime=342.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 42713 0 0 0 34220 9 0 0 25 0 1 0 489609402 222420992 42516 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 54302 42516 731 445 0 47846 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 217208

[startup+402.3 s]
/proc/loadavg: 4.03 4.01 3.88 5/194 12460
/proc/meminfo: memFree=22415276/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=233724 CPUtime=402.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 45625 0 0 0 40220 9 0 0 25 0 1 0 489609402 239333376 45428 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 58431 45428 731 445 0 51975 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 233724

[startup+462.3 s]
/proc/loadavg: 4.05 4.02 3.89 5/194 12462
/proc/meminfo: memFree=22367372/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=366964 CPUtime=462.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 53000 0 0 0 46217 12 0 0 25 0 1 0 489609402 375771136 48817 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 91741 48817 731 445 0 85285 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 366964

[startup+522.3 s]
/proc/loadavg: 4.06 4.03 3.90 5/194 12463
/proc/meminfo: memFree=22291948/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=434420 CPUtime=522.28 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 62867 0 0 0 52213 15 0 0 25 0 1 0 489609402 444846080 58684 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425552 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 108605 58684 731 445 0 102149 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 434420

[startup+582.301 s]
/proc/loadavg: 4.15 4.06 3.92 5/194 12465
/proc/meminfo: memFree=22235484/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505080 CPUtime=582.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 64926 0 0 0 58213 16 0 0 25 0 1 0 489609402 517201920 60743 33554432000 4194304 6016207 140736467919312 18446744073709551615 4536448 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126270 60743 747 445 0 119814 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 505080

[startup+642.301 s]
/proc/loadavg: 4.12 4.06 3.92 5/194 12466
/proc/meminfo: memFree=22184844/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505080 CPUtime=642.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 65297 0 0 0 64213 16 0 0 25 0 1 0 489609402 517201920 61114 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126270 61114 747 445 0 119814 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 505080

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 3.92 5/194 12468
/proc/meminfo: memFree=22150352/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505080 CPUtime=702.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 65558 0 0 0 70212 17 0 0 25 0 1 0 489609402 517201920 61375 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126270 61375 747 445 0 119814 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 505080

[startup+762.307 s]
/proc/loadavg: 4.01 4.04 3.92 5/194 12470
/proc/meminfo: memFree=22086340/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505080 CPUtime=762.3 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 65629 0 0 0 76213 17 0 0 25 0 1 0 489609402 517201920 61446 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126270 61446 747 445 0 119814 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 505080

[startup+822.301 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12471
/proc/meminfo: memFree=22064612/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505080 CPUtime=822.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 65891 0 0 0 82212 17 0 0 25 0 1 0 489609402 517201920 61697 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126270 61697 736 445 0 119814 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 505080

[startup+882.301 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12473
/proc/meminfo: memFree=22022908/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=882.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 70436 0 0 0 88210 19 0 0 25 0 1 0 489609402 517332992 66242 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 66242 736 445 0 119846 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 505208

[startup+942.3 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12474
/proc/meminfo: memFree=21986796/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=942.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 78785 0 0 0 94207 22 0 0 25 0 1 0 489609402 517332992 74591 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 74591 736 445 0 119846 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 505208

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12476
/proc/meminfo: memFree=21952188/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=1002.28 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 84650 0 0 0 100205 23 0 0 25 0 1 0 489609402 517332992 80386 33554432000 4194304 6016207 140736467919312 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 80386 763 445 0 119846 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 505208

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/194 12478
/proc/meminfo: memFree=21932588/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=1062.28 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 84691 0 0 0 106205 23 0 0 25 0 1 0 489609402 517332992 80427 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 80427 763 445 0 119846 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 505208

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/194 12479
/proc/meminfo: memFree=21922392/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=1122.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 86246 0 0 0 112205 24 0 0 25 0 1 0 489609402 517332992 81982 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 81982 763 445 0 119846 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 505208

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/194 12481
/proc/meminfo: memFree=21916784/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=1182.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 87612 0 0 0 118204 25 0 0 25 0 1 0 489609402 517332992 83348 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 83348 763 445 0 119846 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 505208

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/194 12482
/proc/meminfo: memFree=21907816/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=1242.29 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 89482 0 0 0 124203 26 0 0 25 0 1 0 489609402 517332992 85214 33554432000 4194304 6016207 140736467919312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 85214 759 445 0 119846 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 505208



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.94 2/190 12487
/proc/meminfo: memFree=22890520/32951124 swapFree=67111524/67111528
[pid=12448] ppid=12446 vsize=505208 CPUtime=1300 cores=0,2
/proc/12448/stat : 12448 (qutersat_releas) R 12446 12448 12230 0 -1 4202496 91302 0 0 0 129973 27 0 0 25 0 1 0 489609402 517332992 87034 33554432000 4194304 6016207 140736467919312 18446744073709551615 4377675 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12448/statm: 126302 87034 759 445 0 119846 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 505208

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): 1300.02
CPU user time (s): 1299.73
CPU system time (s): 0.289955
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 505208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.73
system time used= 0.289955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91307
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2370

runsolver used 2.20766 second user time and 4.89626 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 03:08:35
IDJOB=3289899
IDBENCH=83410
IDSOLVER=1607
FILE ID=node135/3289899-1303780115
RUNJOBID= node135-1303778813-12248
PBS_JOBID= 13157209
Free space on /tmp= 71244 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289899-1303780115/watcher-3289899-1303780115 -o /tmp/evaluation-result-3289899-1303780115/solver-3289899-1303780115 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3289899-1303780115.cnf 1741549049

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=1741549049

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23175524 kB
Buffers:       1816044 kB
Cached:        7249916 kB
SwapCached:          4 kB
Active:         589124 kB
Inactive:      8611664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23175524 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14788 kB
Writeback:           0 kB
AnonPages:      134140 kB
Mapped:          16636 kB
Slab:           511512 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326152 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71252 MiB
End job on node135 at 2011-04-26 03:30:17