Trace number 3384434

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.11 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.00/0.01	c Set FPU double precision.
0.03/0.09	c Parse Cnf success: #var: 40286 #clause: 134663
0.03/0.09	c Find Units :          1
0.03/0.09	c Find Invs  :       1253
0.09/0.10	c Find Ands  :      29153 AvgFaninNum: 2.29229
0.09/0.11	c Find Xors  :       9101 AvgFaninNum: 2
0.09/0.12	c Find Ite   :      11628
0.09/0.15	c UnDirect variable: 3967
0.09/0.15	c UnDirect to Direct Gate: 10018
0.09/0.15	c Forced Direct Gate: 196 Unuse unDirect Gate: 494
0.09/0.15	c Break Cycle : 399
0.09/0.15	c Total Root : 1 Undef Var: 1191
0.09/0.18	c After covering, Total Root: 1 Leaf: 1191
0.09/0.18	c Variable( cover/uncovered/unused ): 40286 0 0
0.09/0.18	c Unit Clauses: 1
0.09/0.18	c Binary Clauses( cover/uncovered ): 68509 672
0.09/0.18	c Clauses( cover/uncovered ): 65481 0
0.09/0.18	c Total Clauses( cover/uncovered ): 133991 672 99.501%
0.09/0.18	c Covered Ands: 29077 Invs: 917 Xors: 9101 Ites: 0
0.09/0.18	c Uncover Clauses avg size: 2 max size: 2
0.09/0.18	c Final circuit: i/l/o/s    1191       0     673     61404
0.09/0.18	c CnfToAig: Time: 0.17 s
0.19/0.29	c TmMap: Set choices finish.
0.29/0.30	c TmMap: Set big and: 6038
0.29/0.30	c TmMap: Origin: 62596 ClauseNum: 184212 --> New: 20694 ClauseNum: 94722
0.29/0.30	c TmMap: Time: 0.02
0.59/0.62	c Simulation --> TransNum: 54211/94722 Try to Add: #clause: 46860 #xorclause: 0
0.59/0.64	c #var: 17309 #clauses: 43075 Solving... 
5000.08/5000.01	c Time Out !!
5000.08/5000.01	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-3384434-1305548206/watcher-3384434-1305548206 -o /tmp/evaluation-result-3384434-1305548206/solver-3384434-1305548206 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384434-1305548206.cnf 431332712 

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/437 28996
/proc/meminfo: memFree=21296964/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=34412 CPUtime=0 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 2348 0 0 0 0 0 0 0 25 0 1 0 647236843 35237888 2284 33554432000 4194304 6014671 140736386129072 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 8603 2286 377 445 0 2148 0

