Trace number 3377160

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.13	c Parse Cnf success: #var: 53118 #clause: 178062
0.09/0.13	c Find Units :          1
0.09/0.13	c Find Invs  :       1520
0.09/0.16	c Find Ands  :      38343 AvgFaninNum: 2.2897
0.09/0.16	c Find Xors  :      12287 AvgFaninNum: 2
0.09/0.19	c Find Ite   :      15708
0.19/0.23	c UnDirect variable: 4988
0.19/0.23	c UnDirect to Direct Gate: 13448
0.19/0.23	c Forced Direct Gate: 323 Unuse unDirect Gate: 638
0.19/0.24	c Break Cycle : 462
0.19/0.24	c Total Root : 1 Undef Var: 1415
0.19/0.29	c After covering, Total Root: 1 Leaf: 1415
0.19/0.29	c Variable( cover/uncovered/unused ): 53118 0 0
0.19/0.29	c Unit Clauses: 1
0.19/0.29	c Binary Clauses( cover/uncovered ): 89940 718
0.19/0.29	c Clauses( cover/uncovered ): 87403 0
0.19/0.29	c Total Clauses( cover/uncovered ): 177344 718 99.5968%
0.19/0.29	c Covered Ands: 38255 Invs: 1161 Xors: 12287 Ites: 0
0.19/0.29	c Uncover Clauses avg size: 2 max size: 2
0.19/0.29	c Final circuit: i/l/o/s    1415       0     719     81522
0.19/0.29	c CnfToAig: Time: 0.28 s
0.39/0.44	c TmMap: Set choices finish.
0.39/0.46	c TmMap: Set big and: 7680
0.39/0.46	c TmMap: Origin: 82938 ClauseNum: 244566 --> New: 27045 ClauseNum: 124965
0.39/0.46	c TmMap: Time: 0.04
0.89/0.92	c Simulation --> TransNum: 70685/124965 Try to Add: #clause: 61492 #xorclause: 0
0.89/0.95	c #var: 22513 #clauses: 56465 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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-3377160-1305474307/watcher-3377160-1305474307 -o /tmp/evaluation-result-3377160-1305474307/solver-3377160-1305474307 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377160-1305474307.cnf 162867636 

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: 3.69 3.95 3.79 3/252 22830
/proc/meminfo: memFree=22751828/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=33612 CPUtime=0 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 2111 0 0 0 0 0 0 0 22 0 1 0 659031482 34418688 2048 33554432000 4194304 6014671 140736266766368 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 8403 2049 378 445 0 1948 0

[startup+0.074827 s]
/proc/loadavg: 3.69 3.95 3.79 3/252 22830
/proc/meminfo: memFree=22751828/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=48972 CPUtime=0.07 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 6051 0 0 0 6 1 0 0 22 0 1 0 659031482 50147328 5988 33554432000 4194304 6014671 140736266766368 18446744073709551615 4305107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 12243 5988 378 445 0 5788 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 48972

[startup+0.100819 s]
/proc/loadavg: 3.69 3.95 3.79 3/252 22830
/proc/meminfo: memFree=22751828/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=56140 CPUtime=0.09 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 7545 0 0 0 8 1 0 0 22 0 1 0 659031482 57487360 7482 33554432000 4194304 6014671 140736266766368 18446744073709551615 4308628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 14035 7482 378 445 0 7580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56140

[startup+0.300756 s]
/proc/loadavg: 3.69 3.95 3.79 3/252 22830
/proc/meminfo: memFree=22751828/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=63436 CPUtime=0.29 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 9604 0 0 0 28 1 0 0 23 0 1 0 659031482 64958464 9541 33554432000 4194304 6014671 140736266766368 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 15859 9542 460 445 0 9404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63436

[startup+0.700711 s]
/proc/loadavg: 3.69 3.95 3.79 3/252 22830
/proc/meminfo: memFree=22751828/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=75748 CPUtime=0.69 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 12972 0 0 0 67 2 0 0 25 0 1 0 659031482 77565952 12909 33554432000 4194304 6014671 140736266766368 18446744073709551615 4243993 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 18937 12909 680 445 0 12482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75748

[startup+1.50057 s]
/proc/loadavg: 3.69 3.95 3.79 5/258 22839
/proc/meminfo: memFree=22640144/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=83952 CPUtime=1.49 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 13398 0 0 0 147 2 0 0 25 0 1 0 659031482 85966848 13335 33554432000 4194304 6014671 140736266766368 18446744073709551615 222921473456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 20988 13335 700 445 0 14533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83952

