Trace number 3377168

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.05 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.17	c Parse Cnf success: #var: 73074 #clause: 245746
0.09/0.17	c Find Units :          1
0.09/0.18	c Find Invs  :       1904
0.19/0.22	c Find Ands  :      52645 AvgFaninNum: 2.28884
0.19/0.23	c Find Xors  :      17277 AvgFaninNum: 2
0.19/0.27	c Find Ite   :      22100
0.29/0.34	c UnDirect variable: 7000
0.29/0.34	c UnDirect to Direct Gate: 18656
0.29/0.34	c Forced Direct Gate: 385 Unuse unDirect Gate: 858
0.29/0.35	c Break Cycle : 546
0.29/0.35	c Total Root : 1 Undef Var: 1877
0.39/0.41	c After covering, Total Root: 1 Leaf: 1877
0.39/0.41	c Variable( cover/uncovered/unused ): 73074 0 0
0.39/0.41	c Unit Clauses: 1
0.39/0.41	c Binary Clauses( cover/uncovered ): 123046 1050
0.39/0.41	c Clauses( cover/uncovered ): 121649 0
0.39/0.41	c Total Clauses( cover/uncovered ): 244696 1050 99.5727%
0.39/0.41	c Covered Ands: 52541 Invs: 1379 Xors: 17277 Ites: 0
0.39/0.42	c Uncover Clauses avg size: 2 max size: 2
0.39/0.42	c Final circuit: i/l/o/s    1877       0    1051    113288
0.39/0.42	c CnfToAig: Time: 0.41 s
0.59/0.62	c TmMap: Set choices finish.
0.59/0.65	c TmMap: Set big and: 10457
0.59/0.65	c TmMap: Origin: 115166 ClauseNum: 339864 --> New: 37302 ClauseNum: 173433
0.59/0.65	c TmMap: Time: 0.05
1.21/1.26	c Simulation --> TransNum: 98694/173433 Try to Add: #clause: 86391 #xorclause: 0
1.29/1.31	c #var: 31225 #clauses: 79423 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3377168-1305474130/watcher-3377168-1305474130 -o /tmp/evaluation-result-3377168-1305474130/solver-3377168-1305474130 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377168-1305474130.cnf 1352562030 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 3.65 3.30 4/482 12159
/proc/meminfo: memFree=29305868/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=37152 CPUtime=0 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 2899 0 0 0 0 0 0 0 25 0 1 0 659011714 38043648 2836 33554432000 4194304 6014671 140733487416800 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 9288 2836 378 445 0 2833 0

[startup+0.100536 s]
/proc/loadavg: 4.00 3.65 3.30 4/482 12159
/proc/meminfo: memFree=29305868/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=56736 CPUtime=0.09 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 7803 0 0 0 8 1 0 0 25 0 1 0 659011714 58097664 7740 33554432000 4194304 6014671 140733487416800 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 14184 7740 378 445 0 7729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56736

[startup+0.200566 s]
/proc/loadavg: 4.00 3.65 3.30 4/482 12159
/proc/meminfo: memFree=29305868/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=66976 CPUtime=0.19 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 10420 0 0 0 18 1 0 0 25 0 1 0 659011714 68583424 10357 33554432000 4194304 6014671 140733487416800 18446744073709551615 4288162 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 16744 10357 383 445 0 10289 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 66976

[startup+0.300553 s]
/proc/loadavg: 4.00 3.65 3.30 4/482 12159
/proc/meminfo: memFree=29305868/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=72224 CPUtime=0.29 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 11620 0 0 0 28 1 0 0 25 0 1 0 659011714 73957376 11557 33554432000 4194304 6014671 140733487416800 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 18056 11557 394 445 0 11601 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72224

[startup+0.700434 s]
/proc/loadavg: 4.00 3.65 3.30 4/482 12159
/proc/meminfo: memFree=29305868/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=91716 CPUtime=0.69 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 16691 0 0 0 67 2 0 0 25 0 1 0 659011714 93917184 16628 33554432000 4194304 6014671 140733487416800 18446744073709551615 4245249 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 22929 16628 680 445 0 16474 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91716

[startup+1.50036 s]
/proc/loadavg: 4.00 3.65 3.30 5/483 12160
/proc/meminfo: memFree=29240264/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=99920 CPUtime=1.49 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 17334 0 0 0 147 2 0 0 25 0 1 0 659011714 102318080 17271 33554432000 4194304 6014671 140733487416800 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 24980 17271 695 445 0 18525 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99920

[startup+3.1011 s]
/proc/loadavg: 4.00 3.65 3.30 5/483 12160
/proc/meminfo: memFree=29235924/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=99920 CPUtime=3.09 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 17859 0 0 0 307 2 0 0 25 0 1 0 659011714 102318080 17796 33554432000 4194304 6014671 140733487416800 18446744073709551615 4376920 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 24980 17796 722 445 0 18525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99920

