Trace number 3288887

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.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 25972 #clause: 86411
0.00/0.06	c Find Units :          1
0.00/0.06	c Find Invs  :        925
0.00/0.07	c Find Ands  :      18897 AvgFaninNum: 2.29999
0.00/0.07	c Find Xors  :       5595 AvgFaninNum: 2
0.00/0.08	c Find Ite   :       7140
0.00/0.10	c UnDirect variable: 2476
0.00/0.10	c UnDirect to Direct Gate: 6360
0.00/0.10	c Forced Direct Gate: 200 Unuse unDirect Gate: 330
0.10/0.10	c Break Cycle : 315
0.10/0.10	c Total Root : 1 Undef Var: 775
0.10/0.12	c After covering, Total Root: 1 Leaf: 775
0.10/0.12	c Variable( cover/uncovered/unused ): 25972 0 0
0.10/0.12	c Unit Clauses: 1
0.10/0.12	c Binary Clauses( cover/uncovered ): 44873 320
0.10/0.12	c Clauses( cover/uncovered ): 41217 0
0.10/0.12	c Total Clauses( cover/uncovered ): 86091 320 99.6297%
0.10/0.12	c Covered Ands: 18837 Invs: 765 Xors: 5595 Ites: 0
0.10/0.12	c Uncover Clauses avg size: 2 max size: 2
0.10/0.13	c Final circuit: i/l/o/s     775       0     321     38858
0.10/0.13	c CnfToAig: Time: 0.12 s
0.19/0.21	c TmMap: Set choices finish.
0.19/0.22	c TmMap: Set big and: 3863
0.19/0.22	c TmMap: Origin: 39634 ClauseNum: 116574 --> New: 13142 ClauseNum: 59105
0.19/0.22	c TmMap: Time: 0.02
0.39/0.45	c Simulation --> TransNum: 32520/59105 Try to Add: #clause: 20060 #xorclause: 1902
0.39/0.47	c #var: 10784 #clauses: 17985 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-3288887-1303775602/watcher-3288887-1303775602 -o /tmp/evaluation-result-3288887-1303775602/solver-3288887-1303775602 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3288887-1303775602.cnf 826702468 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.92 3.91 3.75 5/189 10927
/proc/meminfo: memFree=26638424/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=28644 CPUtime=0 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 711 0 0 0 0 0 0 0 24 0 1 0 469976102 29331456 646 33554432000 4194304 6016207 140734806836384 18446744073709551615 220815930427 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10927/statm: 7161 660 289 445 0 705 0

[startup+0.105802 s]
/proc/loadavg: 3.92 3.91 3.75 5/189 10927
/proc/meminfo: memFree=26638424/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=45676 CPUtime=0.1 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 5125 0 0 0 9 1 0 0 24 0 1 0 469976102 46772224 5060 33554432000 4194304 6016207 140734806836384 18446744073709551615 4276751 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 11419 5060 397 445 0 4963 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45676

[startup+0.200782 s]
/proc/loadavg: 3.92 3.91 3.75 5/189 10927
/proc/meminfo: memFree=26638424/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=53484 CPUtime=0.19 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 7517 0 0 0 18 1 0 0 25 0 1 0 469976102 54767616 7452 33554432000 4194304 6016207 140734806836384 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 13371 7453 669 445 0 6915 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53484

[startup+0.300755 s]
/proc/loadavg: 3.92 3.91 3.75 5/189 10927
/proc/meminfo: memFree=26638424/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=57580 CPUtime=0.29 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 8385 0 0 0 28 1 0 0 25 0 1 0 469976102 58961920 8320 33554432000 4194304 6016207 140734806836384 18446744073709551615 4245940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 14395 8320 680 445 0 7939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57580

[startup+0.700695 s]
/proc/loadavg: 3.92 3.91 3.75 5/189 10927
/proc/meminfo: memFree=26638424/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=65784 CPUtime=0.69 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 8688 0 0 0 68 1 0 0 25 0 1 0 469976102 67362816 8623 33554432000 4194304 6016207 140734806836384 18446744073709551615 4669024 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 16446 8623 702 445 0 9990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65784

[startup+1.50058 s]
/proc/loadavg: 3.92 3.91 3.75 5/190 10928
/proc/meminfo: memFree=26605440/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=83556 CPUtime=1.49 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 9162 0 0 0 148 1 0 0 25 0 1 0 469976102 85561344 9097 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 20889 9097 715 445 0 14433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83556

[startup+3.10027 s]
/proc/loadavg: 3.92 3.91 3.75 5/190 10929
/proc/meminfo: memFree=26603084/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=83556 CPUtime=3.09 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 9686 0 0 0 308 1 0 0 25 0 1 0 469976102 85561344 9621 33554432000 4194304 6016207 140734806836384 18446744073709551615 4664277 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 20889 9621 723 445 0 14433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83556

