Trace number 3384429

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.05 4999.95

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark640.829
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.11	c Parse Cnf success: #var: 60823 #clause: 193450
0.00/0.11	c Find Units :          1
0.10/0.11	c Find Invs  :       1462
0.10/0.14	c Find Ands  :      52392 AvgFaninNum: 2.19402
0.10/0.14	c Find Xors  :       5865 AvgFaninNum: 2
0.10/0.15	c Find Ite   :       7084
0.10/0.19	c UnDirect variable: 3817
0.10/0.19	c UnDirect to Direct Gate: 6594
0.10/0.19	c Forced Direct Gate: 302 Unuse unDirect Gate: 989
0.10/0.19	c Break Cycle : 253
0.10/0.19	c Total Root : 1 Undef Var: 1929
0.19/0.23	c After covering, Total Root: 1 Leaf: 1929
0.19/0.23	c Variable( cover/uncovered/unused ): 60823 0 0
0.19/0.23	c Unit Clauses: 1
0.19/0.23	c Binary Clauses( cover/uncovered ): 116223 1466
0.19/0.23	c Clauses( cover/uncovered ): 75760 0
0.19/0.23	c Total Clauses( cover/uncovered ): 191984 1466 99.2422%
0.19/0.23	c Covered Ands: 52300 Invs: 729 Xors: 5865 Ites: 0
0.19/0.24	c Uncover Clauses avg size: 2 max size: 2
0.19/0.24	c Final circuit: i/l/o/s    1929       0    1467     77675
0.19/0.24	c CnfToAig: Time: 0.23 s
0.28/0.35	c TmMap: Set choices finish.
0.28/0.37	c TmMap: Set big and: 6735
0.28/0.37	c TmMap: Origin: 79605 ClauseNum: 233025 --> New: 28219 ClauseNum: 135686
0.28/0.37	c TmMap: Time: 0.03
0.79/0.84	c Simulation --> TransNum: 86605/135686 Try to Add: #clause: 78229 #xorclause: 0
0.79/0.88	c #var: 25857 #clauses: 86401 Solving... 
5000.01/4999.91	c Time Out !!
5000.01/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-3384429-1305547703/watcher-3384429-1305547703 -o /tmp/evaluation-result-3384429-1305547703/solver-3384429-1305547703 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384429-1305547703.cnf 386594312 

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: 2.00 2.00 2.00 3/436 5690
/proc/meminfo: memFree=18626936/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=31844 CPUtime=0 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 1201 0 0 0 0 0 0 0 21 0 1 0 666368243 32608256 1137 33554432000 4194304 6014671 140736667932752 18446744073709551615 228244042811 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5690/statm: 7961 1151 305 445 0 1506 0

[startup+0.113735 s]
/proc/loadavg: 2.00 2.00 2.00 3/436 5690
/proc/meminfo: memFree=18626936/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=55936 CPUtime=0.1 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 7848 0 0 0 10 0 0 0 22 0 1 0 666368243 57278464 7784 33554432000 4194304 6014671 140736667932752 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 13984 7784 382 445 0 7529 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 55936

[startup+0.200717 s]
/proc/loadavg: 2.00 2.00 2.00 3/436 5690
/proc/meminfo: memFree=18626936/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=60032 CPUtime=0.19 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 8883 0 0 0 19 0 0 0 22 0 1 0 666368243 61472768 8819 33554432000 4194304 6014671 140736667932752 18446744073709551615 4334641 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 15008 8819 397 445 0 8553 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60032

