Trace number 3377166

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) 1300.06 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.18	c Parse Cnf success: #var: 67777 #clause: 227761
0.09/0.18	c Find Units :          1
0.09/0.18	c Find Invs  :       1805
0.19/0.23	c Find Ands  :      48847 AvgFaninNum: 2.28884
0.19/0.23	c Find Xors  :      15950 AvgFaninNum: 2
0.19/0.27	c Find Ite   :      20400
0.29/0.33	c UnDirect variable: 6491
0.29/0.33	c UnDirect to Direct Gate: 17230
0.29/0.33	c Forced Direct Gate: 325 Unuse unDirect Gate: 800
0.29/0.34	c Break Cycle : 525
0.29/0.34	c Total Root : 1 Undef Var: 1800
0.29/0.39	c After covering, Total Root: 1 Leaf: 1800
0.29/0.39	c Variable( cover/uncovered/unused ): 67777 0 0
0.29/0.39	c Unit Clauses: 1
0.29/0.39	c Binary Clauses( cover/uncovered ): 114163 1050
0.29/0.39	c Clauses( cover/uncovered ): 112547 0
0.29/0.39	c Total Clauses( cover/uncovered ): 226711 1050 99.539%
0.29/0.39	c Covered Ands: 48747 Invs: 1280 Xors: 15950 Ites: 0
0.39/0.40	c Uncover Clauses avg size: 2 max size: 2
0.39/0.40	c Final circuit: i/l/o/s    1800       0    1051    104923
0.39/0.40	c CnfToAig: Time: 0.4 s
0.49/0.58	c TmMap: Set choices finish.
0.59/0.60	c TmMap: Set big and: 9805
0.59/0.60	c TmMap: Origin: 106724 ClauseNum: 314769 --> New: 34711 ClauseNum: 161764
0.59/0.60	c TmMap: Time: 0.04
1.10/1.13	c Simulation --> TransNum: 92790/161764 Try to Add: #clause: 81205 #xorclause: 0
1.10/1.17	c #var: 29040 #clauses: 74435 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.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-3377166-1305474250/watcher-3377166-1305474250 -o /tmp/evaluation-result-3377166-1305474250/solver-3377166-1305474250 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377166-1305474250.cnf 970981842 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.09 3.95 3.78 5/431 23849
/proc/meminfo: memFree=19725008/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=37028 CPUtime=0 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 2855 0 0 0 0 0 0 0 25 0 1 0 737655781 37916672 2791 33554432000 4194304 6014671 140734050946928 18446744073709551615 4308472 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 9257 2791 378 445 0 2802 0

[startup+0.0214059 s]
/proc/loadavg: 4.09 3.95 3.78 5/431 23849
/proc/meminfo: memFree=19725008/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=38052 CPUtime=0.01 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 3107 0 0 0 1 0 0 0 25 0 1 0 737655781 38965248 3044 33554432000 4194304 6014671 140734050946928 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 9513 3065 378 445 0 3058 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 38052

[startup+0.100403 s]
/proc/loadavg: 4.09 3.95 3.78 5/431 23849
/proc/meminfo: memFree=19725008/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=54436 CPUtime=0.09 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 7248 0 0 0 8 1 0 0 25 0 1 0 737655781 55742464 7184 33554432000 4194304 6014671 140734050946928 18446744073709551615 4305098 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 13609 7184 378 445 0 7154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54436

[startup+0.30031 s]
/proc/loadavg: 4.09 3.95 3.78 5/431 23849
/proc/meminfo: memFree=19725008/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=71460 CPUtime=0.29 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 11318 0 0 0 28 1 0 0 25 0 1 0 737655781 73175040 11254 33554432000 4194304 6014671 140734050946928 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 17865 11254 394 445 0 11410 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71460

[startup+0.700235 s]
/proc/loadavg: 4.09 3.95 3.78 5/431 23849
/proc/meminfo: memFree=19725008/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=88428 CPUtime=0.69 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 15889 0 0 0 67 2 0 0 25 0 1 0 737655781 90550272 15825 33554432000 4194304 6014671 140734050946928 18446744073709551615 4243235 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 22107 15825 680 445 0 15652 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88428

[startup+1.5001 s]
/proc/loadavg: 4.09 3.95 3.78 5/432 23850
/proc/meminfo: memFree=19658396/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=88428 CPUtime=1.49 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 16067 0 0 0 147 2 0 0 25 0 1 0 737655781 90550272 16003 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423560 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 22107 16003 695 445 0 15652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88428

[startup+3.10088 s]
/proc/loadavg: 4.09 3.95 3.78 5/432 23850
/proc/meminfo: memFree=19656040/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=90476 CPUtime=3.09 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 16522 0 0 0 307 2 0 0 25 0 1 0 737655781 92647424 16458 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423702 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 22619 16458 722 445 0 16164 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90476

[startup+6.30032 s]
/proc/loadavg: 4.16 3.97 3.78 5/432 23850
/proc/meminfo: memFree=19647360/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=101496 CPUtime=6.29 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 17729 0 0 0 627 2 0 0 25 0 1 0 737655781 103931904 17665 33554432000 4194304 6014671 140734050946928 18446744073709551615 4372112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 25374 17665 727 445 0 18919 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101496