[startup+6.30055 s]
/proc/loadavg: 4.00 3.65 3.30 5/483 12160
/proc/meminfo: memFree=29226496/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=111100 CPUtime=6.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 19187 0 0 0 627 3 0 0 25 0 1 0 659011714 113766400 19124 33554432000 4194304 6014671 140733487416800 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 27775 19124 727 445 0 21320 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 111100

[startup+12.7005 s]
/proc/loadavg: 4.00 3.66 3.31 5/483 12161
/proc/meminfo: memFree=29213532/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=133980 CPUtime=12.69 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 21902 0 0 0 1266 3 0 0 25 0 1 0 659011714 137195520 21839 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 33495 21839 727 445 0 27040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133980

[startup+25.5003 s]
/proc/loadavg: 4.00 3.67 3.32 5/483 12161
/proc/meminfo: memFree=29193188/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=145608 CPUtime=25.5 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 25880 0 0 0 2546 4 0 0 25 0 1 0 659011714 149102592 25817 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 36402 25817 727 445 0 29947 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 145608

[startup+51.101 s]
/proc/loadavg: 4.06 3.71 3.34 5/483 12162
/proc/meminfo: memFree=29163516/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=168944 CPUtime=51.09 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 30445 0 0 0 5104 5 0 0 25 0 1 0 659011714 172998656 30382 33554432000 4194304 6014671 140733487416800 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 42236 30382 727 445 0 35781 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 168944

[startup+102.3 s]
/proc/loadavg: 4.02 3.76 3.37 5/483 12163
/proc/meminfo: memFree=29133576/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=168944 CPUtime=102.31 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 31526 0 0 0 10226 5 0 0 25 0 1 0 659011714 172998656 31463 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 42236 31463 727 445 0 35781 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 168944

[startup+162.3 s]
/proc/loadavg: 4.17 3.84 3.42 5/483 12165
/proc/meminfo: memFree=29079352/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=194332 CPUtime=162.29 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 36630 0 0 0 16222 7 0 0 25 0 1 0 659011714 198995968 36567 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 48583 36567 727 445 0 42128 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 194332

[startup+222.318 s]
/proc/loadavg: 4.10 3.89 3.46 5/483 12166
/proc/meminfo: memFree=29078064/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=194332 CPUtime=222.31 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 37015 0 0 0 22224 7 0 0 25 0 1 0 659011714 198995968 36952 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423573 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 48583 36952 727 445 0 42128 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 194332

[startup+282.3 s]
/proc/loadavg: 4.16 3.93 3.50 5/483 12168
/proc/meminfo: memFree=29075040/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=194332 CPUtime=282.29 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 37367 0 0 0 28222 7 0 0 25 0 1 0 659011714 198995968 37304 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 48583 37304 727 445 0 42128 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 194332

[startup+342.301 s]
/proc/loadavg: 4.11 3.96 3.54 5/483 12170
/proc/meminfo: memFree=29048960/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=249668 CPUtime=342.29 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 43603 0 0 0 34221 8 0 0 25 0 1 0 659011714 255660032 43491 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 62417 43491 727 445 0 55962 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 249668

[startup+402.301 s]
/proc/loadavg: 4.04 3.97 3.56 5/483 12171
/proc/meminfo: memFree=29028696/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=364436 CPUtime=402.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 48297 0 0 0 40220 10 0 0 25 0 1 0 659011714 373182464 48066 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 91109 48066 727 445 0 84654 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 364436

[startup+462.301 s]
/proc/loadavg: 4.01 3.97 3.59 5/483 12173
/proc/meminfo: memFree=29011524/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=462.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 49972 0 0 0 46220 10 0 0 25 0 1 0 659011714 433045504 46696 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 46696 727 445 0 99269 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 422896

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.61 5/483 12174
/proc/meminfo: memFree=28995752/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=522.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 50484 0 0 0 52220 10 0 0 25 0 1 0 659011714 433045504 47208 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 47208 727 445 0 99269 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 422896

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.63 5/483 12176
/proc/meminfo: memFree=28985920/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=582.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 52318 0 0 0 58219 11 0 0 25 0 1 0 659011714 433045504 49010 33554432000 4194304 6014671 140733487416800 18446744073709551615 251813936827 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 49010 727 445 0 99269 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 422896

[startup+642.301 s]
/proc/loadavg: 4.07 4.00 3.66 5/483 12178
/proc/meminfo: memFree=28963568/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=642.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 52787 0 0 0 64218 12 0 0 25 0 1 0 659011714 433045504 49479 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 49479 727 445 0 99269 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 422896

[startup+702.301 s]
/proc/loadavg: 4.06 4.01 3.68 5/483 12179
/proc/meminfo: memFree=28937468/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=702.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 54709 0 0 0 70218 12 0 0 25 0 1 0 659011714 433045504 51397 33554432000 4194304 6014671 140733487416800 18446744073709551615 4380660 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 51397 727 445 0 99269 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 422896