[startup+6.30068 s]
/proc/loadavg: 3.92 3.92 3.75 5/190 10929
/proc/meminfo: memFree=26603700/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=92672 CPUtime=6.29 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 10301 0 0 0 628 1 0 0 25 0 1 0 469976102 94896128 10236 33554432000 4194304 6016207 140734806836384 18446744073709551615 4567725 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 23168 10236 734 445 0 16712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92672

[startup+12.7005 s]
/proc/loadavg: 3.93 3.92 3.75 5/190 10929
/proc/meminfo: memFree=26577952/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=92672 CPUtime=12.68 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 13141 0 0 0 1267 1 0 0 25 0 1 0 469976102 94896128 13076 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425519 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 23168 13076 734 445 0 16712 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92672

[startup+25.5012 s]
/proc/loadavg: 3.94 3.92 3.75 5/190 10929
/proc/meminfo: memFree=26550152/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=111924 CPUtime=25.48 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 17910 0 0 0 2546 2 0 0 25 0 1 0 469976102 114610176 17845 33554432000 4194304 6016207 140734806836384 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 27981 17845 740 445 0 21525 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111924

[startup+51.1005 s]
/proc/loadavg: 3.96 3.92 3.76 5/190 10930
/proc/meminfo: memFree=26523580/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=121772 CPUtime=51.09 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 18753 0 0 0 5106 3 0 0 25 0 1 0 469976102 124694528 18688 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 30443 18688 740 445 0 23987 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121772

[startup+102.301 s]
/proc/loadavg: 3.98 3.93 3.77 5/190 10931
/proc/meminfo: memFree=26460932/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=121772 CPUtime=102.3 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 20064 0 0 0 10227 3 0 0 25 0 1 0 469976102 124694528 19999 33554432000 4194304 6016207 140734806836384 18446744073709551615 4424406 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 30443 19999 740 445 0 23987 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 121772

[startup+162.301 s]
/proc/loadavg: 4.06 3.96 3.78 5/190 10933
/proc/meminfo: memFree=26425068/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=132696 CPUtime=162.29 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 24744 0 0 0 16225 4 0 0 25 0 1 0 469976102 135880704 24623 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 33174 24623 737 445 0 26718 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 132696

[startup+222.307 s]
/proc/loadavg: 4.10 3.98 3.80 5/190 10934
/proc/meminfo: memFree=26363300/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=189836 CPUtime=222.3 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 31256 0 0 0 22225 5 0 0 25 0 1 0 469976102 194392064 31134 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 47459 31134 740 445 0 41003 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 189836

[startup+282.3 s]
/proc/loadavg: 4.03 3.98 3.81 5/190 10936
/proc/meminfo: memFree=26321116/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=189836 CPUtime=282.3 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 36898 0 0 0 28223 7 0 0 25 0 1 0 469976102 194392064 36776 33554432000 4194304 6016207 140734806836384 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 47459 36776 740 445 0 41003 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 189836

[startup+342.3 s]
/proc/loadavg: 4.01 3.98 3.82 5/190 10938
/proc/meminfo: memFree=26283880/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=237728 CPUtime=342.29 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 40817 0 0 0 34222 7 0 0 25 0 1 0 469976102 243433472 40685 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 59432 40685 737 445 0 52976 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 237728

[startup+402.3 s]
/proc/loadavg: 4.00 3.98 3.83 5/190 10939
/proc/meminfo: memFree=26236496/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=237728 CPUtime=402.3 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 48924 0 0 0 40220 10 0 0 25 0 1 0 469976102 243433472 48782 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 59432 48782 737 445 0 52976 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 237728

[startup+462.3 s]
/proc/loadavg: 4.14 4.02 3.84 5/191 10942
/proc/meminfo: memFree=26173476/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=287212 CPUtime=462.3 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 52459 0 0 0 46218 12 0 0 25 0 1 0 469976102 294105088 52263 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 71803 52263 737 445 0 65347 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 287212

