Trace number 3289117

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

Solver Data

0.00/0.02	c Set FPU double precision.
0.08/0.12	c Parse Cnf success: #var: 51138 #clause: 162526
0.08/0.12	c Find Units :          1
0.08/0.13	c Find Invs  :       1292
0.08/0.15	c Find Ands  :      44008 AvgFaninNum: 2.19726
0.08/0.15	c Find Xors  :       4872 AvgFaninNum: 2
0.08/0.17	c Find Ite   :       5880
0.18/0.20	c UnDirect variable: 3380
0.18/0.20	c UnDirect to Direct Gate: 5521
0.18/0.20	c Forced Direct Gate: 260 Unuse unDirect Gate: 861
0.18/0.20	c Break Cycle : 231
0.18/0.20	c Total Root : 1 Undef Var: 1693
0.18/0.24	c After covering, Total Root: 1 Leaf: 1693
0.18/0.24	c Variable( cover/uncovered/unused ): 51138 0 0
0.18/0.24	c Unit Clauses: 1
0.18/0.24	c Binary Clauses( cover/uncovered ): 97827 1286
0.18/0.24	c Clauses( cover/uncovered ): 63412 0
0.18/0.24	c Total Clauses( cover/uncovered ): 161240 1286 99.2087%
0.18/0.24	c Covered Ands: 43924 Invs: 649 Xors: 4872 Ites: 0
0.18/0.24	c Uncover Clauses avg size: 2 max size: 2
0.18/0.24	c Final circuit: i/l/o/s    1693       0    1287     65158
0.18/0.24	c CnfToAig: Time: 0.23 s
0.28/0.36	c TmMap: Set choices finish.
0.28/0.38	c TmMap: Set big and: 5855
0.28/0.38	c TmMap: Origin: 66852 ClauseNum: 195474 --> New: 23887 ClauseNum: 113708
0.28/0.38	c TmMap: Time: 0.02
0.77/0.85	c Simulation --> TransNum: 73706/113708 Try to Add: #clause: 59622 #xorclause: 1694
0.77/0.89	c #var: 22161 #clauses: 67068 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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-3289117-1303777081/watcher-3289117-1303777081 -o /tmp/evaluation-result-3289117-1303777081/solver-3289117-1303777081 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3289117-1303777081.cnf 1523016469 

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: 0.85 1.00 1.66 4/183 1494
/proc/meminfo: memFree=20474184/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=6420 CPUtime=0 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) D 1492 1494 32630 0 -1 4194304 94 0 0 0 0 0 0 0 22 0 1 0 489304842 6574080 48 33554432000 4194304 6016207 140737155848560 18446744073709551615 254495768295 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/1494/statm: 1605 48 37 445 0 65 0

[startup+0.093437 s]
/proc/loadavg: 0.85 1.00 1.66 4/183 1494
/proc/meminfo: memFree=20474184/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=51484 CPUtime=0.07 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 6473 0 0 0 6 1 0 0 22 0 1 0 489304842 52719616 6408 33554432000 4194304 6016207 140737155848560 18446744073709551615 4305236 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 12871 6408 379 445 0 6415 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51484

[startup+0.100445 s]
/proc/loadavg: 0.85 1.00 1.66 4/183 1494
/proc/meminfo: memFree=20474184/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=51484 CPUtime=0.08 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 6552 0 0 0 7 1 0 0 22 0 1 0 489304842 52719616 6487 33554432000 4194304 6016207 140737155848560 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 12871 6488 379 445 0 6415 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51484

[startup+0.300399 s]
/proc/loadavg: 0.85 1.00 1.66 4/183 1494
/proc/meminfo: memFree=20474184/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=56732 CPUtime=0.28 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 8336 0 0 0 27 1 0 0 18 0 1 0 489304842 58093568 8271 33554432000 4194304 6016207 140737155848560 18446744073709551615 4212880 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 14183 8271 669 445 0 7727 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56732

[startup+0.700312 s]
/proc/loadavg: 0.85 1.00 1.66 4/183 1494
/proc/meminfo: memFree=20474184/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=67516 CPUtime=0.67 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 10976 0 0 0 66 1 0 0 18 0 1 0 489304842 69136384 10911 33554432000 4194304 6016207 140737155848560 18446744073709551615 4245728 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 16879 10911 680 445 0 10423 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 67516

[startup+1.50116 s]
/proc/loadavg: 0.85 1.00 1.66 5/190 1507
/proc/meminfo: memFree=20327712/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=75720 CPUtime=1.47 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 11427 0 0 0 146 1 0 0 19 0 1 0 489304842 77537280 11362 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425027 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 18930 11362 697 445 0 12474 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 75720

[startup+3.10084 s]
/proc/loadavg: 0.85 1.00 1.66 5/190 1507
/proc/meminfo: memFree=20319404/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=75720 CPUtime=3.08 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 11758 0 0 0 306 2 0 0 25 0 1 0 489304842 77537280 11693 33554432000 4194304 6016207 140737155848560 18446744073709551615 4424410 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 18930 11693 715 445 0 12474 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75720

