Trace number 3384428

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-05-12 (fixed)? (TO) 5000.12 4999.97

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 55875 #clause: 177646
0.09/0.10	c Find Units :          1
0.09/0.11	c Find Invs  :       1376
0.09/0.13	c Find Ands  :      48108 AvgFaninNum: 2.1955
0.09/0.13	c Find Xors  :       5357 AvgFaninNum: 2
0.09/0.14	c Find Ite   :       6468
0.09/0.17	c UnDirect variable: 3499
0.09/0.17	c UnDirect to Direct Gate: 6021
0.09/0.17	c Forced Direct Gate: 256 Unuse unDirect Gate: 924
0.09/0.18	c Break Cycle : 242
0.09/0.18	c Total Root : 1 Undef Var: 1834
0.19/0.22	c After covering, Total Root: 1 Leaf: 1834
0.19/0.22	c Variable( cover/uncovered/unused ): 55875 0 0
0.19/0.22	c Unit Clauses: 1
0.19/0.22	c Binary Clauses( cover/uncovered ): 106773 1424
0.19/0.22	c Clauses( cover/uncovered ): 69448 0
0.19/0.22	c Total Clauses( cover/uncovered ): 176222 1424 99.1984%
0.19/0.22	c Covered Ands: 48020 Invs: 664 Xors: 5357 Ites: 0
0.19/0.22	c Uncover Clauses avg size: 2 max size: 2
0.19/0.22	c Final circuit: i/l/o/s    1834       0    1425     71324
0.19/0.22	c CnfToAig: Time: 0.22 s
0.29/0.33	c TmMap: Set choices finish.
0.29/0.34	c TmMap: Set big and: 6352
0.29/0.34	c TmMap: Origin: 73159 ClauseNum: 213972 --> New: 26107 ClauseNum: 125741
0.29/0.34	c TmMap: Time: 0.02
0.69/0.78	c Simulation --> TransNum: 82979/125741 Try to Add: #clause: 75084 #xorclause: 0
0.79/0.82	c #var: 24469 #clauses: 82673 Solving... 
5000.09/4999.91	c Time Out !!
5000.09/4999.91	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: 961)

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-3384428-1305547686/watcher-3384428-1305547686 -o /tmp/evaluation-result-3384428-1305547686/solver-3384428-1305547686 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384428-1305547686.cnf 1809551742 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 3/378 21567
/proc/meminfo: memFree=17008532/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=35724 CPUtime=0 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 2652 0 0 0 0 0 0 0 25 0 1 0 647184206 36581376 2589 33554432000 4194304 6014671 140733857187840 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 8931 2589 378 445 0 2476 0

[startup+0.087164 s]
/proc/loadavg: 1.92 1.99 1.99 3/378 21567
/proc/meminfo: memFree=17008532/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=52108 CPUtime=0.08 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 6672 0 0 0 7 1 0 0 25 0 1 0 647184206 53358592 6609 33554432000 4194304 6014671 140733857187840 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 13027 6611 378 445 0 6572 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52108

[startup+0.101179 s]
/proc/loadavg: 1.92 1.99 1.99 3/378 21567
/proc/meminfo: memFree=17008532/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=55180 CPUtime=0.09 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 7496 0 0 0 8 1 0 0 25 0 1 0 647184206 56504320 7433 33554432000 4194304 6014671 140733857187840 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 13795 7433 378 445 0 7340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55180

[startup+0.301124 s]
/proc/loadavg: 1.92 1.99 1.99 3/378 21567
/proc/meminfo: memFree=17008532/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=60428 CPUtime=0.29 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 9177 0 0 0 28 1 0 0 25 0 1 0 647184206 61878272 9114 33554432000 4194304 6014671 140733857187840 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 15107 9118 667 445 0 8652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60428

[startup+0.701053 s]
/proc/loadavg: 1.92 1.99 1.99 3/378 21567
/proc/meminfo: memFree=17008532/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=69312 CPUtime=0.69 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 11216 0 0 0 68 1 0 0 25 0 1 0 647184206 70975488 11153 33554432000 4194304 6014671 140733857187840 18446744073709551615 4243267 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 17328 11153 680 445 0 10873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69312

[startup+1.50089 s]
/proc/loadavg: 1.92 1.99 1.99 3/379 21568
/proc/meminfo: memFree=16962824/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=77516 CPUtime=1.49 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 11970 0 0 0 148 1 0 0 25 0 1 0 647184206 79376384 11907 33554432000 4194304 6014671 140733857187840 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 19379 11907 700 445 0 12924 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77516

[startup+3.10059 s]
/proc/loadavg: 1.92 1.99 1.99 3/379 21568
/proc/meminfo: memFree=16956500/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=82636 CPUtime=3.08 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 13655 0 0 0 307 1 0 0 25 0 1 0 647184206 84619264 13592 33554432000 4194304 6014671 140733857187840 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 20659 13592 722 445 0 14204 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82636

