Trace number 3289347

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

Solver Data

0.00/0.00	c Set FPU double precision.
0.18/0.20	c Parse Cnf success: #var: 94998 #clause: 302862
0.18/0.20	c Find Units :          1
0.18/0.21	c Find Invs  :       2020
0.18/0.26	c Find Ands  :      82016 AvgFaninNum: 2.18944
0.18/0.27	c Find Xors  :       9396 AvgFaninNum: 2
0.18/0.29	c Find Ite   :      11368
0.28/0.35	c UnDirect variable: 5830
0.28/0.35	c UnDirect to Direct Gate: 10376
0.28/0.35	c Forced Direct Gate: 439 Unuse unDirect Gate: 1421
0.28/0.37	c Break Cycle : 319
0.28/0.37	c Total Root : 1 Undef Var: 2722
0.38/0.43	c After covering, Total Root: 1 Leaf: 2722
0.38/0.43	c Variable( cover/uncovered/unused ): 94998 0 0
0.38/0.43	c Unit Clauses: 1
0.38/0.43	c Binary Clauses( cover/uncovered ): 181297 2080
0.38/0.43	c Clauses( cover/uncovered ): 119484 0
0.38/0.43	c Total Clauses( cover/uncovered ): 300782 2080 99.3132%
0.38/0.43	c Covered Ands: 81900 Invs: 980 Xors: 9396 Ites: 0
0.38/0.44	c Uncover Clauses avg size: 2 max size: 2
0.38/0.44	c Final circuit: i/l/o/s    2722       0    2081    122156
0.38/0.44	c CnfToAig: Time: 0.42 s
0.59/0.62	c TmMap: Set choices finish.
0.59/0.65	c TmMap: Set big and: 9906
0.59/0.65	c TmMap: Origin: 124879 ClauseNum: 366468 --> New: 43589 ClauseNum: 214803
0.59/0.65	c TmMap: Time: 0.05
1.39/1.44	c Simulation --> TransNum: 140518/214803 Try to Add: #clause: 115332 #xorclause: 3264
1.49/1.51	c #var: 41037 #clauses: 124584 Solving... 
1300.05/1300.00	c Time Out !!
1300.05/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-3289347-1303777156/watcher-3289347-1303777156 -o /tmp/evaluation-result-3289347-1303777156/solver-3289347-1303777156 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3289347-1303777156.cnf 773222497 

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.13 1.67 1.84 5/189 1562
/proc/meminfo: memFree=20154296/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=11800 CPUtime=0 cores=1,3
/proc/1562/stat : 1562 (runsolver) R 1560 1562 32630 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 489312309 12083200 52 33554432000 4194304 5434984 140737443213840 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/1562/statm: 2950 52 31 303 0 2644 0

[startup+0.070212 s]
/proc/loadavg: 3.13 1.67 1.84 5/189 1562
/proc/meminfo: memFree=20154296/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=46880 CPUtime=0.05 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 5580 0 0 0 5 0 0 0 21 0 1 0 489312309 48005120 5515 33554432000 4194304 6016207 140737413641616 18446744073709551615 4819007 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 11720 5515 379 445 0 5264 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 46880

[startup+0.101205 s]
/proc/loadavg: 3.13 1.67 1.84 5/189 1562
/proc/meminfo: memFree=20154296/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=54048 CPUtime=0.08 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 7220 0 0 0 8 0 0 0 21 0 1 0 489312309 55345152 7155 33554432000 4194304 6016207 140737413641616 18446744073709551615 4804531 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 13512 7155 379 445 0 7056 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54048

[startup+0.301162 s]
/proc/loadavg: 3.13 1.67 1.84 5/189 1562
/proc/meminfo: memFree=20154296/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=77856 CPUtime=0.28 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 12686 0 0 0 27 1 0 0 22 0 1 0 489312309 79724544 12621 33554432000 4194304 6016207 140737413641616 18446744073709551615 4265466 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 19464 12621 397 445 0 13008 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77856

[startup+0.701084 s]
/proc/loadavg: 3.13 1.67 1.84 5/189 1562
/proc/meminfo: memFree=20154296/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=92032 CPUtime=0.69 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 17000 0 0 0 67 2 0 0 23 0 1 0 489312309 94240768 16935 33554432000 4194304 6016207 140737413641616 18446744073709551615 4244816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 23008 16935 680 445 0 16552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92032

[startup+1.50092 s]
/proc/loadavg: 3.13 1.67 1.84 5/190 1563
/proc/meminfo: memFree=20087472/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=92032 CPUtime=1.49 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 17015 0 0 0 147 2 0 0 25 0 1 0 489312309 94240768 16950 33554432000 4194304 6016207 140737413641616 18446744073709551615 4631255 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 23008 16950 692 445 0 16552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 92032

[startup+3.1006 s]
/proc/loadavg: 3.13 1.67 1.84 5/190 1563
/proc/meminfo: memFree=20085612/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=92032 CPUtime=3.09 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 17039 0 0 0 307 2 0 0 25 0 1 0 489312309 94240768 16974 33554432000 4194304 6016207 140737413641616 18446744073709551615 4380528 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 23008 16974 715 445 0 16552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92032