[startup+3.10027 s]
/proc/loadavg: 3.69 3.95 3.79 5/258 22839
/proc/meminfo: memFree=22626132/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=94088 CPUtime=3.09 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 14465 0 0 0 307 2 0 0 25 0 1 0 659031482 96346112 14402 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423661 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 23522 14402 723 445 0 17067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94088

[startup+6.30068 s]
/proc/loadavg: 3.72 3.95 3.79 5/258 22839
/proc/meminfo: memFree=22603216/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=114612 CPUtime=6.29 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 16019 0 0 0 627 2 0 0 25 0 1 0 659031482 117362688 15956 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 28653 15956 727 445 0 22198 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 114612

[startup+12.7005 s]
/proc/loadavg: 3.74 3.95 3.80 5/258 22839
/proc/meminfo: memFree=22565264/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=124988 CPUtime=12.69 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 17365 0 0 0 1267 2 0 0 25 0 1 0 659031482 127987712 17286 33554432000 4194304 6014671 140736266766368 18446744073709551615 4470112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 31247 17286 728 445 0 24792 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124988

[startup+25.5012 s]
/proc/loadavg: 3.80 3.95 3.80 5/258 22840
/proc/meminfo: memFree=22500492/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=135592 CPUtime=25.49 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 20920 0 0 0 2546 3 0 0 25 0 1 0 659031482 138846208 20840 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 33898 20840 727 445 0 27443 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 135592

[startup+51.1005 s]
/proc/loadavg: 3.87 3.95 3.80 5/258 22840
/proc/meminfo: memFree=22435212/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=146336 CPUtime=51.08 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 24444 0 0 0 5105 3 0 0 25 0 1 0 659031482 149848064 24364 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 36584 24364 727 445 0 30129 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 146336

[startup+102.309 s]
/proc/loadavg: 3.94 3.95 3.81 5/258 22842
/proc/meminfo: memFree=22375420/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=169080 CPUtime=102.3 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 30781 0 0 0 10224 6 0 0 25 0 1 0 659031482 173137920 30701 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423577 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 42270 30701 727 445 0 35815 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 169080

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.82 5/258 22843
/proc/meminfo: memFree=22304200/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=180892 CPUtime=162.29 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 32122 0 0 0 16223 6 0 0 25 0 1 0 659031482 185233408 32042 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 45223 32042 727 445 0 38768 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 180892

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.83 5/258 22845
/proc/meminfo: memFree=22208308/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=230892 CPUtime=222.29 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 37847 0 0 0 22222 7 0 0 25 0 1 0 659031482 236433408 37767 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 57723 37767 727 445 0 51268 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 230892

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.83 5/258 22847
/proc/meminfo: memFree=22154076/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=230892 CPUtime=282.29 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 38468 0 0 0 28222 7 0 0 25 0 1 0 659031482 236433408 36464 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 57723 36464 727 445 0 51268 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 230892

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.84 5/258 22848
/proc/meminfo: memFree=22127868/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=336436 CPUtime=342.29 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 38919 0 0 0 34222 7 0 0 25 0 1 0 659031482 344510464 36915 33554432000 4194304 6014671 140736266766368 18446744073709551615 4376783 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 84109 36915 727 445 0 77654 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 336436

[startup+402.301 s]
/proc/loadavg: 4.07 3.99 3.85 5/258 22850
/proc/meminfo: memFree=22099184/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=336436 CPUtime=402.3 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 39245 0 0 0 40223 7 0 0 25 0 1 0 659031482 344510464 37241 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 84109 37241 727 445 0 77654 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 336436

[startup+462.3 s]
/proc/loadavg: 4.13 4.02 3.87 5/258 22851
/proc/meminfo: memFree=22051520/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=336436 CPUtime=462.29 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 39480 0 0 0 46222 7 0 0 25 0 1 0 659031482 344510464 37476 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 84109 37476 727 445 0 77654 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 336436

[startup+522.3 s]
/proc/loadavg: 4.05 4.01 3.87 5/258 22853
/proc/meminfo: memFree=22037224/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=336436 CPUtime=522.3 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 42679 0 0 0 52222 8 0 0 25 0 1 0 659031482 344510464 40675 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 84109 40675 727 445 0 77654 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 336436