[startup+6.3002 s]
/proc/loadavg: 1.10 1.05 1.67 5/190 1507
/proc/meminfo: memFree=20303540/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=85716 CPUtime=6.28 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 13243 0 0 0 626 2 0 0 25 0 1 0 489304842 87773184 13178 33554432000 4194304 6016207 140737155848560 18446744073709551615 4380654 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 21429 13178 731 445 0 14973 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85716

[startup+12.7009 s]
/proc/loadavg: 1.33 1.09 1.68 5/190 1534
/proc/meminfo: memFree=20246728/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=105704 CPUtime=12.68 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 15662 0 0 0 1266 2 0 0 25 0 1 0 489304842 108240896 15589 33554432000 4194304 6016207 140737155848560 18446744073709551615 4381846 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 26426 15589 731 445 0 19970 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 105704

[startup+25.5003 s]
/proc/loadavg: 1.99 1.25 1.72 5/190 1534
/proc/meminfo: memFree=20167888/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=126300 CPUtime=25.48 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 20568 0 0 0 2545 3 0 0 25 0 1 0 489304842 129331200 20490 33554432000 4194304 6016207 140737155848560 18446744073709551615 4426924 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 31575 20490 731 445 0 25119 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 126300

[startup+51.1012 s]
/proc/loadavg: 2.67 1.47 1.78 5/190 1535
/proc/meminfo: memFree=20094404/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=136796 CPUtime=51.08 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 22452 0 0 0 5105 3 0 0 25 0 1 0 489304842 140079104 22345 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 34199 22345 731 445 0 27743 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 136796

[startup+102.307 s]
/proc/loadavg: 3.42 1.86 1.90 5/190 1563
/proc/meminfo: memFree=19994644/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=147876 CPUtime=102.29 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 27411 0 0 0 10225 4 0 0 25 0 1 0 489304842 151425024 27303 33554432000 4194304 6016207 140737155848560 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 36969 27303 786 445 0 30513 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 147876

[startup+162.301 s]
/proc/loadavg: 3.79 2.25 2.03 5/190 1565
/proc/meminfo: memFree=19917104/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=159384 CPUtime=162.28 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 29727 0 0 0 16223 5 0 0 25 0 1 0 489304842 163209216 29618 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 39846 29618 785 445 0 33390 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 159384

[startup+222.301 s]
/proc/loadavg: 3.92 2.56 2.15 5/190 1567
/proc/meminfo: memFree=19856452/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=159384 CPUtime=222.29 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 30382 0 0 0 22224 5 0 0 25 0 1 0 489304842 163209216 30273 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 39846 30273 785 445 0 33390 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 159384

[startup+282.301 s]
/proc/loadavg: 3.97 2.82 2.26 5/190 1568
/proc/meminfo: memFree=19812284/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=172160 CPUtime=282.29 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 34948 0 0 0 28222 7 0 0 25 0 1 0 489304842 176291840 34839 33554432000 4194304 6016207 140737155848560 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 43040 34839 785 445 0 36584 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 172160

[startup+342.301 s]
/proc/loadavg: 4.03 3.05 2.37 5/190 1570
/proc/meminfo: memFree=19760060/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=185116 CPUtime=342.29 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 36538 0 0 0 34222 7 0 0 25 0 1 0 489304842 189558784 36429 33554432000 4194304 6016207 140737155848560 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 46279 36429 786 445 0 39823 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 185116

[startup+402.301 s]
/proc/loadavg: 4.01 3.22 2.47 5/190 1571
/proc/meminfo: memFree=19727308/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=185116 CPUtime=402.3 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 37025 0 0 0 40222 8 0 0 25 0 1 0 489304842 189558784 36904 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 46279 36904 786 445 0 39823 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185116

[startup+462.301 s]
/proc/loadavg: 4.05 3.37 2.57 5/190 1573
/proc/meminfo: memFree=19708072/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=185116 CPUtime=462.3 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 37684 0 0 0 46222 8 0 0 25 0 1 0 489304842 189558784 37550 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 46279 37550 786 445 0 39823 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185116

[startup+522.301 s]
/proc/loadavg: 4.05 3.50 2.66 5/190 1575
/proc/meminfo: memFree=19663160/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=213268 CPUtime=522.3 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 40877 0 0 0 52221 9 0 0 25 0 1 0 489304842 218386432 40652 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425012 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 53317 40652 786 445 0 46861 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 213268

[startup+582.301 s]
/proc/loadavg: 4.08 3.60 2.75 5/190 1576
/proc/meminfo: memFree=19615892/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=270120 CPUtime=582.3 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 47928 0 0 0 58218 12 0 0 25 0 1 0 489304842 276602880 47664 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 67530 47664 747 445 0 61074 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 270120

[startup+642.301 s]
/proc/loadavg: 4.03 3.67 2.82 5/190 1578
/proc/meminfo: memFree=19546800/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=270120 CPUtime=642.31 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 49688 0 0 0 64218 13 0 0 25 0 1 0 489304842 276602880 49424 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 67530 49424 747 445 0 61074 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 270120

