Trace number 3376956

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-top28.cnf
MD5SUM005e29e99454a24085199b085e720b2f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark368.61
Satisfiable
(Un)Satisfiability was proved
Number of variables88763
Number of clauses282870
Sum of the clauses size691774
Maximum clause length3284
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2171374
Number of clauses of size 3109718
Number of clauses of size 4405
Number of clauses of size 526
Number of clauses of size over 51346

Solver Data

0.00/0.01	c Set FPU double precision.
0.19/0.20	c Parse Cnf success: #var: 88763 #clause: 282870
0.19/0.20	c Find Units :          1
0.19/0.21	c Find Invs  :       1922
0.19/0.25	c Find Ands  :      76607 AvgFaninNum: 2.1898
0.19/0.26	c Find Xors  :       8750 AvgFaninNum: 2
0.19/0.28	c Find Ite   :      10584
0.28/0.34	c UnDirect variable: 5485
0.28/0.34	c UnDirect to Direct Gate: 9681
0.28/0.34	c Forced Direct Gate: 409 Unuse unDirect Gate: 1344
0.28/0.35	c Break Cycle : 308
0.28/0.35	c Total Root : 1 Undef Var: 2587
0.38/0.42	c After covering, Total Root: 1 Leaf: 2587
0.38/0.42	c Variable( cover/uncovered/unused ): 88763 0 0
0.38/0.42	c Unit Clauses: 1
0.38/0.42	c Binary Clauses( cover/uncovered ): 169392 1982
0.38/0.42	c Clauses( cover/uncovered ): 111495 0
0.38/0.42	c Total Clauses( cover/uncovered ): 280888 1982 99.2993%
0.38/0.42	c Covered Ands: 76495 Invs: 931 Xors: 8750 Ites: 0
0.38/0.42	c Uncover Clauses avg size: 2 max size: 2
0.38/0.42	c Final circuit: i/l/o/s    2587       0    1983    114021
0.38/0.42	c CnfToAig: Time: 0.41 s
0.48/0.59	c TmMap: Set choices finish.
0.59/0.61	c TmMap: Set big and: 9350
0.59/0.61	c TmMap: Origin: 116609 ClauseNum: 342063 --> New: 40798 ClauseNum: 200566
0.59/0.61	c TmMap: Time: 0.05
1.29/1.30	c Simulation --> TransNum: 131196/200566 Try to Add: #clause: 119720 #xorclause: 0
1.29/1.37	c #var: 38356 #clauses: 128775 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-3376956-1305474266/watcher-3376956-1305474266 -o /tmp/evaluation-result-3376956-1305474266/solver-3376956-1305474266 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376956-1305474266.cnf 826527157 

running on 2 cores: 5,7

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: 3.05 3.81 3.93 5/366 9689
/proc/meminfo: memFree=16922576/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=34448 CPUtime=0 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 2320 0 0 0 0 0 0 0 22 0 1 0 659026263 35274752 2256 33554432000 4194304 6014671 140734520617456 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 8612 2256 378 445 0 2157 0

[startup+0.0577051 s]
/proc/loadavg: 3.05 3.81 3.93 5/366 9689
/proc/meminfo: memFree=16922576/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=45712 CPUtime=0.04 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 5236 0 0 0 4 0 0 0 22 0 1 0 659026263 46809088 5172 33554432000 4194304 6014671 140734520617456 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 11428 5172 378 445 0 4973 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45712

[startup+0.100757 s]
/proc/loadavg: 3.05 3.81 3.93 5/366 9689
/proc/meminfo: memFree=16922576/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=53904 CPUtime=0.09 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 7169 0 0 0 9 0 0 0 22 0 1 0 659026263 55197696 7105 33554432000 4194304 6014671 140734520617456 18446744073709551615 274473967360 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 13476 7105 378 445 0 7021 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53904

[startup+0.300665 s]
/proc/loadavg: 3.05 3.81 3.93 5/366 9689
/proc/meminfo: memFree=16922576/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=75664 CPUtime=0.28 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 12667 0 0 0 27 1 0 0 23 0 1 0 659026263 77479936 12603 33554432000 4194304 6014671 140734520617456 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 18916 12603 394 445 0 12461 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 75664

[startup+0.700593 s]
/proc/loadavg: 3.05 3.81 3.93 5/366 9689
/proc/meminfo: memFree=16922576/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=87280 CPUtime=0.69 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 15811 0 0 0 67 2 0 0 25 0 1 0 659026263 89374720 15747 33554432000 4194304 6014671 140734520617456 18446744073709551615 4244754 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 21820 15747 680 445 0 15365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87280

[startup+1.50045 s]
/proc/loadavg: 3.05 3.81 3.93 5/367 9690
/proc/meminfo: memFree=16777116/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=88364 CPUtime=1.49 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 16080 0 0 0 147 2 0 0 25 0 1 0 659026263 90484736 16016 33554432000 4194304 6014671 140734520617456 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 22091 16016 695 445 0 15636 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88364