[startup+0.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/436 5690
/proc/meminfo: memFree=18626936/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=63768 CPUtime=0.28 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 10101 0 0 0 28 0 0 0 22 0 1 0 666368243 65298432 10037 33554432000 4194304 6014671 140736667932752 18446744073709551615 228244039805 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 15942 10037 667 445 0 9487 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63768

[startup+0.700628 s]
/proc/loadavg: 2.00 2.00 2.00 3/436 5690
/proc/meminfo: memFree=18626936/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=71780 CPUtime=0.69 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 12024 0 0 0 68 1 0 0 24 0 1 0 666368243 73502720 11960 33554432000 4194304 6014671 140736667932752 18446744073709551615 4244491 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 17945 11960 680 445 0 11490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71780

[startup+1.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5691
/proc/meminfo: memFree=18578824/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=79984 CPUtime=1.49 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 12636 0 0 0 148 1 0 0 25 0 1 0 666368243 81903616 12572 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 19996 12572 695 445 0 13541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79984

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5691
/proc/meminfo: memFree=18574760/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=83056 CPUtime=3.09 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 13724 0 0 0 308 1 0 0 25 0 1 0 666368243 85049344 13660 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 20764 13660 722 445 0 14309 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83056

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5691
/proc/meminfo: memFree=18564992/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=104316 CPUtime=6.29 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 16347 0 0 0 628 1 0 0 25 0 1 0 666368243 106819584 16277 33554432000 4194304 6014671 140736667932752 18446744073709551615 4372431 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 26079 16277 727 445 0 19624 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104316

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5691
/proc/meminfo: memFree=18549716/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=115036 CPUtime=12.69 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 17213 0 0 0 1268 1 0 0 25 0 1 0 666368243 117796864 17143 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 28759 17143 727 445 0 22304 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115036

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5691
/proc/meminfo: memFree=18522180/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=147236 CPUtime=25.49 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 23508 0 0 0 2547 2 0 0 25 0 1 0 666368243 150769664 23367 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 36809 23367 727 445 0 30354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 147236

[startup+51.1008 s]
/proc/loadavg: 2.10 2.03 2.01 3/437 5692
/proc/meminfo: memFree=18512464/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=169080 CPUtime=51.09 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 25365 0 0 0 5107 2 0 0 25 0 1 0 666368243 173137920 25224 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 42270 25224 727 445 0 35815 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 169080

[startup+102.301 s]
/proc/loadavg: 2.26 2.07 2.02 3/437 5693
/proc/meminfo: memFree=18474840/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=192736 CPUtime=102.3 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 33607 0 0 0 10226 4 0 0 25 0 1 0 666368243 197361664 33417 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 48184 33417 729 445 0 41729 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 192736

[startup+162.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/437 5695
/proc/meminfo: memFree=18445792/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=231108 CPUtime=162.29 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 38374 0 0 0 16225 4 0 0 25 0 1 0 666368243 236654592 38184 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 57777 38184 729 445 0 51322 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 231108

[startup+222.317 s]
/proc/loadavg: 2.06 2.06 2.01 3/437 5696
/proc/meminfo: memFree=18304996/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=231236 CPUtime=222.31 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 39439 0 0 0 22226 5 0 0 25 0 1 0 666368243 236785664 39249 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 57809 39249 729 445 0 51354 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 231236

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/437 5698
/proc/meminfo: memFree=18240604/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=231236 CPUtime=282.29 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 42404 0 0 0 28224 5 0 0 25 0 1 0 666368243 236785664 42190 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423545 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 57809 42190 727 445 0 51354 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 231236

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 5700
/proc/meminfo: memFree=18161568/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=231236 CPUtime=342.29 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 42995 0 0 0 34224 5 0 0 25 0 1 0 666368243 236785664 42756 33554432000 4194304 6014671 140736667932752 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 57809 42756 727 445 0 51354 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 231236

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5701
/proc/meminfo: memFree=18103728/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=231236 CPUtime=402.29 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 43408 0 0 0 40224 5 0 0 25 0 1 0 666368243 236785664 43001 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 57809 43001 727 445 0 51354 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 231236

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5703
/proc/meminfo: memFree=18083476/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=246980 CPUtime=462.3 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 47604 0 0 0 46223 7 0 0 25 0 1 0 666368243 252907520 47197 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 61745 47197 727 445 0 55290 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 246980

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5704
/proc/meminfo: memFree=18043260/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=262952 CPUtime=522.3 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 49706 0 0 0 52223 7 0 0 25 0 1 0 666368243 269262848 49274 33554432000 4194304 6014671 140736667932752 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 65738 49274 741 445 0 59283 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 262952

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5706
/proc/meminfo: memFree=18008128/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=262952 CPUtime=582.3 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 50101 0 0 0 58223 7 0 0 25 0 1 0 666368243 269262848 49655 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 65738 49655 727 445 0 59283 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 262952

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.17 2.05 2.01 3/437 5837
/proc/meminfo: memFree=24635712/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4002.38 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92075 0 0 0 400218 20 0 0 25 0 1 0 666368243 851939328 84388 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84388 727 445 0 201538 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 831972

[startup+4062.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/437 5839
/proc/meminfo: memFree=24632928/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4062.39 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92160 0 0 0 406219 20 0 0 25 0 1 0 666368243 851939328 84473 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84473 727 445 0 201538 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 831972

[startup+4122.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/437 5840
/proc/meminfo: memFree=24633480/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4122.38 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92160 0 0 0 412218 20 0 0 25 0 1 0 666368243 851939328 84473 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84473 727 445 0 201538 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 831972

[startup+4182.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 5842
/proc/meminfo: memFree=24632176/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4182.4 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92511 0 0 0 418220 20 0 0 25 0 1 0 666368243 851939328 84824 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84824 727 445 0 201538 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 831972

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 5844
/proc/meminfo: memFree=24631976/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4242.38 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92512 0 0 0 424218 20 0 0 25 0 1 0 666368243 851939328 84825 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84825 727 445 0 201538 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 831972

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5845
/proc/meminfo: memFree=24616156/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4302.38 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92512 0 0 0 430218 20 0 0 25 0 1 0 666368243 851939328 84825 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84825 727 445 0 201538 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 831972

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5847
/proc/meminfo: memFree=24616104/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4362.39 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92512 0 0 0 436219 20 0 0 25 0 1 0 666368243 851939328 84825 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84825 727 445 0 201538 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 831972

[startup+4422.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/437 5848
/proc/meminfo: memFree=24615908/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4422.39 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92513 0 0 0 442219 20 0 0 25 0 1 0 666368243 851939328 84826 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84826 727 445 0 201538 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 831972

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/437 5850
/proc/meminfo: memFree=24616116/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4482.39 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92519 0 0 0 448218 21 0 0 25 0 1 0 666368243 851939328 84832 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84832 727 445 0 201538 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 831972

[startup+4542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 5852
/proc/meminfo: memFree=24596316/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4542.4 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 92519 0 0 0 454219 21 0 0 25 0 1 0 666368243 851939328 84832 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 84832 727 445 0 201538 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 831972

[startup+4602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/437 5853
/proc/meminfo: memFree=24579524/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4602.4 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96558 0 0 0 460218 22 0 0 25 0 1 0 666368243 851939328 88838 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88838 750 445 0 201538 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 831972

[startup+4662.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/437 5855
/proc/meminfo: memFree=24580088/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4662.4 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96583 0 0 0 466218 22 0 0 25 0 1 0 666368243 851939328 88860 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88860 747 445 0 201538 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 831972

[startup+4722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/437 5856
/proc/meminfo: memFree=24580416/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4722.41 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96583 0 0 0 472219 22 0 0 25 0 1 0 666368243 851939328 88860 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88860 747 445 0 201538 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 831972

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 5858
/proc/meminfo: memFree=24555300/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4782.4 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96583 0 0 0 478218 22 0 0 25 0 1 0 666368243 851939328 88860 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88860 747 445 0 201538 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 831972

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5860
/proc/meminfo: memFree=24541600/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4842.42 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96583 0 0 0 484220 22 0 0 25 0 1 0 666368243 851939328 88860 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88860 747 445 0 201538 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 831972

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5861
/proc/meminfo: memFree=24523556/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4902.4 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96583 0 0 0 490218 22 0 0 25 0 1 0 666368243 851939328 88860 33554432000 4194304 6014671 140736667932752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88860 747 445 0 201538 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 831972

[startup+4962.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/437 5863
/proc/meminfo: memFree=24522632/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=4962.4 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96583 0 0 0 496218 22 0 0 25 0 1 0 666368243 851939328 88860 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424010 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88860 747 445 0 201538 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 831972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.14 2.05 2.01 3/437 5864
/proc/meminfo: memFree=24520472/32951124 swapFree=64205392/67111528
[pid=5690] ppid=5688 vsize=831972 CPUtime=5000.01 cores=1,3,5,7
/proc/5690/stat : 5690 (qutersat_releas) R 5688 5690 5259 0 -1 4202496 96583 0 0 0 499979 22 0 0 25 0 1 0 666368243 851939328 88860 33554432000 4194304 6014671 140736667932752 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5690/statm: 207993 88860 747 445 0 201538 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 831972

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): 4999.95
CPU time (s): 5000.05
CPU user time (s): 4999.81
CPU system time (s): 0.240963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 831972

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

runsolver used 20.1579 second user time and 50.4403 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 14:08:23
IDJOB=3384429
IDBENCH=83114
IDSOLVER=1868
FILE ID=node136/3384429-1305547703
RUNJOBID= node136-1305540197-5278
PBS_JOBID= 13329217
Free space on /tmp= 72888 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=386594312

node136.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.809
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.809
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18627092 kB
Buffers:         17896 kB
Cached:         620640 kB
SwapCached:      24924 kB
Active:        7678408 kB
Inactive:      6427116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18627092 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:            4840 kB
Writeback:          36 kB
AnonPages:    13447828 kB
Mapped:          34788 kB
Slab:            85980 kB
PageTables:      67444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130538456 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= 72964 MiB
End job on node136 at 2011-05-16 15:31:45