[startup+702.301 s]
/proc/loadavg: 4.01 3.73 2.89 5/190 1579
/proc/meminfo: memFree=19512932/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=270120 CPUtime=702.31 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 50496 0 0 0 70217 14 0 0 25 0 1 0 489304842 276602880 50029 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425069 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 67530 50029 749 445 0 61074 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 270120

[startup+762.307 s]
/proc/loadavg: 4.00 3.78 2.96 5/190 1581
/proc/meminfo: memFree=19459960/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=270120 CPUtime=762.32 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 53952 0 0 0 76217 15 0 0 25 0 1 0 489304842 276602880 53437 33554432000 4194304 6016207 140737155848560 18446744073709551615 4513192 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 67530 53437 733 445 0 61074 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 270120

[startup+822.3 s]
/proc/loadavg: 4.00 3.81 3.02 5/190 1583
/proc/meminfo: memFree=19391120/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=270120 CPUtime=822.32 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 54873 0 0 0 82217 15 0 0 25 0 1 0 489304842 276602880 54358 33554432000 4194304 6016207 140737155848560 18446744073709551615 4424485 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 67530 54358 733 445 0 61074 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 270120

[startup+882.3 s]
/proc/loadavg: 4.00 3.84 3.08 5/190 1584
/proc/meminfo: memFree=19373984/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=270120 CPUtime=882.32 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 54881 0 0 0 88217 15 0 0 25 0 1 0 489304842 276602880 54366 33554432000 4194304 6016207 140737155848560 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 67530 54366 733 445 0 61074 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 270120

[startup+942.3 s]
/proc/loadavg: 4.07 3.89 3.14 5/190 1586
/proc/meminfo: memFree=19339492/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=346968 CPUtime=942.32 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 58766 0 0 0 94216 16 0 0 25 0 1 0 489304842 355295232 58251 33554432000 4194304 6016207 140737155848560 18446744073709551615 4424804 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 86742 58251 733 445 0 80286 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 346968

[startup+1002.3 s]
/proc/loadavg: 3.63 3.81 3.16 4/184 1604
/proc/meminfo: memFree=19556392/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=346968 CPUtime=1002.32 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 65149 0 0 0 100215 17 0 0 25 0 1 0 489304842 355295232 64634 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 86742 64634 733 445 0 80286 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 346968

[startup+1062.3 s]
/proc/loadavg: 3.23 3.66 3.15 4/184 1606
/proc/meminfo: memFree=19545716/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=347096 CPUtime=1062.33 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 71058 0 0 0 106214 19 0 0 25 0 1 0 489304842 355426304 66940 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 86774 66940 733 445 0 80318 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 347096

[startup+1122.3 s]
/proc/loadavg: 3.12 3.55 3.14 4/184 1608
/proc/meminfo: memFree=19510484/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=479108 CPUtime=1122.33 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 72773 0 0 0 112214 19 0 0 25 0 1 0 489304842 490606592 68655 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 119777 68655 733 445 0 113321 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 479108

[startup+1182.3 s]
/proc/loadavg: 3.04 3.45 3.13 4/184 1609
/proc/meminfo: memFree=19493720/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=479108 CPUtime=1182.34 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 72774 0 0 0 118214 20 0 0 25 0 1 0 489304842 490606592 68656 33554432000 4194304 6016207 140737155848560 18446744073709551615 4371068 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 119777 68656 733 445 0 113321 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 479108

[startup+1242.3 s]
/proc/loadavg: 3.01 3.36 3.12 4/184 1611
/proc/meminfo: memFree=19452172/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=479108 CPUtime=1242.34 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 72809 0 0 0 124214 20 0 0 25 0 1 0 489304842 490606592 68691 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 119777 68691 733 445 0 113321 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 479108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.29 3.11 4/184 1612
/proc/meminfo: memFree=19443108/32950928 swapFree=67111528/67111528
[pid=1494] ppid=1492 vsize=479108 CPUtime=1300.04 cores=0,2
/proc/1494/stat : 1494 (qutersat_releas) R 1492 1494 32630 0 -1 4202496 76748 0 0 0 129983 21 0 0 25 0 1 0 489304842 490606592 72630 33554432000 4194304 6016207 140737155848560 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 1
/proc/1494/statm: 119777 72630 733 445 0 113321 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 479108

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.84
CPU system time (s): 0.234964
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 479108

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

runsolver used 2.30065 second user time and 4.80327 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 02:18:02
IDJOB=3289117
IDBENCH=83115
IDSOLVER=1607
FILE ID=node149/3289117-1303777081
RUNJOBID= node149-1303777081-1464
PBS_JOBID= 13157177
Free space on /tmp= 72176 MiB

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

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1523016469

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:      20474616 kB
Buffers:       2173640 kB
Cached:        9694888 kB
SwapCached:          0 kB
Active:        1556788 kB
Inactive:     10383180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20474616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9724 kB
Writeback:           0 kB
AnonPages:       70760 kB
Mapped:          14872 kB
Slab:           472400 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   208088 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= 72168 MiB
End job on node149 at 2011-04-26 02:39:44