[startup+12.7002 s]
/proc/loadavg: 4.15 3.97 3.78 6/432 23850
/proc/meminfo: memFree=19633632/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=135240 CPUtime=12.69 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 21093 0 0 0 1266 3 0 0 25 0 1 0 737655781 138485760 21029 33554432000 4194304 6014671 140734050946928 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 33810 21029 727 445 0 27355 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 135240

[startup+25.5009 s]
/proc/loadavg: 4.11 3.97 3.79 5/432 23850
/proc/meminfo: memFree=19610184/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=146784 CPUtime=25.49 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 25593 0 0 0 2544 5 0 0 25 0 1 0 737655781 150306816 25529 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 36696 25529 727 445 0 30241 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146784

[startup+51.1005 s]
/proc/loadavg: 4.30 4.02 3.81 5/432 23851
/proc/meminfo: memFree=19590452/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=158276 CPUtime=51.09 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 26939 0 0 0 5103 6 0 0 25 0 1 0 737655781 162074624 26875 33554432000 4194304 6014671 140734050946928 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 39569 26875 727 445 0 33114 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158276

[startup+102.316 s]
/proc/loadavg: 4.28 4.05 3.83 5/432 23852
/proc/meminfo: memFree=19575180/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=158276 CPUtime=102.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 28922 0 0 0 10224 6 0 0 25 0 1 0 737655781 162074624 28858 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 39569 28858 727 445 0 33114 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158276

[startup+162.301 s]
/proc/loadavg: 4.10 4.04 3.83 5/432 23854
/proc/meminfo: memFree=19553932/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=158276 CPUtime=162.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 29773 0 0 0 16223 7 0 0 25 0 1 0 737655781 162074624 29709 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 39569 29709 727 445 0 33114 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 158276

[startup+222.301 s]
/proc/loadavg: 4.04 4.03 3.84 5/432 23855
/proc/meminfo: memFree=19508644/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=184780 CPUtime=222.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 34753 0 0 0 22222 8 0 0 25 0 1 0 737655781 189214720 34689 33554432000 4194304 6014671 140734050946928 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 46195 34689 727 445 0 39740 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 184780

[startup+282.301 s]
/proc/loadavg: 4.01 4.02 3.85 5/432 23857
/proc/meminfo: memFree=19466808/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=184780 CPUtime=282.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 37032 0 0 0 28221 9 0 0 25 0 1 0 737655781 189214720 36968 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 46195 36968 727 445 0 39740 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 184780

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.85 5/432 23859
/proc/meminfo: memFree=19413692/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=184780 CPUtime=342.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 37736 0 0 0 34221 9 0 0 25 0 1 0 737655781 189214720 37653 33554432000 4194304 6014671 140734050946928 18446744073709551615 4380165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 46195 37653 727 445 0 39740 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 184780

[startup+402.301 s]
/proc/loadavg: 4.07 4.04 3.87 5/432 23860
/proc/meminfo: memFree=19408836/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=242040 CPUtime=402.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 38446 0 0 0 40221 9 0 0 25 0 1 0 737655781 247848960 38139 33554432000 4194304 6014671 140734050946928 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 60510 38139 727 445 0 54055 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 242040

[startup+462.3 s]
/proc/loadavg: 4.06 4.04 3.88 5/432 23862
/proc/meminfo: memFree=19376316/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=299928 CPUtime=462.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 46163 0 0 0 46219 11 0 0 25 0 1 0 737655781 307126272 45856 33554432000 4194304 6014671 140734050946928 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 74982 45856 727 445 0 68527 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 299928

[startup+522.301 s]
/proc/loadavg: 4.02 4.03 3.89 5/432 23863
/proc/meminfo: memFree=19340336/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=300056 CPUtime=522.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 50214 0 0 0 52218 12 0 0 25 0 1 0 737655781 307257344 49907 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 75014 49907 727 445 0 68559 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 300056

[startup+582.3 s]
/proc/loadavg: 4.11 4.05 3.90 5/432 23865
/proc/meminfo: memFree=19329884/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=300056 CPUtime=582.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 50934 0 0 0 58218 12 0 0 25 0 1 0 737655781 307257344 48819 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 75014 48819 727 445 0 68559 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 300056

[startup+642.301 s]
/proc/loadavg: 4.09 4.06 3.91 5/432 23867
/proc/meminfo: memFree=19289808/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=300056 CPUtime=642.32 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 51770 0 0 0 64219 13 0 0 25 0 1 0 737655781 307257344 49655 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 75014 49655 727 445 0 68559 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 300056

[startup+702.3 s]
/proc/loadavg: 4.11 4.07 3.92 5/432 23868
/proc/meminfo: memFree=19257412/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=300056 CPUtime=702.3 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 54707 0 0 0 70216 14 0 0 25 0 1 0 737655781 307257344 52592 33554432000 4194304 6014671 140734050946928 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 75014 52592 727 445 0 68559 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 300056

