Trace number 3282861

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-03-01? (TO) 1299.97 1300.01

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.02/0.05	c Parse Cnf success: #var: 31613 #clause: 95104
0.02/0.05	c Find Units :         64
0.02/0.05	c Find Invs  :        839
0.02/0.06	c Find Ands  :      29654 AvgFaninNum: 2
0.02/0.06	c Find Xors  :       1103 AvgFaninNum: 2
0.02/0.07	c Find Ite   :        652
0.02/0.08	c UnDirect variable: 1178
0.02/0.08	c UnDirect to Direct Gate: 1688
0.02/0.08	c Forced Direct Gate: 10 Unuse unDirect Gate: 18
0.02/0.08	c Break Cycle : 305
0.02/0.08	c Total Root : 272 Undef Var: 330
0.09/0.10	c After covering, Total Root: 206 Leaf: 328
0.09/0.10	c Variable( cover/uncovered/unused ): 31611 2 0
0.09/0.10	c Unit Clauses: 64
0.09/0.10	c Binary Clauses( cover/uncovered ): 60814 164
0.09/0.10	c Clauses( cover/uncovered ): 33089 973
0.09/0.10	c Total Clauses( cover/uncovered ): 93967 1137 98.8045%
0.09/0.10	c Covered Ands: 29585 Invs: 822 Xors: 814 Ites: 62
0.09/0.11	c Uncover Clauses avg size: 2.85576 max size: 3
0.09/0.11	c Final circuit: i/l/o/s     330       0    1160     33853
0.09/0.11	c CnfToAig: Time: 0.1 s
0.19/0.28	c TmMap: Set choices finish.
0.29/0.30	c TmMap: Set big and: 12960
0.29/0.30	c TmMap: Origin: 34184 ClauseNum: 101559 --> New: 17316 ClauseNum: 62498
0.29/0.30	c TmMap: Time: 0.03
0.49/0.55	c Simulation --> TransNum: 62470/62498 Try to Add: #clause: 40504 #xorclause: 754
0.49/0.57	c #var: 16155 #clauses: 20873 Solving... 
1299.96/1300.00	c Time Out !!
1299.96/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: 935)

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-3282861-1303755419/watcher-3282861-1303755419 -o /tmp/evaluation-result-3282861-1303755419/solver-3282861-1303755419 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3282861-1303755419.cnf 569720535 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.65 2.09 2.71 4/189 7485
/proc/meminfo: memFree=27507892/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=32364 CPUtime=0 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 1909 0 0 0 0 0 0 0 25 0 1 0 467957794 33140736 1843 33554432000 4194304 6016207 140735691217648 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 8091 1845 379 445 0 1635 0

[startup+0.0289171 s]
/proc/loadavg: 1.65 2.09 2.71 4/189 7485
/proc/meminfo: memFree=27507892/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=38508 CPUtime=0.02 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 3335 0 0 0 2 0 0 0 25 0 1 0 467957794 39432192 3269 33554432000 4194304 6016207 140735691217648 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 9627 3270 379 445 0 3171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38508

[startup+0.100902 s]
/proc/loadavg: 1.65 2.09 2.71 4/189 7485
/proc/meminfo: memFree=27507892/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=45676 CPUtime=0.09 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 5268 0 0 0 9 0 0 0 25 0 1 0 467957794 46772224 5202 33554432000 4194304 6016207 140735691217648 18446744073709551615 4275826 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 11419 5202 399 445 0 4963 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45676

[startup+0.300878 s]
/proc/loadavg: 1.65 2.09 2.71 4/189 7485
/proc/meminfo: memFree=27507892/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=62188 CPUtime=0.29 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 9520 0 0 0 28 1 0 0 25 0 1 0 467957794 63680512 9454 33554432000 4194304 6016207 140735691217648 18446744073709551615 4253955 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 15547 9456 671 445 0 9091 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62188

[startup+0.700789 s]
/proc/loadavg: 1.65 2.09 2.71 4/189 7485
/proc/meminfo: memFree=27507892/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=71544 CPUtime=0.69 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 9999 0 0 0 68 1 0 0 25 0 1 0 467957794 73261056 9933 33554432000 4194304 6016207 140735691217648 18446744073709551615 4668832 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 17886 9933 702 445 0 11430 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71544

[startup+1.50064 s]
/proc/loadavg: 1.65 2.09 2.71 5/190 7486
/proc/meminfo: memFree=27468948/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=71544 CPUtime=1.49 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 10027 0 0 0 148 1 0 0 25 0 1 0 467957794 73261056 9961 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 17886 9961 715 445 0 11430 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71544

[startup+3.10035 s]
/proc/loadavg: 1.65 2.09 2.71 5/190 7486
/proc/meminfo: memFree=27468216/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=71544 CPUtime=3.09 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 10071 0 0 0 308 1 0 0 25 0 1 0 467957794 73261056 10005 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 17886 10005 715 445 0 11430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71544