[startup+3.10017 s]
/proc/loadavg: 3.28 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16770672/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=102692 CPUtime=3.09 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 19501 0 0 0 307 2 0 0 25 0 1 0 659026263 105156608 19437 33554432000 4194304 6014671 140734520617456 18446744073709551615 4378392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 25673 19437 722 445 0 19218 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102692

[startup+6.30061 s]
/proc/loadavg: 3.28 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16716864/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=114416 CPUtime=6.29 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 20685 0 0 0 627 2 0 0 25 0 1 0 659026263 117161984 20621 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 28604 20621 727 445 0 22149 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114416

[startup+12.7005 s]
/proc/loadavg: 3.34 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16679840/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=126952 CPUtime=12.69 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 22407 0 0 0 1266 3 0 0 25 0 1 0 659026263 129998848 22343 33554432000 4194304 6014671 140734520617456 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 31738 22343 727 445 0 25283 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126952

[startup+25.5002 s]
/proc/loadavg: 3.49 3.86 3.94 5/367 9690
/proc/meminfo: memFree=16594116/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=161860 CPUtime=25.49 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 28452 0 0 0 2545 4 0 0 25 0 1 0 659026263 165744640 28388 33554432000 4194304 6014671 140734520617456 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 40465 28388 727 445 0 34010 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161860

[startup+51.1007 s]
/proc/loadavg: 3.66 3.87 3.94 5/367 9691
/proc/meminfo: memFree=16555132/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=173656 CPUtime=51.09 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 31044 0 0 0 5105 4 0 0 25 0 1 0 659026263 177823744 30950 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 43414 30950 727 445 0 36959 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 173656

[startup+102.314 s]
/proc/loadavg: 3.95 3.91 3.95 5/367 9692
/proc/meminfo: memFree=16489136/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=199476 CPUtime=102.3 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 36401 0 0 0 10225 5 0 0 25 0 1 0 659026263 204263424 36296 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 49869 36296 727 445 0 43414 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 199476

[startup+162.3 s]
/proc/loadavg: 4.02 3.94 3.96 5/367 9694
/proc/meminfo: memFree=16416812/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=212576 CPUtime=162.29 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 40246 0 0 0 16223 6 0 0 25 0 1 0 659026263 217677824 40141 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 53144 40141 727 445 0 46689 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212576

[startup+222.301 s]
/proc/loadavg: 4.00 3.95 3.96 5/367 9696
/proc/meminfo: memFree=16389860/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=212576 CPUtime=222.29 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 41179 0 0 0 22223 6 0 0 25 0 1 0 659026263 217677824 41053 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 53144 41053 727 445 0 46689 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 212576

[startup+282.301 s]
/proc/loadavg: 4.08 3.97 3.96 5/367 9697
/proc/meminfo: memFree=16329948/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=270812 CPUtime=282.3 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 45252 0 0 0 28222 8 0 0 25 0 1 0 659026263 277311488 45058 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 67703 45058 727 445 0 61248 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 270812

[startup+342.3 s]
/proc/loadavg: 4.02 3.97 3.96 5/367 9699
/proc/meminfo: memFree=16252892/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=270812 CPUtime=342.29 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 51482 0 0 0 34220 9 0 0 25 0 1 0 659026263 277311488 51288 33554432000 4194304 6014671 140734520617456 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 67703 51288 727 445 0 61248 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 270812

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.96 5/367 9700
/proc/meminfo: memFree=16241956/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=270812 CPUtime=402.3 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 52655 0 0 0 40220 10 0 0 25 0 1 0 659026263 277311488 52461 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 67703 52461 727 445 0 61248 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 270812

[startup+462.3 s]
/proc/loadavg: 4.15 4.00 3.97 5/367 9702
/proc/meminfo: memFree=16230992/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=270812 CPUtime=462.3 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 53054 0 0 0 46220 10 0 0 25 0 1 0 659026263 277311488 52860 33554432000 4194304 6014671 140734520617456 18446744073709551615 4379486 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 67703 52860 727 445 0 61248 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 270812

[startup+522.301 s]
/proc/loadavg: 4.12 4.02 3.98 5/367 9704
/proc/meminfo: memFree=16223908/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=270812 CPUtime=522.3 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 53918 0 0 0 52220 10 0 0 25 0 1 0 659026263 277311488 53724 33554432000 4194304 6014671 140734520617456 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 67703 53724 727 445 0 61248 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 270812

[startup+582.3 s]
/proc/loadavg: 4.04 4.01 3.98 5/367 9705
/proc/meminfo: memFree=16172388/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=335636 CPUtime=582.3 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 57412 0 0 0 58219 11 0 0 25 0 1 0 659026263 343691264 52717 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 83909 52717 727 445 0 77454 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 335636

