Trace number 3377165

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-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.14	c Parse Cnf success: #var: 71356 #clause: 227126
0.09/0.14	c Find Units :          1
0.09/0.15	c Find Invs  :       1640
0.09/0.18	c Find Ands  :      61516 AvgFaninNum: 2.19177
0.09/0.18	c Find Xors  :       6950 AvgFaninNum: 2
0.19/0.20	c Find Ite   :       8400
0.19/0.24	c UnDirect variable: 4449
0.19/0.24	c UnDirect to Direct Gate: 7742
0.19/0.24	c Forced Direct Gate: 327 Unuse unDirect Gate: 1125
0.19/0.25	c Break Cycle : 275
0.19/0.25	c Total Root : 1 Undef Var: 2198
0.29/0.30	c After covering, Total Root: 1 Leaf: 2198
0.29/0.30	c Variable( cover/uncovered/unused ): 71356 0 0
0.29/0.30	c Unit Clauses: 1
0.29/0.30	c Binary Clauses( cover/uncovered ): 136213 1696
0.29/0.30	c Clauses( cover/uncovered ): 89216 0
0.29/0.30	c Total Clauses( cover/uncovered ): 225430 1696 99.2533%
0.29/0.30	c Covered Ands: 61416 Invs: 792 Xors: 6950 Ites: 0
0.29/0.30	c Uncover Clauses avg size: 2 max size: 2
0.29/0.30	c Final circuit: i/l/o/s    2198       0    1697     91374
0.29/0.30	c CnfToAig: Time: 0.29 s
0.39/0.44	c TmMap: Set choices finish.
0.39/0.46	c TmMap: Set big and: 7776
0.39/0.46	c TmMap: Origin: 93573 ClauseNum: 274122 --> New: 33024 ClauseNum: 160937
0.39/0.46	c TmMap: Time: 0.03
1.00/1.01	c Simulation --> TransNum: 105813/160937 Try to Add: #clause: 96212 #xorclause: 0
1.00/1.06	c #var: 31003 #clauses: 104513 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-3377165-1305474266/watcher-3377165-1305474266 -o /tmp/evaluation-result-3377165-1305474266/solver-3377165-1305474266 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377165-1305474266.cnf 826527157 

running on 2 cores: 4,6

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 4/358 9677
/proc/meminfo: memFree=16976828/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=35064 CPUtime=0 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 2360 0 0 0 0 0 0 0 22 0 1 0 659026254 35905536 2297 33554432000 4194304 6014671 140733280133264 18446744073709551615 274473665114 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 8766 2297 378 445 0 2311 0

[startup+0.0692999 s]
/proc/loadavg: 3.05 3.81 3.93 4/358 9677
/proc/meminfo: memFree=16976828/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=46328 CPUtime=0.05 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 5447 0 0 0 5 0 0 0 22 0 1 0 659026254 47439872 5384 33554432000 4194304 6014671 140733280133264 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 11582 5384 378 445 0 5127 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 46328

[startup+0.100296 s]
/proc/loadavg: 3.05 3.81 3.93 4/358 9677
/proc/meminfo: memFree=16976828/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=53496 CPUtime=0.09 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 7069 0 0 0 8 1 0 0 22 0 1 0 659026254 54779904 7006 33554432000 4194304 6014671 140733280133264 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 13374 7006 378 445 0 6919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53496

[startup+0.300375 s]
/proc/loadavg: 3.05 3.81 3.93 4/358 9677
/proc/meminfo: memFree=16976828/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=64888 CPUtime=0.29 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 9916 0 0 0 28 1 0 0 23 0 1 0 659026254 66445312 9853 33554432000 4194304 6014671 140733280133264 18446744073709551615 4313985 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 16222 9853 397 445 0 9767 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64888

[startup+0.700237 s]
/proc/loadavg: 3.05 3.81 3.93 4/358 9677
/proc/meminfo: memFree=16976828/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=78772 CPUtime=0.69 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 13586 0 0 0 67 2 0 0 25 0 1 0 659026254 80662528 13523 33554432000 4194304 6014671 140733280133264 18446744073709551615 4243270 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 19693 13523 680 445 0 13238 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78772

[startup+1.50111 s]
/proc/loadavg: 3.05 3.81 3.93 5/367 9690
/proc/meminfo: memFree=16781456/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=86976 CPUtime=1.49 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 14250 0 0 0 147 2 0 0 25 0 1 0 659026254 89063424 14187 33554432000 4194304 6014671 140733280133264 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 21744 14187 695 445 0 15289 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86976