[startup+6.30099 s]
/proc/loadavg: 1.93 1.99 1.99 3/379 21568
/proc/meminfo: memFree=16948164/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=103696 CPUtime=6.29 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 16020 0 0 0 627 2 0 0 25 0 1 0 647184206 106184704 15947 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423643 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 25924 15947 727 445 0 19469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103696

[startup+12.7008 s]
/proc/loadavg: 1.93 1.99 1.99 3/379 21568
/proc/meminfo: memFree=16936040/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=114284 CPUtime=12.69 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 18028 0 0 0 1267 2 0 0 25 0 1 0 647184206 117026816 17949 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 28571 17949 727 445 0 22116 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114284

[startup+25.5004 s]
/proc/loadavg: 1.95 1.99 1.99 3/379 21568
/proc/meminfo: memFree=16915236/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=135732 CPUtime=25.49 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 22948 0 0 0 2546 3 0 0 25 0 1 0 647184206 138989568 22838 33554432000 4194304 6014671 140733857187840 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 33933 22838 728 445 0 27478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135732

[startup+51.1005 s]
/proc/loadavg: 1.96 1.99 1.99 3/379 21569
/proc/meminfo: memFree=16892340/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=179200 CPUtime=51.09 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 27782 0 0 0 5105 4 0 0 25 0 1 0 647184206 183500800 27672 33554432000 4194304 6014671 140733857187840 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 44800 27672 728 445 0 38345 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 179200

[startup+102.314 s]
/proc/loadavg: 1.98 1.99 1.99 3/379 21570
/proc/meminfo: memFree=16845568/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=214284 CPUtime=102.31 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 37564 0 0 0 10225 6 0 0 25 0 1 0 647184206 219426816 37410 33554432000 4194304 6014671 140733857187840 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 53571 37410 728 445 0 47116 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 214284

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/379 21572
/proc/meminfo: memFree=16834488/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239804 CPUtime=162.3 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 40355 0 0 0 16223 7 0 0 25 0 1 0 647184206 245559296 40201 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59951 40201 728 445 0 53496 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 239804

[startup+222.3 s]
/proc/loadavg: 2.13 2.02 2.01 3/379 21573
/proc/meminfo: memFree=16826016/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239804 CPUtime=222.3 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 42385 0 0 0 22223 7 0 0 25 0 1 0 647184206 245559296 42231 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59951 42231 728 445 0 53496 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 239804

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/379 21575
/proc/meminfo: memFree=16770924/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239804 CPUtime=282.3 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 42724 0 0 0 28223 7 0 0 25 0 1 0 647184206 245559296 42535 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59951 42535 728 445 0 53496 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 239804

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/379 21577
/proc/meminfo: memFree=16760356/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239804 CPUtime=342.3 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 43163 0 0 0 34223 7 0 0 25 0 1 0 647184206 245559296 42919 33554432000 4194304 6014671 140733857187840 18446744073709551615 4386095 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59951 42919 728 445 0 53496 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 239804

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/379 21578
/proc/meminfo: memFree=16751144/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239804 CPUtime=402.31 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 43317 0 0 0 40224 7 0 0 25 0 1 0 647184206 245559296 43073 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59951 43073 728 445 0 53496 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 239804

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21580
/proc/meminfo: memFree=16712908/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239804 CPUtime=462.31 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 43401 0 0 0 46224 7 0 0 25 0 1 0 647184206 245559296 43157 33554432000 4194304 6014671 140733857187840 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59951 43157 728 445 0 53496 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 239804

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21581
/proc/meminfo: memFree=16699488/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239932 CPUtime=522.3 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 44929 0 0 0 52223 7 0 0 25 0 1 0 647184206 245690368 44526 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59983 44526 728 445 0 53528 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 239932

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21583
/proc/meminfo: memFree=16695740/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=239932 CPUtime=582.31 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 45491 0 0 0 58223 8 0 0 25 0 1 0 647184206 245690368 45088 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 59983 45088 728 445 0 53528 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 239932

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21715
/proc/meminfo: memFree=18693764/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4062.45 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 111635 0 0 0 406215 30 0 0 25 0 1 0 647184206 592515072 103943 33554432000 4194304 6014671 140733857187840 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 103943 728 445 0 138202 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 578628

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/379 21716
/proc/meminfo: memFree=18680092/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4122.44 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 115278 0 0 0 412213 31 0 0 25 0 1 0 647184206 592515072 107585 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 107585 730 445 0 138202 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 578628

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/379 21718
/proc/meminfo: memFree=18678316/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4182.44 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 115619 0 0 0 418213 31 0 0 25 0 1 0 647184206 592515072 107926 33554432000 4194304 6014671 140733857187840 18446744073709551615 4389657 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 107926 730 445 0 138202 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 578628

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21720
/proc/meminfo: memFree=18677276/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4242.44 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 115822 0 0 0 424213 31 0 0 25 0 1 0 647184206 592515072 108129 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 108129 730 445 0 138202 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 578628

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/379 21721
/proc/meminfo: memFree=18676368/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4302.45 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116031 0 0 0 430213 32 0 0 25 0 1 0 647184206 592515072 108336 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 108336 728 445 0 138202 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 578628

