Trace number 3384443

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.94

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom17.cnf
MD5SUMa6df2ce216327c64a0156683acb72fc2
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 variables32733
Number of clauses109177
Sum of the clauses size278009
Maximum clause length1080
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256533
Number of clauses of size 352066
Number of clauses of size 4152
Number of clauses of size 515
Number of clauses of size over 5410

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 32733 #clause: 109177
0.00/0.06	c Find Units :          1
0.00/0.07	c Find Invs  :       1085
0.00/0.08	c Find Ands  :      23743 AvgFaninNum: 2.29537
0.00/0.08	c Find Xors  :       7242 AvgFaninNum: 2
0.08/0.09	c Find Ite   :       9248
0.09/0.11	c UnDirect variable: 3156
0.09/0.12	c UnDirect to Direct Gate: 8040
0.09/0.12	c Forced Direct Gate: 155 Unuse unDirect Gate: 408
0.09/0.12	c Break Cycle : 357
0.09/0.12	c Total Root : 1 Undef Var: 1018
0.09/0.14	c After covering, Total Root: 1 Leaf: 1018
0.09/0.14	c Variable( cover/uncovered/unused ): 32733 0 0
0.09/0.14	c Unit Clauses: 1
0.09/0.14	c Binary Clauses( cover/uncovered ): 55959 574
0.09/0.14	c Clauses( cover/uncovered ): 52643 0
0.09/0.14	c Total Clauses( cover/uncovered ): 108603 574 99.4742%
0.09/0.14	c Covered Ands: 23675 Invs: 798 Xors: 7242 Ites: 0
0.09/0.14	c Uncover Clauses avg size: 2 max size: 2
0.09/0.14	c Final circuit: i/l/o/s    1018       0     575     49563
0.09/0.14	c CnfToAig: Time: 0.14 s
0.19/0.23	c TmMap: Set choices finish.
0.19/0.24	c TmMap: Set big and: 4982
0.19/0.24	c TmMap: Origin: 50582 ClauseNum: 148689 --> New: 16848 ClauseNum: 76628
0.19/0.24	c TmMap: Time: 0.02
0.49/0.50	c Simulation --> TransNum: 43719/76628 Try to Add: #clause: 37579 #xorclause: 0
0.49/0.52	c #var: 14005 #clauses: 34435 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-3384443-1305549911/watcher-3384443-1305549911 -o /tmp/evaluation-result-3384443-1305549911/solver-3384443-1305549911 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384443-1305549911.cnf 860406101 

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.02 2.02 2.00 2/405 15047
/proc/meminfo: memFree=15327376/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=34412 CPUtime=0 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 2367 0 0 0 0 0 0 0 25 0 1 0 647407262 35237888 2303 33554432000 4194304 6014671 140735201983936 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 8603 2303 377 445 0 2148 0

[startup+0.091628 s]
/proc/loadavg: 2.02 2.02 2.00 2/405 15047
/proc/meminfo: memFree=15327376/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=49772 CPUtime=0.08 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 6177 0 0 0 7 1 0 0 25 0 1 0 647407262 50966528 6113 33554432000 4194304 6014671 140735201983936 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 12443 6114 394 445 0 5988 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49772

[startup+0.100621 s]
/proc/loadavg: 2.02 2.02 2.00 2/405 15047
/proc/meminfo: memFree=15327376/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=50796 CPUtime=0.09 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 6339 0 0 0 8 1 0 0 25 0 1 0 647407262 52015104 6275 33554432000 4194304 6014671 140735201983936 18446744073709551615 4807776 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 12699 6275 394 445 0 6244 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50796

[startup+0.300587 s]
/proc/loadavg: 2.02 2.02 2.00 2/405 15047
/proc/meminfo: memFree=15327376/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=61840 CPUtime=0.29 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 9458 0 0 0 28 1 0 0 25 0 1 0 647407262 63324160 9394 33554432000 4194304 6014671 140735201983936 18446744073709551615 4243270 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 15460 9394 680 445 0 9005 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61840

[startup+0.700514 s]
/proc/loadavg: 2.02 2.02 2.00 2/405 15047
/proc/meminfo: memFree=15327376/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=70044 CPUtime=0.69 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 9726 0 0 0 68 1 0 0 25 0 1 0 647407262 71725056 9662 33554432000 4194304 6014671 140735201983936 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 17511 9662 695 445 0 11056 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70044