[startup+522.3 s]
/proc/loadavg: 4.05 4.01 3.85 5/190 10951
/proc/meminfo: memFree=26122852/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=287212 CPUtime=522.3 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 52670 0 0 0 52218 12 0 0 25 0 1 0 469976102 294105088 52429 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 71803 52429 737 445 0 65347 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 287212

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.86 5/190 10953
/proc/meminfo: memFree=26047312/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=287212 CPUtime=582.31 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 53096 0 0 0 58219 12 0 0 25 0 1 0 469976102 294105088 52719 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 71803 52719 737 445 0 65347 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 287212

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 10955
/proc/meminfo: memFree=26015780/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=642.31 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 56312 0 0 0 64218 13 0 0 25 0 1 0 469976102 452554752 55935 33554432000 4194304 6016207 140734806836384 18446744073709551615 4424559 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 55935 737 445 0 104031 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 441948

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10956
/proc/meminfo: memFree=26000504/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=702.31 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 56587 0 0 0 70218 13 0 0 25 0 1 0 469976102 452554752 56210 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 56210 737 445 0 104031 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 441948

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10958
/proc/meminfo: memFree=26009648/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=762.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 57063 0 0 0 76219 13 0 0 25 0 1 0 469976102 452554752 53705 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 53705 737 445 0 104031 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 441948

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 10959
/proc/meminfo: memFree=26008636/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=822.31 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 57076 0 0 0 82218 13 0 0 25 0 1 0 469976102 452554752 53718 33554432000 4194304 6016207 140734806836384 18446744073709551615 4424837 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 53718 737 445 0 104031 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 441948

[startup+882.306 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 10961
/proc/meminfo: memFree=26007744/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=882.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 57089 0 0 0 88219 13 0 0 25 0 1 0 469976102 452554752 53731 33554432000 4194304 6016207 140734806836384 18446744073709551615 4379932 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 53731 737 445 0 104031 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 441948

[startup+942.301 s]
/proc/loadavg: 3.43 3.87 3.85 3/178 10999
/proc/meminfo: memFree=26626716/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=942.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 57425 0 0 0 94218 14 0 0 25 0 1 0 469976102 452554752 54067 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 54067 737 445 0 104031 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 441948

[startup+1002.3 s]
/proc/loadavg: 2.52 3.53 3.73 3/178 11000
/proc/meminfo: memFree=26626704/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=1002.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 57433 0 0 0 100218 14 0 0 25 0 1 0 469976102 452554752 54075 33554432000 4194304 6016207 140734806836384 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 54075 737 445 0 104031 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 441948

[startup+1062.3 s]
/proc/loadavg: 2.19 3.25 3.62 3/178 11002
/proc/meminfo: memFree=26626548/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=1062.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 57446 0 0 0 106218 14 0 0 25 0 1 0 469976102 452554752 54088 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 54088 737 445 0 104031 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 441948

[startup+1122.3 s]
/proc/loadavg: 2.07 3.02 3.51 3/178 11003
/proc/meminfo: memFree=26609160/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=1122.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 61689 0 0 0 112217 15 0 0 25 0 1 0 469976102 452554752 58331 33554432000 4194304 6016207 140734806836384 18446744073709551615 4381016 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 58331 781 445 0 104031 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 441948

[startup+1182.3 s]
/proc/loadavg: 2.02 2.83 3.42 3/178 11005
/proc/meminfo: memFree=26574660/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=1182.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 61829 0 0 0 118217 15 0 0 25 0 1 0 469976102 452554752 58471 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 58471 781 445 0 104031 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 441948

[startup+1242.3 s]
/proc/loadavg: 1.48 2.54 3.28 2/172 11025
/proc/meminfo: memFree=26899788/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=1242.32 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 61878 0 0 0 124217 15 0 0 25 0 1 0 469976102 452554752 58520 33554432000 4194304 6016207 140734806836384 18446744073709551615 4536896 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 58520 781 445 0 104031 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 441948



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.17 2.25 3.13 2/172 11026
/proc/meminfo: memFree=26899880/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=1300.03 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 61885 0 0 0 129988 15 0 0 25 0 1 0 469976102 452554752 58527 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 58527 781 445 0 104031 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 441948

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 1.17 2.25 3.13 2/172 11026
/proc/meminfo: memFree=26899880/32951124 swapFree=67111524/67111528
[pid=10927] ppid=10925 vsize=441948 CPUtime=1300.03 cores=0,2
/proc/10927/stat : 10927 (qutersat_releas) R 10925 10927 10248 0 -1 4202496 61885 0 0 0 129988 15 0 0 25 0 1 0 469976102 452554752 58527 33554432000 4194304 6016207 140734806836384 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10927/statm: 110487 58527 781 445 0 104031 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 441948

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.88
CPU system time (s): 0.171973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 441948

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

runsolver used 2.21966 second user time and 4.68129 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-26 01:53:22
IDJOB=3288887
IDBENCH=83108
IDSOLVER=1607
FILE ID=node147/3288887-1303775602
RUNJOBID= node147-1303775217-10821
PBS_JOBID= 13157185
Free space on /tmp= 72140 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=826702468

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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.75
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      26638580 kB
Buffers:        967812 kB
Cached:        4359348 kB
SwapCached:          4 kB
Active:        1127736 kB
Inactive:      4738984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26638580 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:      539416 kB
Mapped:          20188 kB
Slab:           380560 kB
PageTables:       6316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   960288 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= 72156 MiB
End job on node147 at 2011-04-26 02:15:04