[startup+4362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/379 21723
/proc/meminfo: memFree=18676076/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4362.45 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116031 0 0 0 436213 32 0 0 25 0 1 0 647184206 592515072 108336 33554432000 4194304 6014671 140733857187840 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 108336 728 445 0 138202 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 578628

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/379 21724
/proc/meminfo: memFree=18673548/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4422.46 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116298 0 0 0 442214 32 0 0 25 0 1 0 647184206 592515072 108603 33554432000 4194304 6014671 140733857187840 18446744073709551615 4378622 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 108603 728 445 0 138202 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 578628

[startup+4482.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/379 21726
/proc/meminfo: memFree=18671276/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4482.46 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116623 0 0 0 448214 32 0 0 25 0 1 0 647184206 592515072 108928 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 108928 728 445 0 138202 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 578628

[startup+4542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/379 21728
/proc/meminfo: memFree=18671240/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4542.46 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116623 0 0 0 454214 32 0 0 25 0 1 0 647184206 592515072 108928 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 108928 728 445 0 138202 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 578628

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/379 21729
/proc/meminfo: memFree=18668720/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4602.47 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116623 0 0 0 460215 32 0 0 25 0 1 0 647184206 592515072 108928 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 108928 728 445 0 138202 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 578628

[startup+4662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/379 21734
/proc/meminfo: memFree=18652984/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4662.46 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 466214 32 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 578628

[startup+4722.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/379 21735
/proc/meminfo: memFree=18635848/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4722.48 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 472216 32 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4376945 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 578628

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/379 21737
/proc/meminfo: memFree=18610884/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4782.46 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 478214 32 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 578628

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/379 21739
/proc/meminfo: memFree=18608872/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4842.46 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 484214 32 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 578628

[startup+4902.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/379 21740
/proc/meminfo: memFree=18606488/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4902.47 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 490214 33 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 578628

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/379 21742
/proc/meminfo: memFree=18606960/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=4962.48 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 496215 33 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 578628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.14 2.05 2.01 3/379 21743
/proc/meminfo: memFree=18606580/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=5000.09 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 499976 33 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 578628

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

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

[startup+4999.9 s]
/proc/loadavg: 2.14 2.05 2.01 3/379 21743
/proc/meminfo: memFree=18606580/32951124 swapFree=63083184/67111528
[pid=21567] ppid=21565 vsize=578628 CPUtime=5000.09 cores=1,3,5,7
/proc/21567/stat : 21567 (qutersat_releas) R 21565 21567 20952 0 -1 4202496 116859 0 0 0 499976 33 0 0 25 0 1 0 647184206 592515072 109164 33554432000 4194304 6014671 140733857187840 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/21567/statm: 144657 109164 728 445 0 138202 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 578628

Child status: 1
Real time (s): 4999.97
CPU time (s): 5000.12
CPU user time (s): 4999.77
CPU system time (s): 0.350946
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 578628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.77
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116863
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= 13
involuntary context switches= 11737

runsolver used 16.9974 second user time and 42.2856 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 14:08:06
IDJOB=3384428
IDBENCH=83113
IDSOLVER=1868
FILE ID=node141/3384428-1305547686
RUNJOBID= node141-1305540196-20971
PBS_JOBID= 13329212
Free space on /tmp= 73260 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384428-1305547686/watcher-3384428-1305547686 -o /tmp/evaluation-result-3384428-1305547686/solver-3384428-1305547686 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384428-1305547686.cnf 1809551742

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1809551742

node141.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	: 5362.96
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.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.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.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.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.84
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.75
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:     32951124 kB
MemFree:      17008680 kB
Buffers:        287196 kB
Cached:        5658248 kB
SwapCached:      15716 kB
Active:       10285644 kB
Inactive:      5389536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17008680 kB
SwapTotal:    67111528 kB
SwapFree:     63083184 kB
Dirty:            4672 kB
Writeback:           0 kB
AnonPages:     9720804 kB
Mapped:          17616 kB
Slab:           146144 kB
PageTables:      54516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95405788 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= 73284 MiB
End job on node141 at 2011-05-16 15:31:28