Trace number 3262916

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) 1300.08 1300.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
MD5SUMc06088cac8521bfe72bbb4c9ad8d39fb
Bench CategoryCRAFTED (crafted 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 variables780
Number of clauses66810
Sum of the clauses size134348
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 266784
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 780 #clause: 66810
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.02/0.03	c Find Ands  :        780 AvgFaninNum: 29
0.02/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.03	c Find Ite   :          0
0.02/0.03	c UnDirect variable: 0
0.02/0.03	c UnDirect to Direct Gate: 0
0.02/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.03	c Break Cycle : 754
0.02/0.03	c Total Root : 0 Undef Var: 754
0.02/0.03	c After covering, Total Root: 26 Leaf: 754
0.02/0.03	c Variable( cover/uncovered/unused ): 780 0 0
0.02/0.03	c Unit Clauses: 0
0.02/0.03	c Binary Clauses( cover/uncovered ): 754 66030
0.02/0.03	c Clauses( cover/uncovered ): 26 0
0.02/0.03	c Total Clauses( cover/uncovered ): 780 66030 1.16749%
0.02/0.03	c Covered Ands: 26 Invs: 0 Xors: 0 Ites: 0
0.02/0.06	c Uncover Clauses avg size: 2 max size: 2
0.02/0.06	c Final circuit: i/l/o/s     754       0   66030     66758
0.02/0.06	c CnfToAig: Time: 0.06 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 66056
0.09/0.14	c TmMap: Origin: 67513 ClauseNum: 200274 --> New: 66811 ClauseNum: 198870
0.09/0.14	c TmMap: Time: 0.03
0.09/0.15	c Try to Add: #clause: 132112 #xorclause: 0
0.09/0.16	c #var: 780 #clauses: 27 Solving... 
1300.05/1300.00	c Time Out !!
1300.05/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-3262916-1303549609/watcher-3262916-1303549609 -o /tmp/evaluation-result-3262916-1303549609/solver-3262916-1303549609 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3262916-1303549609.cnf 785047529 

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: 0.94 2.08 3.16 3/175 7937
/proc/meminfo: memFree=12572100/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=28644 CPUtime=0 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 964 0 0 0 0 0 0 0 22 0 1 0 466557575 29331456 900 33554432000 4194304 6016207 140736897409648 18446744073709551615 254504147998 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/7937/statm: 7161 904 301 445 0 705 0

[startup+0.0301051 s]
/proc/loadavg: 0.94 2.08 3.16 3/175 7937
/proc/meminfo: memFree=12572100/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=37484 CPUtime=0.02 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 3115 0 0 0 2 0 0 0 22 0 1 0 466557575 38383616 3050 33554432000 4194304 6016207 140736897409648 18446744073709551615 4289086 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 9371 3050 386 445 0 2915 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37484

[startup+0.101166 s]
/proc/loadavg: 0.94 2.08 3.16 3/175 7937
/proc/meminfo: memFree=12572100/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=50940 CPUtime=0.09 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 6712 0 0 0 9 0 0 0 22 0 1 0 466557575 52162560 6647 33554432000 4194304 6016207 140736897409648 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 12735 6649 670 445 0 6279 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50940

[startup+0.30111 s]
/proc/loadavg: 0.94 2.08 3.16 3/175 7937
/proc/meminfo: memFree=12572100/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=72120 CPUtime=0.29 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 9713 0 0 0 28 1 0 0 23 0 1 0 466557575 73850880 9648 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 18030 9648 718 445 0 11574 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72120

[startup+0.701039 s]
/proc/loadavg: 0.94 2.08 3.16 3/175 7937
/proc/meminfo: memFree=12572100/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=72120 CPUtime=0.69 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 10125 0 0 0 68 1 0 0 25 0 1 0 466557575 73850880 10060 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 18030 10060 718 445 0 11574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72120

[startup+1.50087 s]
/proc/loadavg: 0.94 2.08 3.16 5/190 7962
/proc/meminfo: memFree=12377052/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=91336 CPUtime=1.49 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 11370 0 0 0 148 1 0 0 25 0 1 0 466557575 93528064 11305 33554432000 4194304 6016207 140736897409648 18446744073709551615 4379981 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 22834 11305 718 445 0 16378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91336

[startup+3.10055 s]
/proc/loadavg: 0.94 2.08 3.16 5/190 7962
/proc/meminfo: memFree=12304140/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=91336 CPUtime=3.08 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 12064 0 0 0 307 1 0 0 25 0 1 0 466557575 93528064 11999 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 22834 11999 718 445 0 16378 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91336

[startup+6.30092 s]
/proc/loadavg: 1.18 2.12 3.17 5/190 7962
/proc/meminfo: memFree=12212504/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=91336 CPUtime=6.29 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 13948 0 0 0 627 2 0 0 25 0 1 0 466557575 93528064 13883 33554432000 4194304 6016207 140736897409648 18446744073709551615 4567822 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 22834 13883 727 445 0 16378 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91336

[startup+12.7006 s]
/proc/loadavg: 1.41 2.15 3.17 5/190 7962
/proc/meminfo: memFree=12119836/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=101828 CPUtime=12.69 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 15479 0 0 0 1266 3 0 0 25 0 1 0 466557575 104271872 15414 33554432000 4194304 6016207 140736897409648 18446744073709551615 4536361 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 25457 15414 727 445 0 19001 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101828

[startup+25.5011 s]
/proc/loadavg: 1.98 2.24 3.19 5/190 7962
/proc/meminfo: memFree=12017884/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=134220 CPUtime=25.49 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 19578 0 0 0 2545 4 0 0 25 0 1 0 466557575 137441280 19513 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 33555 19513 727 445 0 27099 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134220

[startup+51.101 s]
/proc/loadavg: 2.67 2.38 3.21 5/190 7963
/proc/meminfo: memFree=11934872/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=134220 CPUtime=51.09 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 22284 0 0 0 5104 5 0 0 25 0 1 0 466557575 137441280 22219 33554432000 4194304 6016207 140736897409648 18446744073709551615 4536356 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 33555 22219 727 445 0 27099 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134220

[startup+102.307 s]
/proc/loadavg: 3.42 2.63 3.24 5/190 7964
/proc/meminfo: memFree=11841492/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=160420 CPUtime=102.3 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 29762 0 0 0 10223 7 0 0 25 0 1 0 466557575 164270080 29697 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 40105 29697 727 445 0 33649 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160420

[startup+162.301 s]
/proc/loadavg: 3.79 2.87 3.29 5/190 7966
/proc/meminfo: memFree=11757156/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=160420 CPUtime=162.29 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 32395 0 0 0 16222 7 0 0 25 0 1 0 466557575 164270080 32330 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 40105 32330 727 445 0 33649 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160420

[startup+222.301 s]
/proc/loadavg: 3.92 3.08 3.33 5/190 7968
/proc/meminfo: memFree=11707260/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=233024 CPUtime=222.3 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 35773 0 0 0 22222 8 0 0 25 0 1 0 466557575 238616576 35708 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 58256 35708 727 445 0 51800 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 233024

[startup+282.301 s]
/proc/loadavg: 4.10 3.27 3.38 5/190 7969
/proc/meminfo: memFree=11646728/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=233024 CPUtime=282.3 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 39998 0 0 0 28221 9 0 0 25 0 1 0 466557575 238616576 39933 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 58256 39933 727 445 0 51800 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 233024

[startup+342.301 s]
/proc/loadavg: 4.07 3.42 3.42 5/190 7971
/proc/meminfo: memFree=11635788/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=233024 CPUtime=342.3 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 40393 0 0 0 34221 9 0 0 25 0 1 0 466557575 238616576 40328 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425540 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 58256 40328 727 445 0 51800 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 233024

[startup+402.301 s]
/proc/loadavg: 4.02 3.52 3.46 5/190 7972
/proc/meminfo: memFree=11559632/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=416500 CPUtime=402.31 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 52132 0 0 0 40219 12 0 0 25 0 1 0 466557575 426496000 52039 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 104125 52039 727 445 0 97669 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 416500

[startup+462.301 s]
/proc/loadavg: 4.01 3.60 3.49 5/190 7974
/proc/meminfo: memFree=11548688/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=416500 CPUtime=462.31 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 52377 0 0 0 46219 12 0 0 25 0 1 0 466557575 426496000 52247 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 104125 52247 727 445 0 97669 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 416500

[startup+522.301 s]
/proc/loadavg: 4.00 3.67 3.52 5/190 7976
/proc/meminfo: memFree=11524372/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=416500 CPUtime=522.31 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 52865 0 0 0 52219 12 0 0 25 0 1 0 466557575 426496000 52684 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 104125 52684 727 445 0 97669 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 416500

[startup+582.301 s]
/proc/loadavg: 4.00 3.73 3.54 5/190 7977
/proc/meminfo: memFree=11507476/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=416500 CPUtime=582.31 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 52919 0 0 0 58219 12 0 0 25 0 1 0 466557575 426496000 52679 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 104125 52679 727 445 0 97669 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 416500

[startup+642.301 s]
/proc/loadavg: 4.00 3.78 3.57 5/190 7979
/proc/meminfo: memFree=11492576/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=416500 CPUtime=642.33 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 52954 0 0 0 64220 13 0 0 25 0 1 0 466557575 426496000 52669 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 104125 52669 727 445 0 97669 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 416500

[startup+702.301 s]
/proc/loadavg: 4.00 3.81 3.59 5/190 7980
/proc/meminfo: memFree=11495016/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=416500 CPUtime=702.32 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 52979 0 0 0 70219 13 0 0 25 0 1 0 466557575 426496000 48679 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 104125 48679 727 445 0 97669 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 416500

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.62 5/190 7982
/proc/meminfo: memFree=11474536/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=416500 CPUtime=762.33 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 57245 0 0 0 76219 14 0 0 25 0 1 0 466557575 426496000 52945 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 104125 52945 727 445 0 97669 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 416500

[startup+822.3 s]
/proc/loadavg: 4.09 3.90 3.65 5/190 7984
/proc/meminfo: memFree=11426636/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=822.33 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 62542 0 0 0 82217 16 0 0 25 0 1 0 466557575 500379648 58242 33554432000 4194304 6016207 140736897409648 18446744073709551615 4424327 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 58242 727 445 0 115707 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 488652

[startup+882.3 s]
/proc/loadavg: 4.03 3.92 3.67 5/190 7985
/proc/meminfo: memFree=11386688/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=882.33 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 66977 0 0 0 88216 17 0 0 25 0 1 0 466557575 500379648 62677 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 62677 727 445 0 115707 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 488652

[startup+942.3 s]
/proc/loadavg: 4.01 3.93 3.68 5/190 7987
/proc/meminfo: memFree=11356152/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=942.33 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 67026 0 0 0 94216 17 0 0 25 0 1 0 466557575 500379648 62726 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 62726 727 445 0 115707 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 488652

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.70 5/190 7988
/proc/meminfo: memFree=11334928/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=1002.33 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 67381 0 0 0 100216 17 0 0 25 0 1 0 466557575 500379648 63081 33554432000 4194304 6016207 140736897409648 18446744073709551615 4538721 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 63081 727 445 0 115707 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 488652

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.72 5/190 7990
/proc/meminfo: memFree=11323984/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=1062.33 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 68010 0 0 0 106216 17 0 0 25 0 1 0 466557575 500379648 63710 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 63710 727 445 0 115707 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 488652

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.73 5/190 7992
/proc/meminfo: memFree=11318880/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=1122.34 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 68243 0 0 0 112217 17 0 0 25 0 1 0 466557575 500379648 63943 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 63943 727 445 0 115707 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 488652

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.74 5/190 7993
/proc/meminfo: memFree=11316760/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=1182.35 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 68244 0 0 0 118217 18 0 0 25 0 1 0 466557575 500379648 63944 33554432000 4194304 6016207 140736897409648 18446744073709551615 4380396 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 63944 727 445 0 115707 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 488652

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.76 5/190 7995
/proc/meminfo: memFree=11296528/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=1242.35 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 68301 0 0 0 124217 18 0 0 25 0 1 0 466557575 500379648 64001 33554432000 4194304 6016207 140736897409648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 64001 727 445 0 115707 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 488652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.00 3.78 5/190 7996
/proc/meminfo: memFree=11293412/32950928 swapFree=67111528/67111528
[pid=7937] ppid=7934 vsize=488652 CPUtime=1300.05 cores=0,2
/proc/7937/stat : 7937 (qutersat_releas) R 7934 7937 6459 0 -1 4202496 68302 0 0 0 129987 18 0 0 25 0 1 0 466557575 500379648 64002 33554432000 4194304 6016207 140736897409648 18446744073709551615 4424353 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7937/statm: 122163 64002 727 445 0 115707 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 488652

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.08
CPU user time (s): 1299.88
CPU system time (s): 0.201969
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 488652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68307
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= 43
involuntary context switches= 2402

runsolver used 2.21366 second user time and 4.88726 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-23 11:06:49
IDJOB=3262916
IDBENCH=83903
IDSOLVER=1607
FILE ID=node149/3262916-1303549609
RUNJOBID= node149-1303549609-7919
PBS_JOBID= 13143089
Free space on /tmp= 72244 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_26_40_6-dir.shuffled-as.sat03-163.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262916-1303549609/watcher-3262916-1303549609 -o /tmp/evaluation-result-3262916-1303549609/solver-3262916-1303549609 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3262916-1303549609.cnf 785047529

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

MD5SUM BENCH= c06088cac8521bfe72bbb4c9ad8d39fb
RANDOM SEED=785047529

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.806
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.806
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:      12572504 kB
Buffers:       2247072 kB
Cached:       17524804 kB
SwapCached:          0 kB
Active:        9715836 kB
Inactive:     10120948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12572504 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4748 kB
Writeback:           0 kB
AnonPages:       64512 kB
Mapped:          14484 kB
Slab:           477412 kB
PageTables:       5528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191080 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= 72232 MiB
End job on node149 at 2011-04-23 11:28:31