[startup+6.30096 s]
/proc/loadavg: 3.20 1.71 1.85 5/190 1563
/proc/meminfo: memFree=20078420/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=103416 CPUtime=6.28 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 18011 0 0 0 626 2 0 0 25 0 1 0 489312309 105897984 17946 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 25854 17946 720 445 0 19398 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103416

[startup+12.7007 s]
/proc/loadavg: 3.26 1.75 1.86 5/190 1563
/proc/meminfo: memFree=20055480/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=129292 CPUtime=12.69 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 22677 0 0 0 1266 3 0 0 25 0 1 0 489312309 132395008 22587 33554432000 4194304 6016207 140737413641616 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 32323 22587 731 445 0 25867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 129292

[startup+25.5011 s]
/proc/loadavg: 3.42 1.86 1.90 5/190 1563
/proc/meminfo: memFree=20009152/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=163692 CPUtime=25.49 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 29951 0 0 0 2545 4 0 0 25 0 1 0 489312309 167620608 29824 33554432000 4194304 6016207 140737413641616 18446744073709551615 4536784 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 40923 29824 731 445 0 34467 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 163692

[startup+51.101 s]
/proc/loadavg: 3.62 2.03 1.95 5/190 1564
/proc/meminfo: memFree=19961268/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=175528 CPUtime=51.09 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 33999 0 0 0 5104 5 0 0 25 0 1 0 489312309 179740672 33860 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 43882 33860 731 445 0 37426 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175528

[startup+102.307 s]
/proc/loadavg: 3.83 2.33 2.06 5/190 1565
/proc/meminfo: memFree=19900860/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=211784 CPUtime=102.29 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 42303 0 0 0 10223 6 0 0 25 0 1 0 489312309 216866816 42135 33554432000 4194304 6016207 140737413641616 18446744073709551615 4540400 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 52946 42135 731 445 0 46490 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 211784

[startup+162.301 s]
/proc/loadavg: 3.94 2.63 2.18 5/190 1567
/proc/meminfo: memFree=19850992/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=261044 CPUtime=162.29 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 51787 0 0 0 16220 9 0 0 25 0 1 0 489312309 267309056 51542 33554432000 4194304 6016207 140737413641616 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 65261 51542 731 445 0 58805 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 261044

[startup+222.301 s]
/proc/loadavg: 3.97 2.88 2.29 5/190 1569
/proc/meminfo: memFree=19816000/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=261044 CPUtime=222.3 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 52663 0 0 0 22220 10 0 0 25 0 1 0 489312309 267309056 52418 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 65261 52418 731 445 0 58805 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 261044

[startup+282.301 s]
/proc/loadavg: 4.02 3.09 2.40 5/190 1570
/proc/meminfo: memFree=19754728/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=314448 CPUtime=282.29 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 61653 0 0 0 28217 12 0 0 25 0 1 0 489312309 321994752 59478 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425193 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 78612 59478 765 445 0 72156 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 314448

[startup+342.301 s]
/proc/loadavg: 4.01 3.26 2.49 5/190 1572
/proc/meminfo: memFree=19723828/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=314448 CPUtime=342.3 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 62851 0 0 0 34217 13 0 0 25 0 1 0 489312309 321994752 60622 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 78612 60622 731 445 0 72156 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 314448

[startup+402.3 s]
/proc/loadavg: 4.10 3.42 2.60 5/190 1573
/proc/meminfo: memFree=19689468/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=372436 CPUtime=402.31 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 68496 0 0 0 40216 15 0 0 25 0 1 0 489312309 381374464 66208 33554432000 4194304 6016207 140737413641616 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 93109 66208 731 445 0 86653 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 372436

[startup+462.3 s]
/proc/loadavg: 4.04 3.52 2.68 5/190 1575
/proc/meminfo: memFree=19650880/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=462.31 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 69951 0 0 0 46216 15 0 0 25 0 1 0 489312309 441368576 67663 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425540 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 67663 731 445 0 101300 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 431024

[startup+522.3 s]
/proc/loadavg: 4.06 3.62 2.77 5/190 1577
/proc/meminfo: memFree=19605472/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=522.31 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 72184 0 0 0 52215 16 0 0 25 0 1 0 489312309 441368576 69896 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 69896 731 445 0 101300 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 431024

[startup+582.3 s]
/proc/loadavg: 4.02 3.69 2.84 5/190 1578
/proc/meminfo: memFree=19529560/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=582.31 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 85938 0 0 0 58211 20 0 0 25 0 1 0 489312309 441368576 83650 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 83650 731 445 0 101300 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 431024

[startup+642.3 s]
/proc/loadavg: 4.01 3.74 2.91 5/190 1580
/proc/meminfo: memFree=19504740/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=642.32 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 87391 0 0 0 64212 20 0 0 25 0 1 0 489312309 441368576 85103 33554432000 4194304 6016207 140737413641616 18446744073709551615 4378248 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 85103 731 445 0 101300 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 431024