[startup+582.3 s]
/proc/loadavg: 4.02 4.00 3.88 5/258 22855
/proc/meminfo: memFree=21993032/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=582.3 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 44267 0 0 0 58221 9 0 0 25 0 1 0 659031482 402952192 42263 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 42263 727 445 0 91922 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 393508

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/258 22856
/proc/meminfo: memFree=21948124/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=642.31 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 44458 0 0 0 64222 9 0 0 25 0 1 0 659031482 402952192 42454 33554432000 4194304 6014671 140736266766368 18446744073709551615 4376456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 42454 727 445 0 91922 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 393508

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/258 22858
/proc/meminfo: memFree=21853724/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=702.31 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 49718 0 0 0 70220 11 0 0 25 0 1 0 659031482 402952192 47714 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 47714 727 445 0 91922 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 393508

[startup+762.309 s]
/proc/loadavg: 4.00 4.00 3.90 5/258 22859
/proc/meminfo: memFree=21796648/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=762.32 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 57578 0 0 0 76218 14 0 0 25 0 1 0 659031482 402952192 55574 33554432000 4194304 6014671 140736266766368 18446744073709551615 4369391 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 55574 727 445 0 91922 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 393508

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/258 22861
/proc/meminfo: memFree=21788056/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=822.31 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 58201 0 0 0 82217 14 0 0 25 0 1 0 659031482 402952192 56197 33554432000 4194304 6014671 140736266766368 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 56197 727 445 0 91922 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 393508

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/258 22863
/proc/meminfo: memFree=21772396/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=882.31 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 58628 0 0 0 88217 14 0 0 25 0 1 0 659031482 402952192 56624 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 56624 727 445 0 91922 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 393508

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/258 22864
/proc/meminfo: memFree=21716064/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=942.32 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 64976 0 0 0 94215 17 0 0 25 0 1 0 659031482 402952192 62972 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 62972 727 445 0 91922 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 393508

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.92 5/258 22875
/proc/meminfo: memFree=21701516/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=1002.32 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 65411 0 0 0 100215 17 0 0 25 0 1 0 659031482 402952192 63407 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 63407 727 445 0 91922 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 393508

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 3.92 5/258 22876
/proc/meminfo: memFree=21689592/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=1062.32 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 66021 0 0 0 106215 17 0 0 25 0 1 0 659031482 402952192 64017 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 64017 727 445 0 91922 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 393508

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.92 5/258 22880
/proc/meminfo: memFree=21649132/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=1122.32 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 66445 0 0 0 112215 17 0 0 25 0 1 0 659031482 402952192 64441 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 64441 727 445 0 91922 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 393508

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/258 22883
/proc/meminfo: memFree=21643192/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=1182.32 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 67762 0 0 0 118214 18 0 0 25 0 1 0 659031482 402952192 65758 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 65758 727 445 0 91922 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 393508

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/258 22884
/proc/meminfo: memFree=21637844/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=1242.32 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 68222 0 0 0 124214 18 0 0 25 0 1 0 659031482 402952192 66218 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 66218 727 445 0 91922 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 393508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 3/254 22888
/proc/meminfo: memFree=22296284/32951124 swapFree=61559568/67111528
[pid=22830] ppid=22828 vsize=393508 CPUtime=1300.03 cores=0,2
/proc/22830/stat : 22830 (qutersat_releas) R 22828 22830 21820 0 -1 4202496 68227 0 0 0 129984 19 0 0 25 0 1 0 659031482 402952192 66223 33554432000 4194304 6014671 140736266766368 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22830/statm: 98377 66223 727 445 0 91922 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 393508

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.85
CPU system time (s): 0.210967
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 393508

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

runsolver used 3.11852 second user time and 6.574 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 17:45:07
IDJOB=3377160
IDBENCH=83133
IDSOLVER=1856
FILE ID=node109/3377160-1305474307
RUNJOBID= node109-1305474307-22796
PBS_JOBID= 13325310
Free space on /tmp= 73256 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=162867636

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22752472 kB
Buffers:        278868 kB
Cached:        2595392 kB
SwapCached:      28404 kB
Active:        1438052 kB
Inactive:      8530752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22752472 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           12596 kB
Writeback:           0 kB
AnonPages:     7072708 kB
Mapped:          21656 kB
Slab:           132992 kB
PageTables:      34180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19188892 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= 73260 MiB
End job on node109 at 2011-05-15 18:06:49