[startup+6.30076 s]
/proc/loadavg: 1.84 2.12 2.72 5/190 7486
/proc/meminfo: memFree=27464868/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=71544 CPUtime=6.29 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 10160 0 0 0 628 1 0 0 25 0 1 0 467957794 73261056 10094 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 17886 10094 718 445 0 11430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71544

[startup+12.7006 s]
/proc/loadavg: 2.01 2.15 2.72 5/190 7487
/proc/meminfo: memFree=27460680/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=80588 CPUtime=12.69 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 10499 0 0 0 1268 1 0 0 25 0 1 0 467957794 82522112 10433 33554432000 4194304 6016207 140735691217648 18446744073709551615 4379342 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 20147 10433 718 445 0 13691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80588

[startup+25.5002 s]
/proc/loadavg: 2.45 2.24 2.74 5/190 7487
/proc/meminfo: memFree=27441316/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=89800 CPUtime=25.47 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 10961 0 0 0 2546 1 0 0 25 0 1 0 467957794 91955200 10895 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 7 0 0 0
/proc/7485/statm: 22450 10895 718 445 0 15994 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 89800

[startup+51.1005 s]
/proc/loadavg: 2.98 2.38 2.78 5/190 7515
/proc/meminfo: memFree=27401656/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=99248 CPUtime=51.05 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 15053 0 0 0 5104 1 0 0 25 0 1 0 467957794 101629952 14986 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 24812 14986 733 445 0 18356 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 99248

[startup+102.306 s]
/proc/loadavg: 3.56 2.63 2.84 5/190 7516
/proc/meminfo: memFree=27309776/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=118900 CPUtime=102.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 18378 0 0 0 10224 2 0 0 25 0 1 0 467957794 121753600 18309 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424872 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 29725 18309 733 445 0 23269 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 118900

[startup+162.301 s]
/proc/loadavg: 3.83 2.88 2.91 5/190 7518
/proc/meminfo: memFree=27267308/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=129032 CPUtime=162.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 20605 0 0 0 16223 2 0 0 25 0 1 0 467957794 132128768 20535 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 32258 20535 733 445 0 25802 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 129032

[startup+222.301 s]
/proc/loadavg: 3.99 3.09 2.98 5/190 7519
/proc/meminfo: memFree=27242832/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=139220 CPUtime=222.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 21561 0 0 0 22223 3 0 0 25 0 1 0 467957794 142561280 21486 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 34805 21486 733 445 0 28349 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 139220

[startup+282.301 s]
/proc/loadavg: 3.99 3.26 3.04 5/190 7521
/proc/meminfo: memFree=27233488/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=139220 CPUtime=282.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 22032 0 0 0 28223 3 0 0 25 0 1 0 467957794 142561280 21956 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 34805 21956 733 445 0 28349 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 139220

[startup+342.301 s]
/proc/loadavg: 4.04 3.40 3.10 5/190 7522
/proc/meminfo: memFree=27221052/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=139220 CPUtime=342.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 22067 0 0 0 34223 3 0 0 25 0 1 0 467957794 142561280 21991 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 34805 21991 733 445 0 28349 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 139220

[startup+402.301 s]
/proc/loadavg: 4.01 3.51 3.16 5/190 7551
/proc/meminfo: memFree=27178368/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=139220 CPUtime=402.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 26214 0 0 0 40222 3 0 0 25 0 1 0 467957794 142561280 26138 33554432000 4194304 6016207 140735691217648 18446744073709551615 4379536 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 34805 26138 733 445 0 28349 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 139220

[startup+462.301 s]
/proc/loadavg: 4.00 3.60 3.21 5/190 7553
/proc/meminfo: memFree=27143628/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=139220 CPUtime=462.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 27000 0 0 0 46222 3 0 0 25 0 1 0 467957794 142561280 26924 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 34805 26924 733 445 0 28349 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 139220

[startup+522.301 s]
/proc/loadavg: 4.08 3.68 3.26 5/190 7557
/proc/meminfo: memFree=27119808/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=150344 CPUtime=522.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 28919 0 0 0 52221 5 0 0 25 0 1 0 467957794 153952256 28843 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424099 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 37586 28843 733 445 0 31130 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 150344

[startup+582.301 s]
/proc/loadavg: 4.03 3.74 3.30 5/190 7559
/proc/meminfo: memFree=27096464/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=161648 CPUtime=582.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 28990 0 0 0 58221 5 0 0 25 0 1 0 467957794 165527552 28914 33554432000 4194304 6016207 140735691217648 18446744073709551615 4380944 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 40412 28914 733 445 0 33956 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 161648

[startup+642.3 s]
/proc/loadavg: 4.01 3.78 3.34 5/190 7560
/proc/meminfo: memFree=27077588/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=161648 CPUtime=642.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 30322 0 0 0 64221 5 0 0 25 0 1 0 467957794 165527552 30246 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425444 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 40412 30246 733 445 0 33956 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 161648