[startup+702.3 s]
/proc/loadavg: 4.00 3.79 2.97 5/190 1581
/proc/meminfo: memFree=19437512/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=702.32 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 88251 0 0 0 70211 21 0 0 25 0 1 0 489312309 441368576 85963 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 85963 731 445 0 101300 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 431024

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.04 5/190 1583
/proc/meminfo: memFree=19391116/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=762.33 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 89346 0 0 0 76211 22 0 0 25 0 1 0 489312309 441368576 87058 33554432000 4194304 6016207 140737413641616 18446744073709551615 4426936 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 87058 731 445 0 101300 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 431024

[startup+822.3 s]
/proc/loadavg: 4.00 3.85 3.09 5/190 1585
/proc/meminfo: memFree=19372740/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=822.33 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 89347 0 0 0 82211 22 0 0 25 0 1 0 489312309 441368576 87059 33554432000 4194304 6016207 140737413641616 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 87059 731 445 0 101300 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 431024

[startup+882.3 s]
/proc/loadavg: 4.05 3.89 3.15 5/190 1586
/proc/meminfo: memFree=19310104/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=882.33 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 89557 0 0 0 88211 22 0 0 25 0 1 0 489312309 441368576 87269 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 87269 731 445 0 101300 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 431024

[startup+942.301 s]
/proc/loadavg: 3.49 3.77 3.16 4/184 1605
/proc/meminfo: memFree=19568912/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=942.33 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 89558 0 0 0 94211 22 0 0 25 0 1 0 489312309 441368576 87270 33554432000 4194304 6016207 140737413641616 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 87270 731 445 0 101300 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 431024

[startup+1002.3 s]
/proc/loadavg: 3.25 3.64 3.15 4/184 1606
/proc/meminfo: memFree=19541868/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=1002.34 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 89559 0 0 0 100212 22 0 0 25 0 1 0 489312309 441368576 87271 33554432000 4194304 6016207 140737413641616 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 87271 731 445 0 101300 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 431024

[startup+1062.3 s]
/proc/loadavg: 3.09 3.52 3.14 4/184 1608
/proc/meminfo: memFree=19499808/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=1062.34 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 90377 0 0 0 106212 22 0 0 25 0 1 0 489312309 441368576 88040 33554432000 4194304 6016207 140737413641616 18446744073709551615 4426096 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 88040 748 445 0 101300 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 431024

[startup+1122.3 s]
/proc/loadavg: 3.03 3.42 3.13 4/184 1610
/proc/meminfo: memFree=19483424/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=431024 CPUtime=1122.34 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 91952 0 0 0 112212 22 0 0 25 0 1 0 489312309 441368576 89615 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425675 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 107756 89615 748 445 0 101300 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 431024

[startup+1182.3 s]
/proc/loadavg: 3.01 3.34 3.12 4/184 1611
/proc/meminfo: memFree=19448820/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=501568 CPUtime=1182.35 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 100307 0 0 0 118211 24 0 0 25 0 1 0 489312309 513605632 97970 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 125392 97970 748 445 0 118936 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 501568

[startup+1242.3 s]
/proc/loadavg: 2.70 3.21 3.08 2/172 1649
/proc/meminfo: memFree=20103268/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=642148 CPUtime=1242.35 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 101850 0 0 0 124210 25 0 0 25 0 1 0 489312309 657559552 95306 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 160537 95306 748 445 0 154081 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 642148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.62 2.81 2.95 2/172 1650
/proc/meminfo: memFree=20096548/32950928 swapFree=67111528/67111528
[pid=1562] ppid=1560 vsize=642148 CPUtime=1300.05 cores=1,3
/proc/1562/stat : 1562 (qutersat_releas) R 1560 1562 32630 0 -1 4202496 103605 0 0 0 129980 25 0 0 25 0 1 0 489312309 657559552 97059 33554432000 4194304 6016207 140737413641616 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/1562/statm: 160537 97059 746 445 0 154081 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 642148

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.08
CPU user time (s): 1299.81
CPU system time (s): 0.273958
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 642148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 2514

runsolver used 1.9737 second user time and 5.09023 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 02:19:16
IDJOB=3289347
IDBENCH=83120
IDSOLVER=1607
FILE ID=node149/3289347-1303777156
RUNJOBID= node149-1303777081-1466
PBS_JOBID= 13157177
Free space on /tmp= 72164 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top29.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289347-1303777156/watcher-3289347-1303777156 -o /tmp/evaluation-result-3289347-1303777156/solver-3289347-1303777156 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3289347-1303777156.cnf 773222497

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=773222497

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20154452 kB
Buffers:       2173664 kB
Cached:        9706700 kB
SwapCached:          0 kB
Active:        1880236 kB
Inactive:     10379044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20154452 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7016 kB
Writeback:           0 kB
AnonPages:      378852 kB
Mapped:          20284 kB
Slab:           472268 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   625764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72176 MiB
End job on node149 at 2011-04-26 02:40:58