[startup+762.301 s]
/proc/loadavg: 2.59 3.64 3.58 2/465 12235
/proc/meminfo: memFree=29535892/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=762.32 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 62677 0 0 0 76219 13 0 0 25 0 1 0 659011714 433045504 59365 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 59365 727 445 0 99269 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 422896

[startup+822.301 s]
/proc/loadavg: 1.58 3.16 3.42 2/465 12236
/proc/meminfo: memFree=29533260/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=822.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 63379 0 0 0 82217 13 0 0 25 0 1 0 659011714 433045504 60067 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 60067 727 445 0 99269 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 422896

[startup+882.317 s]
/proc/loadavg: 1.21 2.76 3.26 2/465 12238
/proc/meminfo: memFree=29496284/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=882.32 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 72543 0 0 0 88216 16 0 0 25 0 1 0 659011714 433045504 69231 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423978 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 69231 727 445 0 99269 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 422896

[startup+942.3 s]
/proc/loadavg: 1.08 2.44 3.12 2/465 12240
/proc/meminfo: memFree=29464636/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=942.3 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 80682 0 0 0 94213 17 0 0 25 0 1 0 659011714 433045504 77370 33554432000 4194304 6014671 140733487416800 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 77370 727 445 0 99269 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 422896

[startup+1002.3 s]
/proc/loadavg: 1.03 2.18 2.98 2/465 12241
/proc/meminfo: memFree=29456672/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=1002.31 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 82699 0 0 0 100213 18 0 0 25 0 1 0 659011714 433045504 79387 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 79387 727 445 0 99269 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 422896

[startup+1062.3 s]
/proc/loadavg: 1.01 1.96 2.85 2/465 12243
/proc/meminfo: memFree=29456532/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=1062.31 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 82700 0 0 0 106213 18 0 0 25 0 1 0 659011714 433045504 79388 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 79388 727 445 0 99269 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 422896

[startup+1122.3 s]
/proc/loadavg: 1.00 1.78 2.74 2/465 12244
/proc/meminfo: memFree=29456016/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=1122.31 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 82888 0 0 0 112213 18 0 0 25 0 1 0 659011714 433045504 79576 33554432000 4194304 6014671 140733487416800 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 79576 727 445 0 99269 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 422896

[startup+1182.3 s]
/proc/loadavg: 1.00 1.64 2.62 2/465 12255
/proc/meminfo: memFree=29454504/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=1182.31 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 83144 0 0 0 118213 18 0 0 25 0 1 0 659011714 433045504 79832 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 79832 727 445 0 99269 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 422896

[startup+1242.3 s]
/proc/loadavg: 1.09 1.55 2.53 2/465 12257
/proc/meminfo: memFree=29453368/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=1242.31 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 83269 0 0 0 124212 19 0 0 25 0 1 0 659011714 433045504 79957 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 79957 727 445 0 99269 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 422896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.07 1.46 2.44 2/465 12258
/proc/meminfo: memFree=29451244/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=1300.02 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 83659 0 0 0 129983 19 0 0 25 0 1 0 659011714 433045504 80347 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 80347 727 445 0 99269 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 422896

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

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

[startup+1300 s]
/proc/loadavg: 1.07 1.46 2.44 2/465 12258
/proc/meminfo: memFree=29451244/32950928 swapFree=41934216/67111528
[pid=12159] ppid=12157 vsize=422896 CPUtime=1300.02 cores=0,2
/proc/12159/stat : 12159 (qutersat_releas) R 12157 12159 11356 0 -1 4202496 83659 0 0 0 129983 19 0 0 25 0 1 0 659011714 433045504 80347 33554432000 4194304 6014671 140733487416800 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12159/statm: 105724 80347 727 445 0 99269 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 422896

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.84
CPU system time (s): 0.213967
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 422896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.84
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83663
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= 14
involuntary context switches= 2561

runsolver used 5.95609 second user time and 13.7199 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 17:42:10
IDJOB=3377168
IDBENCH=83107
IDSOLVER=1856
FILE ID=node126/3377168-1305474130
RUNJOBID= node126-1305473552-12048
PBS_JOBID= 13325302
Free space on /tmp= 73304 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1352562030

node126.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.783
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.56
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.783
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.783
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.783
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.783
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.80
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.783
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.783
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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29306016 kB
Buffers:        186836 kB
Cached:        1844672 kB
SwapCached:      49680 kB
Active:        1091736 kB
Inactive:      2283348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29306016 kB
SwapTotal:    67111528 kB
SwapFree:     41934216 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:     1306968 kB
Mapped:          22252 kB
Slab:           111708 kB
PageTables:      88608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 134253332 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= 73308 MiB
End job on node126 at 2011-05-15 18:03:52