[startup+642.301 s]
/proc/loadavg: 4.07 4.02 3.98 5/367 9707
/proc/meminfo: memFree=16132800/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=335636 CPUtime=642.31 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 59235 0 0 0 64219 12 0 0 25 0 1 0 659026263 343691264 54540 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 83909 54540 727 445 0 77454 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 335636

[startup+702.301 s]
/proc/loadavg: 4.09 4.03 3.99 5/367 9708
/proc/meminfo: memFree=16077088/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=335636 CPUtime=702.31 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 61789 0 0 0 70218 13 0 0 25 0 1 0 659026263 343691264 57094 33554432000 4194304 6014671 140734520617456 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 83909 57094 727 445 0 77454 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 335636

[startup+762.314 s]
/proc/loadavg: 4.03 4.02 3.99 5/367 9710
/proc/meminfo: memFree=16013196/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=335636 CPUtime=762.32 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 71349 0 0 0 76215 17 0 0 25 0 1 0 659026263 343691264 66654 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 83909 66654 727 445 0 77454 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 335636

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.99 5/367 9712
/proc/meminfo: memFree=16009568/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=335636 CPUtime=822.3 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 71519 0 0 0 82213 17 0 0 25 0 1 0 659026263 343691264 66824 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 83909 66824 727 445 0 77454 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 335636

[startup+882.3 s]
/proc/loadavg: 4.08 4.04 4.00 5/367 9713
/proc/meminfo: memFree=15984848/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=335636 CPUtime=882.31 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 76977 0 0 0 88211 20 0 0 25 0 1 0 659026263 343691264 72282 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 83909 72282 727 445 0 77454 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 335636

[startup+942.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9715
/proc/meminfo: memFree=15962748/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=404920 CPUtime=942.31 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 79961 0 0 0 94211 20 0 0 25 0 1 0 659026263 414638080 75266 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 101230 75266 727 445 0 94775 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 404920

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9725
/proc/meminfo: memFree=15939532/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=404920 CPUtime=1002.31 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 82131 0 0 0 100210 21 0 0 25 0 1 0 659026263 414638080 77436 33554432000 4194304 6014671 140734520617456 18446744073709551615 4376920 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 101230 77436 727 445 0 94775 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 404920

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/367 9727
/proc/meminfo: memFree=15917504/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=404920 CPUtime=1062.31 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 89036 0 0 0 106208 23 0 0 25 0 1 0 659026263 414638080 84341 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 101230 84341 727 445 0 94775 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 404920

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/367 9729
/proc/meminfo: memFree=15875420/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=477400 CPUtime=1122.32 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 94965 0 0 0 112205 27 0 0 25 0 1 0 659026263 488857600 90270 33554432000 4194304 6014671 140734520617456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 119350 90270 727 445 0 112895 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 477400

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 4.01 5/367 9733
/proc/meminfo: memFree=15861000/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=550500 CPUtime=1182.32 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 95590 0 0 0 118205 27 0 0 25 0 1 0 659026263 563712000 90895 33554432000 4194304 6014671 140734520617456 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 137625 90895 727 445 0 131170 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 550500

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9735
/proc/meminfo: memFree=15857560/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=550628 CPUtime=1242.32 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 96025 0 0 0 124205 27 0 0 25 0 1 0 659026263 563843072 91239 33554432000 4194304 6014671 140734520617456 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 137657 91239 727 445 0 131202 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 550628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 4.00 2/363 9739
/proc/meminfo: memFree=16612604/32950928 swapFree=67111348/67111528
[pid=9689] ppid=9687 vsize=624900 CPUtime=1300.03 cores=5,7
/proc/9689/stat : 9689 (qutersat_releas) R 9687 9689 8779 0 -1 4202496 96517 0 0 0 129976 27 0 0 25 0 1 0 659026263 639897600 91731 33554432000 4194304 6014671 140734520617456 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9689/statm: 156225 91731 727 445 0 149770 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 624900

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.76
CPU system time (s): 0.294955
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 624900

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

runsolver used 4.47832 second user time and 10.9073 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 17:44:26
IDJOB=3376956
IDBENCH=83123
IDSOLVER=1856
FILE ID=node125/3376956-1305474266
RUNJOBID= node125-1305474266-9650
PBS_JOBID= 13325303
Free space on /tmp= 73168 MiB

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

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

MD5SUM BENCH= 005e29e99454a24085199b085e720b2f
RANDOM SEED=826527157

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.828
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.828
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:     32950928 kB
MemFree:      16923236 kB
Buffers:        298180 kB
Cached:        4793980 kB
SwapCached:          0 kB
Active:       11873544 kB
Inactive:      3767992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16923236 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           22528 kB
Writeback:           0 kB
AnonPages:    10548808 kB
Mapped:          37044 kB
Slab:           279804 kB
PageTables:      41396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78635364 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= 73184 MiB
End job on node125 at 2011-05-15 18:06:08