[startup+1.50037 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15048
/proc/meminfo: memFree=15290168/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=79420 CPUtime=1.49 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 10377 0 0 0 148 1 0 0 25 0 1 0 647407262 81326080 10313 33554432000 4194304 6014671 140735201983936 18446744073709551615 255106459600 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 19855 10313 723 445 0 13400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79420

[startup+3.10109 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15048
/proc/meminfo: memFree=15285600/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=98424 CPUtime=3.09 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 11402 0 0 0 308 1 0 0 25 0 1 0 647407262 100786176 11338 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 24606 11338 727 445 0 18151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98424

[startup+6.30054 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15049
/proc/meminfo: memFree=15279900/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=98424 CPUtime=6.29 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 12196 0 0 0 628 1 0 0 25 0 1 0 647407262 100786176 12132 33554432000 4194304 6014671 140735201983936 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 24606 12132 727 445 0 18151 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98424

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15049
/proc/meminfo: memFree=15274680/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=108120 CPUtime=12.69 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 13707 0 0 0 1268 1 0 0 25 0 1 0 647407262 110714880 13643 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 27030 13643 727 445 0 20575 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108120

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15049
/proc/meminfo: memFree=15265644/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=108120 CPUtime=25.49 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 15431 0 0 0 2547 2 0 0 25 0 1 0 647407262 110714880 15367 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 27030 15367 727 445 0 20575 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108120

[startup+51.1007 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15050
/proc/meminfo: memFree=15228424/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=129060 CPUtime=51.1 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 20580 0 0 0 5107 3 0 0 25 0 1 0 647407262 132157440 20516 33554432000 4194304 6014671 140735201983936 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 32265 20516 727 445 0 25810 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 129060

[startup+102.315 s]
/proc/loadavg: 2.16 2.04 2.01 3/406 15051
/proc/meminfo: memFree=15179684/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=150336 CPUtime=102.3 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 25980 0 0 0 10227 3 0 0 25 0 1 0 647407262 153944064 25883 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 37584 25883 727 445 0 31129 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 150336

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/406 15053
/proc/meminfo: memFree=15163916/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=161792 CPUtime=162.3 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 29638 0 0 0 16226 4 0 0 25 0 1 0 647407262 165675008 29541 33554432000 4194304 6014671 140735201983936 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 40448 29541 727 445 0 33993 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 161792

[startup+222.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15054
/proc/meminfo: memFree=15142088/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=173556 CPUtime=222.29 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 33231 0 0 0 22225 4 0 0 25 0 1 0 647407262 177721344 33134 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 43389 33134 727 445 0 36934 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 173556

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15083
/proc/meminfo: memFree=15316896/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=185560 CPUtime=282.3 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 36953 0 0 0 28225 5 0 0 25 0 1 0 647407262 190013440 36856 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 46390 36856 727 445 0 39935 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 185560

[startup+342.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/406 15084
/proc/meminfo: memFree=15291936/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=283944 CPUtime=342.3 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 40531 0 0 0 34224 6 0 0 25 0 1 0 647407262 290758656 40318 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 70986 40318 727 445 0 64531 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 283944

[startup+402.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/406 15086
/proc/meminfo: memFree=15286972/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=335700 CPUtime=402.3 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 42018 0 0 0 40224 6 0 0 25 0 1 0 647407262 343756800 39477 33554432000 4194304 6014671 140735201983936 18446744073709551615 4376394 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 83925 39477 761 445 0 77470 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 335700

[startup+462.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/406 15088
/proc/meminfo: memFree=15263280/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=335700 CPUtime=462.3 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 43008 0 0 0 46224 6 0 0 25 0 1 0 647407262 343756800 40439 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 83925 40439 733 445 0 77470 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 335700

[startup+522.301 s]
/proc/loadavg: 2.12 2.07 2.01 3/406 15089
/proc/meminfo: memFree=15249636/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=335700 CPUtime=522.31 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 43269 0 0 0 52224 7 0 0 25 0 1 0 647407262 343756800 40700 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 83925 40700 733 445 0 77470 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 335700

[startup+582.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/406 15091
/proc/meminfo: memFree=15233256/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=335700 CPUtime=582.3 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 46796 0 0 0 58223 7 0 0 25 0 1 0 647407262 343756800 44218 33554432000 4194304 6014671 140735201983936 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 83925 44218 727 445 0 77470 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 335700

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/406 15196
/proc/meminfo: memFree=14739408/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4062.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 103716 0 0 0 406213 27 0 0 25 0 1 0 647407262 563359744 89891 33554432000 4194304 6014671 140735201983936 18446744073709551615 4536728 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 89891 728 445 0 131084 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 550156

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/406 15197
/proc/meminfo: memFree=14737168/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4122.39 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 104295 0 0 0 412211 28 0 0 25 0 1 0 647407262 563359744 90470 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 90470 728 445 0 131084 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 550156

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15199
/proc/meminfo: memFree=14734684/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4182.39 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 104295 0 0 0 418211 28 0 0 25 0 1 0 647407262 563359744 90470 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 90470 728 445 0 131084 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 550156

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15200
/proc/meminfo: memFree=14734300/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4242.39 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 104295 0 0 0 424211 28 0 0 25 0 1 0 647407262 563359744 90470 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 90470 728 445 0 131084 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 550156

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 15202
/proc/meminfo: memFree=14721512/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4302.39 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 107321 0 0 0 430210 29 0 0 25 0 1 0 647407262 563359744 93496 33554432000 4194304 6014671 140735201983936 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 93496 728 445 0 131084 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 550156

[startup+4362.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/406 15204
/proc/meminfo: memFree=14685172/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4362.39 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 116426 0 0 0 436208 31 0 0 25 0 1 0 647407262 563359744 102601 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 102601 728 445 0 131084 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 550156

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/406 15205
/proc/meminfo: memFree=14682308/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4422.39 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 116629 0 0 0 442208 31 0 0 25 0 1 0 647407262 563359744 102804 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 102804 728 445 0 131084 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 550156

[startup+4482.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/406 15207
/proc/meminfo: memFree=14682176/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4482.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 116629 0 0 0 448208 32 0 0 25 0 1 0 647407262 563359744 102804 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 102804 728 445 0 131084 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 550156

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/406 15208
/proc/meminfo: memFree=14682412/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4542.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 116629 0 0 0 454208 32 0 0 25 0 1 0 647407262 563359744 102804 33554432000 4194304 6014671 140735201983936 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 102804 728 445 0 131084 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 550156

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/406 15219
/proc/meminfo: memFree=14675708/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4602.41 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117718 0 0 0 460209 32 0 0 25 0 1 0 647407262 563359744 103893 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103893 728 445 0 131084 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 550156

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/406 15221
/proc/meminfo: memFree=14671480/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4662.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117719 0 0 0 466208 32 0 0 25 0 1 0 647407262 563359744 103894 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103894 728 445 0 131084 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 550156

[startup+4722.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 15222
/proc/meminfo: memFree=14671596/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4722.42 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117719 0 0 0 472210 32 0 0 25 0 1 0 647407262 563359744 103894 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103894 728 445 0 131084 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 550156

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 15224
/proc/meminfo: memFree=14671712/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4782.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117719 0 0 0 478208 32 0 0 25 0 1 0 647407262 563359744 103894 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103894 728 445 0 131084 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 550156

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 15225
/proc/meminfo: memFree=14670584/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4842.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117720 0 0 0 484208 32 0 0 25 0 1 0 647407262 563359744 103895 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103895 728 445 0 131084 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 550156

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 15227
/proc/meminfo: memFree=14669580/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4902.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117720 0 0 0 490208 32 0 0 25 0 1 0 647407262 563359744 103895 33554432000 4194304 6014671 140735201983936 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103895 728 445 0 131084 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 550156

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/406 15229
/proc/meminfo: memFree=14670816/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=4962.4 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117720 0 0 0 496208 32 0 0 25 0 1 0 647407262 563359744 103895 33554432000 4194304 6014671 140735201983936 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103895 728 445 0 131084 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 550156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.16 2.04 2.01 3/406 15230
/proc/meminfo: memFree=14670808/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=5000.01 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117720 0 0 0 499969 32 0 0 25 0 1 0 647407262 563359744 103894 33554432000 4194304 6014671 140735201983936 18446744073709551615 4372355 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103894 728 445 0 131084 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 550156

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

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

[startup+4999.9 s]
/proc/loadavg: 2.16 2.04 2.01 3/406 15230
/proc/meminfo: memFree=14670808/32951124 swapFree=67111348/67111528
[pid=15047] ppid=15045 vsize=550156 CPUtime=5000.01 cores=1,3,5,7
/proc/15047/stat : 15047 (qutersat_releas) R 15045 15047 14451 0 -1 4202496 117720 0 0 0 499969 32 0 0 25 0 1 0 647407262 563359744 103894 33554432000 4194304 6014671 140735201983936 18446744073709551615 4372355 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15047/statm: 137539 103894 728 445 0 131084 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 550156

Child status: 1
Real time (s): 4999.94
CPU time (s): 5000.05
CPU user time (s): 4999.7
CPU system time (s): 0.347947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 550156

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

runsolver used 18.1032 second user time and 45.5851 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 14:45:11
IDJOB=3384443
IDBENCH=83134
IDSOLVER=1868
FILE ID=node144/3384443-1305549911
RUNJOBID= node144-1305540196-14470
PBS_JOBID= 13329209
Free space on /tmp= 73284 MiB

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

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

MD5SUM BENCH= a6df2ce216327c64a0156683acb72fc2
RANDOM SEED=860406101

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15327648 kB
Buffers:        326432 kB
Cached:        4042896 kB
SwapCached:          0 kB
Active:       14451572 kB
Inactive:      2808360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15327648 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3548 kB
Writeback:           0 kB
AnonPages:    12890700 kB
Mapped:          37764 kB
Slab:           244680 kB
PageTables:      52820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114163056 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= 73280 MiB
End job on node144 at 2011-05-16 16:08:33