Trace number 3289853

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 2808 #clause: 30432
0.00/0.02	c Find Units :        280
0.00/0.02	c Find Invs  :        192
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :       1520 AvgFaninNum: 2.52105
0.00/0.03	c Find Ite   :         48
0.00/0.03	c UnDirect variable: 2760
0.00/0.03	c UnDirect to Direct Gate: 1084
0.00/0.03	c Forced Direct Gate: 657 Unuse unDirect Gate: 1228
0.00/0.03	c Break Cycle : 84
0.00/0.03	c Total Root : 330 Undef Var: 1760
0.00/0.03	c After covering, Total Root: 355 Leaf: 1089
0.00/0.03	c Variable( cover/uncovered/unused ): 2137 671 0
0.00/0.03	c Unit Clauses: 280
0.00/0.03	c Binary Clauses( cover/uncovered ): 368 16
0.00/0.03	c Clauses( cover/uncovered ): 5404 24364
0.00/0.03	c Total Clauses( cover/uncovered ): 6052 24380 19.887%
0.00/0.03	c Covered Ands: 0 Invs: 184 Xors: 830 Ites: 34
0.03/0.08	c Uncover Clauses avg size: 5.9324 max size: 8
0.03/0.08	c Final circuit: i/l/o/s    1491       0   23953     87196
0.03/0.08	c CnfToAig: Time: 0.08 s
0.29/0.32	c TmMap: Set choices finish.
0.29/0.36	c TmMap: Set big and: 33744
0.29/0.36	c TmMap: Origin: 88688 ClauseNum: 261588 --> New: 36465 ClauseNum: 158276
0.29/0.36	c TmMap: Time: 0.06
0.29/0.37	c Try to Add: #clause: 68364 #xorclause: 1010
0.29/0.39	c #var: 12511 #clauses: 33632 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/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-3289853-1303780115/watcher-3289853-1303780115 -o /tmp/evaluation-result-3289853-1303780115/solver-3289853-1303780115 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3289853-1303780115.cnf 1741549049 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.86 3.98 3.82 3/188 12440
/proc/meminfo: memFree=23206892/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=32364 CPUtime=0 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 1814 0 0 0 0 0 0 0 21 0 1 0 489609397 33140736 1749 33554432000 4194304 6016207 140733583648576 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 8091 1750 379 445 0 1635 0

[startup+0.037956 s]
/proc/loadavg: 3.86 3.98 3.82 3/188 12440
/proc/meminfo: memFree=23206892/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=35436 CPUtime=0.03 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 2575 0 0 0 3 0 0 0 21 0 1 0 489609397 36286464 2510 33554432000 4194304 6016207 140733583648576 18446744073709551615 4268304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 8859 2510 400 445 0 2403 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 35436

[startup+0.100952 s]
/proc/loadavg: 3.86 3.98 3.82 3/188 12440
/proc/meminfo: memFree=23206892/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=46252 CPUtime=0.09 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 5212 0 0 0 9 0 0 0 21 0 1 0 489609397 47362048 5147 33554432000 4194304 6016207 140733583648576 18446744073709551615 4261052 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 11563 5178 670 445 0 5107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46252

[startup+0.30091 s]
/proc/loadavg: 3.86 3.98 3.82 3/188 12440
/proc/meminfo: memFree=23206892/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=82444 CPUtime=0.29 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 14540 0 0 0 28 1 0 0 22 0 1 0 489609397 84422656 14475 33554432000 4194304 6016207 140733583648576 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 20611 14475 671 445 0 14155 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82444

[startup+0.700833 s]
/proc/loadavg: 3.86 3.98 3.82 3/188 12440
/proc/meminfo: memFree=23206892/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=86668 CPUtime=0.69 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 15574 0 0 0 68 1 0 0 23 0 1 0 489609397 88748032 15509 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 21667 15509 726 445 0 15211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86668