[startup+0.0490709 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 28996
/proc/meminfo: memFree=21296964/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=43628 CPUtime=0.03 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 4660 0 0 0 3 0 0 0 25 0 1 0 647236843 44675072 4596 33554432000 4194304 6014671 140736386129072 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 10907 4596 377 445 0 4452 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43628

[startup+0.101055 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 28996
/proc/meminfo: memFree=21296964/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=53868 CPUtime=0.09 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 7107 0 0 0 8 1 0 0 25 0 1 0 647236843 55160832 7043 33554432000 4194304 6014671 140736386129072 18446744073709551615 4287275 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 13467 7044 382 445 0 7012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53868

[startup+0.301024 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 28996
/proc/meminfo: memFree=21296964/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=64100 CPUtime=0.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 10035 0 0 0 28 1 0 0 25 0 1 0 647236843 65638400 9971 33554432000 4194304 6014671 140736386129072 18446744073709551615 4223842 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 16025 9971 669 445 0 9570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64100

[startup+0.700949 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 28996
/proc/meminfo: memFree=21296964/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=74352 CPUtime=0.69 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 10865 0 0 0 68 1 0 0 25 0 1 0 647236843 76136448 10801 33554432000 4194304 6014671 140736386129072 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 18588 10801 695 445 0 12133 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74352

[startup+1.50081 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 28998
/proc/meminfo: memFree=21255540/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=74352 CPUtime=1.49 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 11209 0 0 0 148 1 0 0 25 0 1 0 647236843 76136448 11145 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 18588 11145 722 445 0 12133 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74352

[startup+3.10052 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 28998
/proc/meminfo: memFree=21249340/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=103748 CPUtime=3.09 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 12846 0 0 0 308 1 0 0 25 0 1 0 647236843 106237952 12782 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 25937 12782 727 445 0 19482 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103748

[startup+6.30095 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 28998
/proc/meminfo: memFree=21238484/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=113688 CPUtime=6.28 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 14606 0 0 0 627 1 0 0 25 0 1 0 647236843 116416512 14539 33554432000 4194304 6014671 140736386129072 18446744073709551615 4372332 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 28422 14539 727 445 0 21967 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 113688

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 28998
/proc/meminfo: memFree=21230560/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=113816 CPUtime=12.68 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 15875 0 0 0 1267 1 0 0 25 0 1 0 647236843 116547584 15808 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 28454 15808 727 445 0 21999 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 113816

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 28998
/proc/meminfo: memFree=21222900/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=134180 CPUtime=25.49 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 17837 0 0 0 2547 2 0 0 25 0 1 0 647236843 137400320 17770 33554432000 4194304 6014671 140736386129072 18446744073709551615 4425224 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 33545 17770 727 445 0 27090 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134180

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 28999
/proc/meminfo: memFree=21209804/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=134180 CPUtime=51.08 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 21022 0 0 0 5106 2 0 0 25 0 1 0 647236843 137400320 20955 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 33545 20955 727 445 0 27090 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 134180

[startup+102.317 s]
/proc/loadavg: 2.13 2.03 2.01 3/438 29000
/proc/meminfo: memFree=21190668/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=134180 CPUtime=102.3 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 25887 0 0 0 10227 3 0 0 25 0 1 0 647236843 137400320 25738 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423623 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 33545 25738 734 445 0 27090 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134180

[startup+162.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/438 29002
/proc/meminfo: memFree=21178596/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=156724 CPUtime=162.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 28741 0 0 0 16225 4 0 0 25 0 1 0 647236843 160485376 28592 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 39181 28592 734 445 0 32726 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 156724

[startup+222.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/438 29003
/proc/meminfo: memFree=21143324/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=203388 CPUtime=222.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 37617 0 0 0 22224 5 0 0 25 0 1 0 647236843 208269312 37461 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 50847 37461 727 445 0 44392 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 203388

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/438 29005
/proc/meminfo: memFree=21139556/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=203388 CPUtime=282.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 38757 0 0 0 28224 5 0 0 25 0 1 0 647236843 208269312 38510 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 50847 38510 727 445 0 44392 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 203388

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 29007
/proc/meminfo: memFree=21120552/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=254876 CPUtime=342.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 43418 0 0 0 34223 6 0 0 25 0 1 0 647236843 260993024 43171 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 63719 43171 727 445 0 57264 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 254876

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 29008
/proc/meminfo: memFree=21100172/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=254876 CPUtime=402.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 48779 0 0 0 40223 6 0 0 25 0 1 0 647236843 260993024 48405 33554432000 4194304 6014671 140736386129072 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 63719 48405 727 445 0 57264 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 254876

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 29010
/proc/meminfo: memFree=21096044/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=254876 CPUtime=462.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 49421 0 0 0 46223 6 0 0 25 0 1 0 647236843 260993024 48932 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 63719 48932 727 445 0 57264 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 254876

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29014
/proc/meminfo: memFree=21051104/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=308964 CPUtime=522.29 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 53865 0 0 0 52222 7 0 0 25 0 1 0 647236843 316379136 53376 33554432000 4194304 6014671 140736386129072 18446744073709551615 4380650 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 77241 53376 727 445 0 70786 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 308964

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29016
/proc/meminfo: memFree=21051784/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=364484 CPUtime=582.3 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 56628 0 0 0 58222 8 0 0 25 0 1 0 647236843 373231616 53197 33554432000 4194304 6014671 140736386129072 18446744073709551615 4369616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 91121 53197 742 445 0 84666 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 364484

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/438 29144
/proc/meminfo: memFree=20944572/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4002.35 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 104038 0 0 0 400210 25 0 0 25 0 1 0 647236843 699633664 83050 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424012 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 83050 727 445 0 164354 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 683236

[startup+4062.32 s]
/proc/loadavg: 2.05 2.02 2.00 3/438 29146
/proc/meminfo: memFree=20931776/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4062.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 104040 0 0 0 406211 25 0 0 25 0 1 0 647236843 699633664 83052 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 83052 727 445 0 164354 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 683236

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/438 29150
/proc/meminfo: memFree=20876868/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4122.35 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 104085 0 0 0 412210 25 0 0 25 0 1 0 647236843 699633664 83097 33554432000 4194304 6014671 140736386129072 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 83097 727 445 0 164354 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 683236

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 29152
/proc/meminfo: memFree=20868384/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4182.35 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 104191 0 0 0 418210 25 0 0 25 0 1 0 647236843 699633664 83203 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 83203 727 445 0 164354 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 683236

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 29154
/proc/meminfo: memFree=20863772/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4242.35 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 104197 0 0 0 424210 25 0 0 25 0 1 0 647236843 699633664 83209 33554432000 4194304 6014671 140736386129072 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 83209 727 445 0 164354 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 683236

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29155
/proc/meminfo: memFree=20854796/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4302.35 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 105892 0 0 0 430209 26 0 0 25 0 1 0 647236843 699633664 84904 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 84904 727 445 0 164354 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 683236

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29157
/proc/meminfo: memFree=20838520/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4362.35 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 110051 0 0 0 436208 27 0 0 25 0 1 0 647236843 699633664 89063 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 89063 727 445 0 164354 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 683236

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29158
/proc/meminfo: memFree=20819748/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4422.35 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 114788 0 0 0 442207 28 0 0 25 0 1 0 647236843 699633664 93800 33554432000 4194304 6014671 140736386129072 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 93800 727 445 0 164354 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 683236

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29160
/proc/meminfo: memFree=20809924/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4482.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 117024 0 0 0 448207 29 0 0 25 0 1 0 647236843 699633664 96036 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424059 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 96036 727 445 0 164354 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 683236

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29162
/proc/meminfo: memFree=20806540/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4542.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 117416 0 0 0 454207 29 0 0 25 0 1 0 647236843 699633664 96428 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 96428 727 445 0 164354 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 683236

[startup+4602.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/438 29163
/proc/meminfo: memFree=20806368/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4602.37 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 117416 0 0 0 460208 29 0 0 25 0 1 0 647236843 699633664 96428 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 96428 727 445 0 164354 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 683236

[startup+4662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/438 29165
/proc/meminfo: memFree=20787356/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683236 CPUtime=4662.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 122150 0 0 0 466207 29 0 0 25 0 1 0 647236843 699633664 101162 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170809 101162 727 445 0 164354 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 683236

[startup+4722.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/438 29166
/proc/meminfo: memFree=20782720/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683364 CPUtime=4722.38 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 123096 0 0 0 472208 30 0 0 25 0 1 0 647236843 699764736 102108 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170841 102108 727 445 0 164386 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 683364

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/438 29168
/proc/meminfo: memFree=20733940/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683364 CPUtime=4782.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 128811 0 0 0 478205 31 0 0 25 0 1 0 647236843 699764736 107823 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170841 107823 727 445 0 164386 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 683364

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/438 29170
/proc/meminfo: memFree=20681180/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683364 CPUtime=4842.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 135197 0 0 0 484203 33 0 0 25 0 1 0 647236843 699764736 114209 33554432000 4194304 6014671 140736386129072 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170841 114209 727 445 0 164386 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 683364

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29171
/proc/meminfo: memFree=20663904/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683364 CPUtime=4902.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 135704 0 0 0 490203 33 0 0 25 0 1 0 647236843 699764736 114716 33554432000 4194304 6014671 140736386129072 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170841 114716 727 445 0 164386 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 683364

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29173
/proc/meminfo: memFree=20656172/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683364 CPUtime=4962.36 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 136645 0 0 0 496203 33 0 0 25 0 1 0 647236843 699764736 115657 33554432000 4194304 6014671 140736386129072 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170841 115657 727 445 0 164386 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 683364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/438 29174
/proc/meminfo: memFree=20657012/32951124 swapFree=51873468/67111528
[pid=28996] ppid=28994 vsize=683364 CPUtime=5000.08 cores=1,3,5,7
/proc/28996/stat : 28996 (qutersat_releas) R 28994 28996 28584 0 -1 4202496 136645 0 0 0 499975 33 0 0 25 0 1 0 647236843 699764736 115657 33554432000 4194304 6014671 140736386129072 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28996/statm: 170841 115657 727 445 0 164386 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 683364

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): 5000.03
CPU time (s): 5000.11
CPU user time (s): 4999.76
CPU system time (s): 0.352946
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 683364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.76
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136649
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= 8
involuntary context switches= 12203

runsolver used 20.6489 second user time and 50.7043 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-16 14:16:46
IDJOB=3384434
IDBENCH=83119
IDSOLVER=1868
FILE ID=node146/3384434-1305548206
RUNJOBID= node146-1305540196-28603
PBS_JOBID= 13329207
Free space on /tmp= 73216 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=431332712

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      21297120 kB
Buffers:        202160 kB
Cached:        1403604 kB
SwapCached:      56140 kB
Active:        8555700 kB
Inactive:      2833868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21297120 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:            4096 kB
Writeback:           0 kB
AnonPages:     9734696 kB
Mapped:          25204 kB
Slab:           113824 kB
PageTables:      81508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119386624 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= 73212 MiB
End job on node146 at 2011-05-16 15:40:08