[startup+3.10083 s]
/proc/loadavg: 3.05 3.81 3.93 5/367 9690
/proc/meminfo: memFree=16770796/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=93540 CPUtime=3.09 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 16133 0 0 0 307 2 0 0 25 0 1 0 659026254 95784960 16070 33554432000 4194304 6014671 140733280133264 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 23385 16070 722 445 0 16930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93540

[startup+6.30027 s]
/proc/loadavg: 3.28 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16717980/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=104540 CPUtime=6.29 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 17979 0 0 0 627 2 0 0 25 0 1 0 659026254 107048960 17914 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 26135 17914 727 445 0 19680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104540

[startup+12.7011 s]
/proc/loadavg: 3.34 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16679840/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=126560 CPUtime=12.69 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 20608 0 0 0 1266 3 0 0 25 0 1 0 659026254 129597440 20542 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 31640 20542 727 445 0 25185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126560

[startup+25.5009 s]
/proc/loadavg: 3.49 3.86 3.94 5/367 9690
/proc/meminfo: memFree=16593248/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=148948 CPUtime=25.5 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 25442 0 0 0 2546 4 0 0 25 0 1 0 659026254 152522752 25326 33554432000 4194304 6014671 140733280133264 18446744073709551615 4376394 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 37237 25326 727 445 0 30782 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 148948

[startup+51.1004 s]
/proc/loadavg: 3.66 3.87 3.94 5/367 9691
/proc/meminfo: memFree=16555256/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=160184 CPUtime=51.1 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 26739 0 0 0 5106 4 0 0 25 0 1 0 659026254 164028416 26623 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 40046 26623 727 445 0 33591 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 160184

[startup+102.313 s]
/proc/loadavg: 3.95 3.91 3.95 5/367 9692
/proc/meminfo: memFree=16489260/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=160184 CPUtime=102.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 28441 0 0 0 10227 4 0 0 25 0 1 0 659026254 164028416 28290 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423803 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 40046 28290 727 445 0 33591 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 160184

[startup+162.301 s]
/proc/loadavg: 4.02 3.94 3.96 5/367 9694
/proc/meminfo: memFree=16416696/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=172588 CPUtime=162.29 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 34242 0 0 0 16224 5 0 0 25 0 1 0 659026254 176730112 34016 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 43147 34016 729 445 0 36692 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 172588

[startup+222.3 s]
/proc/loadavg: 4.00 3.95 3.96 5/367 9696
/proc/meminfo: memFree=16389860/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=199084 CPUtime=222.29 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 37219 0 0 0 22223 6 0 0 25 0 1 0 659026254 203862016 36993 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 49771 36993 729 445 0 43316 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 199084

[startup+282.301 s]
/proc/loadavg: 4.08 3.97 3.96 5/367 9697
/proc/meminfo: memFree=16329948/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=269104 CPUtime=282.29 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 45306 0 0 0 28221 8 0 0 25 0 1 0 659026254 275562496 44961 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 67276 44961 779 445 0 60821 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 269104

[startup+342.301 s]
/proc/loadavg: 4.03 3.97 3.96 5/367 9699
/proc/meminfo: memFree=16252892/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=269104 CPUtime=342.3 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 48139 0 0 0 34221 9 0 0 25 0 1 0 659026254 275562496 47745 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 67276 47745 730 445 0 60821 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 269104

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.96 5/367 9700
/proc/meminfo: memFree=16241956/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=269104 CPUtime=402.3 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 48739 0 0 0 40221 9 0 0 25 0 1 0 659026254 275562496 44926 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 67276 44926 729 445 0 60821 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 269104

[startup+462.301 s]
/proc/loadavg: 4.15 4.00 3.97 5/367 9702
/proc/meminfo: memFree=16230992/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=269104 CPUtime=462.3 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 49318 0 0 0 46221 9 0 0 25 0 1 0 659026254 275562496 45505 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 67276 45505 729 445 0 60821 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 269104

[startup+522.3 s]
/proc/loadavg: 4.12 4.02 3.98 5/367 9704
/proc/meminfo: memFree=16223908/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=329728 CPUtime=522.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 49811 0 0 0 52221 10 0 0 25 0 1 0 659026254 337641472 45998 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 82432 45998 729 445 0 75977 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 329728

[startup+582.301 s]
/proc/loadavg: 4.04 4.01 3.98 5/367 9705
/proc/meminfo: memFree=16175240/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392180 CPUtime=582.3 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 53043 0 0 0 58220 10 0 0 25 0 1 0 659026254 401592320 49200 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98045 49200 740 445 0 91590 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 392180