[startup+762.316 s]
/proc/loadavg: 3.06 3.81 3.84 3/420 23906
/proc/meminfo: memFree=19699172/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=300056 CPUtime=762.32 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 61380 0 0 0 76216 16 0 0 25 0 1 0 737655781 307257344 59265 33554432000 4194304 6014671 140734050946928 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 75014 59265 727 445 0 68559 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 300056

[startup+822.301 s]
/proc/loadavg: 2.39 3.48 3.72 3/420 23907
/proc/meminfo: memFree=19687104/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=365212 CPUtime=822.31 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 63874 0 0 0 82214 17 0 0 25 0 1 0 737655781 373977088 61725 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 91303 61725 754 445 0 84848 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 365212

[startup+882.301 s]
/proc/loadavg: 2.14 3.20 3.61 3/420 23909
/proc/meminfo: memFree=19680116/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=430708 CPUtime=882.31 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 65469 0 0 0 88214 17 0 0 25 0 1 0 737655781 441044992 63293 33554432000 4194304 6014671 140734050946928 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 107677 63293 727 445 0 101222 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 430708

[startup+942.301 s]
/proc/loadavg: 2.05 2.98 3.51 3/420 23911
/proc/meminfo: memFree=19666320/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=497412 CPUtime=942.31 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 68006 0 0 0 94213 18 0 0 25 0 1 0 737655781 509349888 65830 33554432000 4194304 6014671 140734050946928 18446744073709551615 4377903 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 124353 65830 727 445 0 117898 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 497412

[startup+1002.3 s]
/proc/loadavg: 2.06 2.82 3.41 3/420 23912
/proc/meminfo: memFree=19665896/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=497412 CPUtime=1002.31 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 68090 0 0 0 100213 18 0 0 25 0 1 0 737655781 509349888 65914 33554432000 4194304 6014671 140734050946928 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 124353 65914 727 445 0 117898 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 497412

[startup+1062.3 s]
/proc/loadavg: 2.02 2.66 3.32 3/420 23923
/proc/meminfo: memFree=19654572/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=497412 CPUtime=1062.32 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 68179 0 0 0 106213 19 0 0 25 0 1 0 737655781 509349888 66003 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 124353 66003 727 445 0 117898 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 497412

[startup+1122.3 s]
/proc/loadavg: 2.01 2.54 3.24 3/420 23924
/proc/meminfo: memFree=19653288/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=497412 CPUtime=1122.32 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 68256 0 0 0 112213 19 0 0 25 0 1 0 737655781 509349888 66080 33554432000 4194304 6014671 140734050946928 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 124353 66080 727 445 0 117898 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 497412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.44 3.16 3/420 23926
/proc/meminfo: memFree=19651012/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=497412 CPUtime=1182.32 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 68293 0 0 0 118213 19 0 0 25 0 1 0 737655781 509349888 66117 33554432000 4194304 6014671 140734050946928 18446744073709551615 4423661 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 124353 66117 727 445 0 117898 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 497412

[startup+1242.3 s]
/proc/loadavg: 2.11 2.39 3.09 3/420 23928
/proc/meminfo: memFree=19637832/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=497412 CPUtime=1242.32 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 71267 0 0 0 124212 20 0 0 25 0 1 0 737655781 509349888 69091 33554432000 4194304 6014671 140734050946928 18446744073709551615 4371949 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 124353 69092 727 445 0 117898 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 497412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.70 2.23 2.99 2/414 23947
/proc/meminfo: memFree=19851620/32950940 swapFree=67111356/67111528
[pid=23849] ppid=23847 vsize=497412 CPUtime=1300.03 cores=0,2
/proc/23849/stat : 23849 (qutersat_releas) R 23847 23849 22932 0 -1 4202496 72964 0 0 0 129982 21 0 0 25 0 1 0 737655781 509349888 70788 33554432000 4194304 6014671 140734050946928 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23849/statm: 124353 70788 727 445 0 117898 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 497412

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.83
CPU system time (s): 0.227965
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 497412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72968
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= 6
involuntary context switches= 16588

runsolver used 5.29719 second user time and 12.4521 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 17:44:10
IDJOB=3377166
IDBENCH=83109
IDSOLVER=1856
FILE ID=node117/3377166-1305474250
RUNJOBID= node117-1305473672-23707
PBS_JOBID= 13325319
Free space on /tmp= 73500 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom25.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377166-1305474250/watcher-3377166-1305474250 -o /tmp/evaluation-result-3377166-1305474250/solver-3377166-1305474250 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377166-1305474250.cnf 970981842

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=970981842

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19725032 kB
Buffers:        331896 kB
Cached:        3750756 kB
SwapCached:          0 kB
Active:       10496652 kB
Inactive:      2369352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19725032 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            8732 kB
Writeback:           0 kB
AnonPages:     8782676 kB
Mapped:          37984 kB
Slab:           245440 kB
PageTables:      47068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 103571780 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= 73504 MiB
End job on node117 at 2011-05-15 18:05:52