[startup+702.3 s]
/proc/loadavg: 4.00 3.82 3.38 5/190 7562
/proc/meminfo: memFree=27065900/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=173100 CPUtime=702.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 31112 0 0 0 70220 5 0 0 25 0 1 0 467957794 177254400 31036 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 43275 31036 733 445 0 36819 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 173100

[startup+762.306 s]
/proc/loadavg: 4.05 3.86 3.42 5/190 7564
/proc/meminfo: memFree=27050616/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=762.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 33130 0 0 0 76220 6 0 0 25 0 1 0 467957794 189071360 33054 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424771 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 33054 733 445 0 39704 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 184640

[startup+822.3 s]
/proc/loadavg: 4.02 3.89 3.46 5/190 7565
/proc/meminfo: memFree=27035576/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=822.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 33477 0 0 0 82219 6 0 0 25 0 1 0 467957794 189071360 33401 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 33401 733 445 0 39704 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 184640

[startup+882.3 s]
/proc/loadavg: 3.44 3.75 3.43 4/184 7584
/proc/meminfo: memFree=27193868/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=882.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 33478 0 0 0 88219 6 0 0 25 0 1 0 467957794 189071360 33402 33554432000 4194304 6016207 140735691217648 18446744073709551615 4373440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 33402 733 445 0 39704 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 184640

[startup+942.3 s]
/proc/loadavg: 3.16 3.61 3.41 4/184 7585
/proc/meminfo: memFree=27174856/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=942.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 35254 0 0 0 94217 8 0 0 25 0 1 0 467957794 189071360 35167 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 35167 750 445 0 39704 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 184640

[startup+1002.3 s]
/proc/loadavg: 3.06 3.50 3.38 4/184 7587
/proc/meminfo: memFree=27165772/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=1002.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 35528 0 0 0 100217 8 0 0 25 0 1 0 467957794 189071360 35441 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 35441 750 445 0 39704 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 184640

[startup+1062.3 s]
/proc/loadavg: 3.02 3.40 3.35 4/184 7589
/proc/meminfo: memFree=27164624/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=1062.26 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 35528 0 0 0 106218 8 0 0 25 0 1 0 467957794 189071360 35441 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424258 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 35441 750 445 0 39704 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 184640

[startup+1122.3 s]
/proc/loadavg: 3.00 3.33 3.33 4/184 7590
/proc/meminfo: memFree=27164440/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=1122.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 35528 0 0 0 112217 8 0 0 25 0 1 0 467957794 189071360 35441 33554432000 4194304 6016207 140735691217648 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 35441 750 445 0 39704 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 184640

[startup+1182.3 s]
/proc/loadavg: 3.00 3.27 3.30 4/184 7592
/proc/meminfo: memFree=27164388/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=1182.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 35528 0 0 0 118217 8 0 0 25 0 1 0 467957794 189071360 35441 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 35441 750 445 0 39704 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 184640

[startup+1242.3 s]
/proc/loadavg: 3.00 3.21 3.28 4/184 7593
/proc/meminfo: memFree=27154692/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=1242.25 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 35658 0 0 0 124217 8 0 0 25 0 1 0 467957794 189071360 35571 33554432000 4194304 6016207 140735691217648 18446744073709551615 4425012 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 35571 750 445 0 39704 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 184640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.73 3.12 3.24 2/172 7631
/proc/meminfo: memFree=27494516/32951124 swapFree=67111524/67111528
[pid=7485] ppid=7483 vsize=184640 CPUtime=1299.96 cores=5,7
/proc/7485/stat : 7485 (qutersat_releas) R 7483 7485 5820 0 -1 4202496 35663 0 0 0 129988 8 0 0 25 0 1 0 467957794 189071360 35576 33554432000 4194304 6016207 140735691217648 18446744073709551615 4374021 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7485/statm: 46160 35576 750 445 0 39704 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 184640

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.01
CPU time (s): 1299.97
CPU user time (s): 1299.88
CPU system time (s): 0.090986
CPU usage (%): 99.9969
Max. virtual memory (cumulated for all children) (KiB): 184640

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

runsolver used 2.03469 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-25 20:16:59
IDJOB=3282861
IDBENCH=70873
IDSOLVER=1607
FILE ID=node147/3282861-1303755419
RUNJOBID= node147-1303755408-7419
PBS_JOBID= 13154015
Free space on /tmp= 72188 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282861-1303755419/watcher-3282861-1303755419 -o /tmp/evaluation-result-3282861-1303755419/solver-3282861-1303755419 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3282861-1303755419.cnf 569720535

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=569720535

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      27508040 kB
Buffers:        948828 kB
Cached:        3866776 kB
SwapCached:          4 kB
Active:         652608 kB
Inactive:      4346648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27508040 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13800 kB
Writeback:           0 kB
AnonPages:      183592 kB
Mapped:          19980 kB
Slab:           380288 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   415348 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= 72196 MiB
End job on node147 at 2011-04-25 20:38:41