[startup+642.3 s]
/proc/loadavg: 4.07 4.02 3.98 5/367 9707
/proc/meminfo: memFree=16133048/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392180 CPUtime=642.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 54238 0 0 0 64221 10 0 0 25 0 1 0 659026254 401592320 50395 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98045 50395 740 445 0 91590 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 392180

[startup+702.301 s]
/proc/loadavg: 4.09 4.03 3.99 5/367 9708
/proc/meminfo: memFree=16077092/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=702.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 56664 0 0 0 70220 11 0 0 25 0 1 0 659026254 401723392 52817 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 52817 736 445 0 91622 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 392308

[startup+762.314 s]
/proc/loadavg: 4.03 4.02 3.99 5/367 9710
/proc/meminfo: memFree=16013196/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=762.32 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 62246 0 0 0 76219 13 0 0 25 0 1 0 659026254 401723392 58399 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 58399 736 445 0 91622 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 392308

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.99 5/367 9712
/proc/meminfo: memFree=16009568/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=822.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 62664 0 0 0 82218 13 0 0 25 0 1 0 659026254 401723392 58817 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 58817 736 445 0 91622 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 392308

[startup+882.301 s]
/proc/loadavg: 4.08 4.04 4.00 5/367 9713
/proc/meminfo: memFree=15984848/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=882.32 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 62867 0 0 0 88218 14 0 0 25 0 1 0 659026254 401723392 59020 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 59020 736 445 0 91622 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 392308

[startup+942.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9715
/proc/meminfo: memFree=15962632/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=942.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 63208 0 0 0 94217 14 0 0 25 0 1 0 659026254 401723392 59361 33554432000 4194304 6014671 140733280133264 18446744073709551615 4369520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 59361 736 445 0 91622 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 392308

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9725
/proc/meminfo: memFree=15939532/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=1002.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 64236 0 0 0 100217 14 0 0 25 0 1 0 659026254 401723392 60389 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 60389 739 445 0 91622 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 392308

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/367 9727
/proc/meminfo: memFree=15917504/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=1062.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 64238 0 0 0 106217 14 0 0 25 0 1 0 659026254 401723392 60389 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 60389 737 445 0 91622 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 392308

[startup+1122.3 s]
/proc/loadavg: 4.05 4.04 4.00 5/367 9729
/proc/meminfo: memFree=15875420/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=1122.32 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 64239 0 0 0 112218 14 0 0 25 0 1 0 659026254 401723392 60390 33554432000 4194304 6014671 140733280133264 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 60390 737 445 0 91622 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 392308

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 4.01 5/367 9733
/proc/meminfo: memFree=15861000/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=1182.31 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 64331 0 0 0 118217 14 0 0 25 0 1 0 659026254 401723392 60481 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 60481 736 445 0 91622 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 392308

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9735
/proc/meminfo: memFree=15857560/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=1242.32 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 64332 0 0 0 124218 14 0 0 25 0 1 0 659026254 401723392 60482 33554432000 4194304 6014671 140733280133264 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 60482 736 445 0 91622 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 392308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 4.00 4/366 9737
/proc/meminfo: memFree=16051604/32950928 swapFree=67111348/67111528
[pid=9677] ppid=9675 vsize=392308 CPUtime=1300.03 cores=4,6
/proc/9677/stat : 9677 (qutersat_releas) R 9675 9677 8779 0 -1 4202496 66089 0 0 0 129988 15 0 0 25 0 1 0 659026254 401723392 62150 33554432000 4194304 6014671 140733280133264 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9677/statm: 98077 62150 733 445 0 91622 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 392308

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

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

runsolver used 4.55431 second user time and 10.6374 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 17:44:26
IDJOB=3377165
IDBENCH=83121
IDSOLVER=1856
FILE ID=node125/3377165-1305474266
RUNJOBID= node125-1305474266-9648
PBS_JOBID= 13325303
Free space on /tmp= 73176 MiB

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

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
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:      16978084 kB
Buffers:        298164 kB
Cached:        4788176 kB
SwapCached:          0 kB
Active:       11812100 kB
Inactive:      3774568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16978084 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           16708 kB
Writeback:           0 kB
AnonPages:    10499920 kB
Mapped:          35104 kB
Slab:           279544 kB
PageTables:      42172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78541492 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= 73172 MiB
End job on node125 at 2011-05-15 18:06:08