[startup+1.50069 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23031196/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=114936 CPUtime=1.49 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 16670 0 0 0 148 1 0 0 25 0 1 0 489609397 117694464 16605 33554432000 4194304 6016207 140733583648576 18446744073709551615 4731774 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 28734 16605 730 445 0 22278 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114936

[startup+3.10039 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23018052/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=124484 CPUtime=3.09 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 17083 0 0 0 308 1 0 0 25 0 1 0 489609397 127471616 17018 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 31121 17018 731 445 0 24665 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124484

[startup+6.30079 s]
/proc/loadavg: 3.87 3.98 3.82 5/194 12449
/proc/meminfo: memFree=22998552/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=124484 CPUtime=6.29 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 17708 0 0 0 628 1 0 0 25 0 1 0 489609397 127471616 17643 33554432000 4194304 6016207 140733583648576 18446744073709551615 4385696 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 31121 17643 731 445 0 24665 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124484

[startup+12.7006 s]
/proc/loadavg: 3.88 3.98 3.83 5/194 12450
/proc/meminfo: memFree=22972204/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=124484 CPUtime=12.69 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 18624 0 0 0 1268 1 0 0 25 0 1 0 489609397 127471616 18559 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 31121 18559 731 445 0 24665 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124484

[startup+25.5002 s]
/proc/loadavg: 3.90 3.98 3.83 5/194 12450
/proc/meminfo: memFree=22933776/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=124484 CPUtime=25.49 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 19678 0 0 0 2548 1 0 0 25 0 1 0 489609397 127471616 19613 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 31121 19613 731 445 0 24665 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124484

[startup+51.1005 s]
/proc/loadavg: 3.94 3.98 3.83 5/194 12451
/proc/meminfo: memFree=22864916/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=135268 CPUtime=51.09 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 23341 0 0 0 5107 2 0 0 25 0 1 0 489609397 138514432 23276 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 33817 23276 731 445 0 27361 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 135268

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 3.84 5/194 12452
/proc/meminfo: memFree=22804992/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=147244 CPUtime=102.3 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 28677 0 0 0 10226 4 0 0 25 0 1 0 489609397 150777856 28582 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 36811 28582 732 445 0 30355 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147244

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 12454
/proc/meminfo: memFree=22683788/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=160048 CPUtime=162.29 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 32117 0 0 0 16225 4 0 0 25 0 1 0 489609397 163889152 32011 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 40012 32011 732 445 0 33556 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160048

[startup+222.301 s]
/proc/loadavg: 4.08 4.01 3.86 5/194 12455
/proc/meminfo: memFree=22575484/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=187924 CPUtime=222.3 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 36020 0 0 0 22225 5 0 0 25 0 1 0 489609397 192434176 35837 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 46981 35837 743 445 0 40525 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 187924

[startup+282.301 s]
/proc/loadavg: 4.03 4.01 3.86 5/194 12457
/proc/meminfo: memFree=22503652/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=187924 CPUtime=282.3 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 36568 0 0 0 28225 5 0 0 25 0 1 0 489609397 192434176 36385 33554432000 4194304 6016207 140733583648576 18446744073709551615 4377997 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 46981 36385 743 445 0 40525 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 187924

[startup+342.301 s]
/proc/loadavg: 4.08 4.02 3.87 5/194 12458
/proc/meminfo: memFree=22474100/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=219952 CPUtime=342.3 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 47748 0 0 0 34223 7 0 0 25 0 1 0 489609397 225230848 43886 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 54988 43886 733 445 0 48532 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 219952

[startup+402.3 s]
/proc/loadavg: 4.03 4.01 3.88 5/194 12460
/proc/meminfo: memFree=22415276/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=236344 CPUtime=402.3 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 52727 0 0 0 40221 9 0 0 25 0 1 0 489609397 242016256 48864 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425592 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 59086 48864 732 445 0 52630 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 236344

[startup+462.3 s]
/proc/loadavg: 4.05 4.02 3.89 5/194 12462
/proc/meminfo: memFree=22367372/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=322656 CPUtime=462.31 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 57988 0 0 0 46220 11 0 0 25 0 1 0 489609397 330399744 54115 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 80664 54115 733 445 0 74208 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 322656

[startup+522.3 s]
/proc/loadavg: 4.06 4.03 3.90 5/194 12463
/proc/meminfo: memFree=22292072/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=322656 CPUtime=522.3 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 62395 0 0 0 52218 12 0 0 25 0 1 0 489609397 330399744 58521 33554432000 4194304 6016207 140733583648576 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 80664 58521 732 445 0 74208 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 322656

[startup+582.301 s]
/proc/loadavg: 4.15 4.06 3.92 5/194 12465
/proc/meminfo: memFree=22235484/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=395724 CPUtime=582.3 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 72877 0 0 0 58214 16 0 0 25 0 1 0 489609397 405221376 69002 33554432000 4194304 6016207 140733583648576 18446744073709551615 4381902 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 98931 69002 732 445 0 92475 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 395724

[startup+642.301 s]
/proc/loadavg: 4.12 4.06 3.92 5/194 12466
/proc/meminfo: memFree=22184844/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=395724 CPUtime=642.31 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 74914 0 0 0 64213 18 0 0 25 0 1 0 489609397 405221376 71039 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 98931 71039 732 445 0 92475 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 395724

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 3.92 5/194 12468
/proc/meminfo: memFree=22150476/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=395724 CPUtime=702.31 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 75740 0 0 0 70212 19 0 0 25 0 1 0 489609397 405221376 71865 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 98931 71865 732 445 0 92475 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 395724

[startup+762.307 s]
/proc/loadavg: 4.01 4.04 3.92 5/194 12470
/proc/meminfo: memFree=22086340/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=395724 CPUtime=762.32 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 77235 0 0 0 76213 19 0 0 25 0 1 0 489609397 405221376 73329 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 98931 73329 743 445 0 92475 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 395724

[startup+822.301 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12471
/proc/meminfo: memFree=22064612/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=395724 CPUtime=822.32 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 82130 0 0 0 82211 21 0 0 25 0 1 0 489609397 405221376 78224 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 98931 78224 743 445 0 92475 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 395724

[startup+882.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12473
/proc/meminfo: memFree=22022796/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=395724 CPUtime=882.32 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 87656 0 0 0 88209 23 0 0 25 0 1 0 489609397 405221376 83750 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 98931 83750 743 445 0 92475 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 395724

[startup+942.3 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12474
/proc/meminfo: memFree=21986796/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=395724 CPUtime=942.32 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 88077 0 0 0 94209 23 0 0 25 0 1 0 489609397 405221376 84168 33554432000 4194304 6016207 140733583648576 18446744073709551615 4536256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 98931 84168 740 445 0 92475 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 395724

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12476
/proc/meminfo: memFree=21952188/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=483332 CPUtime=1002.33 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 88939 0 0 0 100209 24 0 0 25 0 1 0 489609397 494931968 85030 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 120833 85030 740 445 0 114377 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 483332

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/194 12478
/proc/meminfo: memFree=21932588/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=483332 CPUtime=1062.32 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 93853 0 0 0 106206 26 0 0 25 0 1 0 489609397 494931968 89944 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 120833 89944 740 445 0 114377 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 483332

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/194 12479
/proc/meminfo: memFree=21922392/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=572884 CPUtime=1122.33 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 94699 0 0 0 112206 27 0 0 25 0 1 0 489609397 586633216 90790 33554432000 4194304 6016207 140733583648576 18446744073709551615 4377787 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 143221 90790 740 445 0 136765 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 572884

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/194 12481
/proc/meminfo: memFree=21916784/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=663752 CPUtime=1182.33 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 94864 0 0 0 118206 27 0 0 25 0 1 0 489609397 679682048 90951 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 165938 90951 755 445 0 159482 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 663752

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/194 12482
/proc/meminfo: memFree=21907816/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=663752 CPUtime=1242.33 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 94981 0 0 0 124206 27 0 0 25 0 1 0 489609397 679682048 91068 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 165938 91068 755 445 0 159482 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 663752



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.94 3/192 12486
/proc/meminfo: memFree=22528800/32951124 swapFree=67111524/67111528
[pid=12440] ppid=12438 vsize=663752 CPUtime=1300.03 cores=1,3
/proc/12440/stat : 12440 (qutersat_releas) R 12438 12440 12230 0 -1 4202496 95027 0 0 0 129976 27 0 0 25 0 1 0 489609397 679682048 91102 33554432000 4194304 6016207 140733583648576 18446744073709551615 4425671 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12440/statm: 165938 91102 743 445 0 159482 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 663752

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.07
CPU user time (s): 1299.77
CPU system time (s): 0.296954
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 663752

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

runsolver used 2.08068 second user time and 5.02324 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 03:08:35
IDJOB=3289853
IDBENCH=83408
IDSOLVER=1607
FILE ID=node135/3289853-1303780115
RUNJOBID= node135-1303778813-12250
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_3_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289853-1303780115/watcher-3289853-1303780115 -o /tmp/evaluation-result-3289853-1303780115/solver-3289853-1303780115 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3289853-1303780115.cnf 1741549049

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
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:      23207288 kB
Buffers:       1816020 kB
Cached:        7247224 kB
SwapCached:          4 kB
Active:         557148 kB
Inactive:      8611572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23207288 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12460 kB
Writeback:           0 kB
AnonPages:      105428 kB
Mapped:          16248 kB
Slab:           511512 kB
PageTables:       5248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276208 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