Trace number 3376499

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S4140122-004.SATISFIABLE.cnf
MD5SUM2b3c7a221faca9e629eac8ef7f1b0cd7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.031995
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 650 #clause: 2769
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 650
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 650 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 2769
0.00/0.01	c Total Clauses( cover/uncovered ): 0 2769 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 3 max size: 3
0.00/0.01	c Final circuit: i/l/o/s     650       0    2769      5530
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 2769
0.00/0.03	c TmMap: Origin: 6181 ClauseNum: 16590 --> New: 3420 ClauseNum: 11076
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 5538 #xorclause: 0
0.00/0.03	c #var: 650 #clauses: 2770 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376499-1305473217/watcher-3376499-1305473217 -o /tmp/evaluation-result-3376499-1305473217/solver-3376499-1305473217 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376499-1305473217.cnf 948073428 

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: 2.62 2.94 3.16 3/298 10387
/proc/meminfo: memFree=22141984/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=18612 CPUtime=0 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) S 10385 10387 9539 0 -1 4194304 115 0 0 0 0 0 0 0 22 0 1 0 639737629 19058688 69 33554432000 4194304 6014671 140733598839296 18446744073709551615 220811312775 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/10387/statm: 4653 69 51 445 0 90 0

[startup+0.081937 s]
/proc/loadavg: 2.62 2.94 3.16 3/298 10387
/proc/meminfo: memFree=22141984/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=47736 CPUtime=0.07 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 4128 0 0 0 7 0 0 0 22 0 1 0 639737629 48881664 4064 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423657 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 11934 4064 721 445 0 5479 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47736

[startup+0.100927 s]
/proc/loadavg: 2.62 2.94 3.16 3/298 10387
/proc/meminfo: memFree=22141984/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=47736 CPUtime=0.09 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 4151 0 0 0 9 0 0 0 22 0 1 0 639737629 48881664 4087 33554432000 4194304 6014671 140733598839296 18446744073709551615 4376957 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 11934 4087 721 445 0 5479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47736

[startup+0.300896 s]
/proc/loadavg: 2.62 2.94 3.16 3/298 10387
/proc/meminfo: memFree=22141984/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=56276 CPUtime=0.29 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 4385 0 0 0 29 0 0 0 23 0 1 0 639737629 57626624 4321 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 14069 4321 723 445 0 7614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56276

[startup+0.70083 s]
/proc/loadavg: 2.62 2.94 3.16 3/298 10387
/proc/meminfo: memFree=22141984/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=64992 CPUtime=0.69 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 4743 0 0 0 69 0 0 0 25 0 1 0 639737629 66551808 4679 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 16248 4679 723 445 0 9793 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64992

[startup+1.5007 s]
/proc/loadavg: 2.62 2.94 3.16 5/314 10413
/proc/meminfo: memFree=22060020/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=73876 CPUtime=1.49 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 5247 0 0 0 149 0 0 0 25 0 1 0 639737629 75649024 5183 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 18469 5183 723 445 0 12014 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73876

[startup+3.1004 s]
/proc/loadavg: 2.62 2.94 3.16 5/314 10413
/proc/meminfo: memFree=22029268/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=82952 CPUtime=3.08 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 7649 0 0 0 308 0 0 0 25 0 1 0 639737629 84942848 7585 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 20738 7585 727 445 0 14283 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82952

[startup+6.30081 s]
/proc/loadavg: 2.73 2.96 3.17 5/314 10413
/proc/meminfo: memFree=22010984/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=82952 CPUtime=6.28 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 8283 0 0 0 628 0 0 0 25 0 1 0 639737629 84942848 8219 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 20738 8219 727 445 0 14283 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82952

[startup+12.7006 s]
/proc/loadavg: 2.83 2.98 3.17 5/314 10413
/proc/meminfo: memFree=21945252/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=92424 CPUtime=12.68 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 11800 0 0 0 1267 1 0 0 25 0 1 0 639737629 94642176 11736 33554432000 4194304 6014671 140733598839296 18446744073709551615 4367424 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 23106 11736 727 445 0 16651 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92424

[startup+25.5003 s]
/proc/loadavg: 3.09 3.02 3.19 5/314 10414
/proc/meminfo: memFree=21894176/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=112076 CPUtime=25.49 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 16449 0 0 0 2547 2 0 0 25 0 1 0 639737629 114765824 16385 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 28019 16385 727 445 0 21564 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112076

[startup+51.1006 s]
/proc/loadavg: 3.46 3.12 3.21 5/314 10415
/proc/meminfo: memFree=21836328/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=122036 CPUtime=51.09 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 18909 0 0 0 5107 2 0 0 25 0 1 0 639737629 124964864 18845 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424022 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 30509 18845 727 445 0 24054 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122036

[startup+102.311 s]
/proc/loadavg: 3.91 3.30 3.27 5/314 10416
/proc/meminfo: memFree=21748268/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=141976 CPUtime=102.3 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 21121 0 0 0 10227 3 0 0 25 0 1 0 639737629 145383424 21055 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 35494 21055 728 445 0 29039 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 141976

[startup+162.301 s]
/proc/loadavg: 4.04 3.44 3.31 5/314 10417
/proc/meminfo: memFree=21691200/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=141976 CPUtime=162.29 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 23077 0 0 0 16226 3 0 0 25 0 1 0 639737629 145383424 23010 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 35494 23010 727 445 0 29039 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141976

[startup+222.301 s]
/proc/loadavg: 4.01 3.54 3.35 5/314 10419
/proc/meminfo: memFree=21631648/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=141976 CPUtime=222.29 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 27097 0 0 0 22225 4 0 0 25 0 1 0 639737629 145383424 27030 33554432000 4194304 6014671 140733598839296 18446744073709551615 4425515 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 35494 27030 727 445 0 29039 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 141976

[startup+282.301 s]
/proc/loadavg: 4.00 3.62 3.39 5/314 10421
/proc/meminfo: memFree=21589448/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=154192 CPUtime=282.29 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 30109 0 0 0 28224 5 0 0 25 0 1 0 639737629 157892608 30042 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 38548 30042 727 445 0 32093 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 154192

[startup+342.301 s]
/proc/loadavg: 4.00 3.69 3.43 5/314 10422
/proc/meminfo: memFree=21538944/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=166300 CPUtime=342.3 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 34614 0 0 0 34224 6 0 0 25 0 1 0 639737629 170291200 34538 33554432000 4194304 6014671 140733598839296 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 41575 34538 729 445 0 35120 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 166300

[startup+402.301 s]
/proc/loadavg: 4.00 3.74 3.46 5/314 10424
/proc/meminfo: memFree=21493152/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=202816 CPUtime=402.3 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 40198 0 0 0 40222 8 0 0 25 0 1 0 639737629 207683584 40122 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 50704 40122 729 445 0 44249 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 202816

[startup+462.301 s]
/proc/loadavg: 4.00 3.78 3.49 5/314 10425
/proc/meminfo: memFree=21463616/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=202816 CPUtime=462.3 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 40971 0 0 0 46222 8 0 0 25 0 1 0 639737629 207683584 40894 33554432000 4194304 6014671 140733598839296 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 50704 40894 729 445 0 44249 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 202816

[startup+522.301 s]
/proc/loadavg: 4.00 3.82 3.52 5/314 10427
/proc/meminfo: memFree=21420188/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=252352 CPUtime=522.3 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 45785 0 0 0 52220 10 0 0 25 0 1 0 639737629 258408448 45681 33554432000 4194304 6014671 140733598839296 18446744073709551615 4378622 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 63088 45681 729 445 0 56633 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 252352

[startup+582.301 s]
/proc/loadavg: 4.00 3.85 3.55 5/314 10429
/proc/meminfo: memFree=21382588/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=252352 CPUtime=582.3 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 49541 0 0 0 58218 12 0 0 25 0 1 0 639737629 258408448 49428 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 63088 49428 729 445 0 56633 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 252352

[startup+642.301 s]
/proc/loadavg: 4.09 3.91 3.58 5/314 10430
/proc/meminfo: memFree=21321308/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=303192 CPUtime=642.32 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 53022 0 0 0 64218 14 0 0 25 0 1 0 639737629 310468608 52872 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 75798 52872 729 445 0 69343 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 303192

[startup+702.3 s]
/proc/loadavg: 4.07 3.93 3.61 5/314 10432
/proc/meminfo: memFree=21262132/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=303192 CPUtime=702.31 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 54387 0 0 0 70217 14 0 0 25 0 1 0 639737629 310468608 54184 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 75798 54184 729 445 0 69343 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 303192

[startup+762.311 s]
/proc/loadavg: 4.06 3.96 3.64 5/314 10433
/proc/meminfo: memFree=21229492/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=303192 CPUtime=762.32 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 59399 0 0 0 76216 16 0 0 25 0 1 0 639737629 310468608 59196 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 75798 59196 729 445 0 69343 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 303192

[startup+822.3 s]
/proc/loadavg: 4.02 3.96 3.66 5/314 10435
/proc/meminfo: memFree=21226624/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=303192 CPUtime=822.31 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 61127 0 0 0 82215 16 0 0 25 0 1 0 639737629 310468608 60788 33554432000 4194304 6014671 140733598839296 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 75798 60788 729 445 0 69343 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 303192

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 3.67 5/314 10437
/proc/meminfo: memFree=21198832/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=303192 CPUtime=882.31 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 64116 0 0 0 88213 18 0 0 25 0 1 0 639737629 310468608 63777 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 75798 63777 729 445 0 69343 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 303192

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.69 5/314 10438
/proc/meminfo: memFree=21170904/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=355840 CPUtime=942.32 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 64770 0 0 0 94213 19 0 0 25 0 1 0 639737629 364380160 64431 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 88960 64431 729 445 0 82505 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 355840

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.71 5/314 10440
/proc/meminfo: memFree=21160716/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=408964 CPUtime=1002.32 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 69237 0 0 0 100212 20 0 0 25 0 1 0 639737629 418779136 62729 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 102241 62729 729 445 0 95786 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 408964

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/314 10441
/proc/meminfo: memFree=21138616/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=408964 CPUtime=1062.31 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 70056 0 0 0 106211 20 0 0 25 0 1 0 639737629 418779136 63548 33554432000 4194304 6014671 140733598839296 18446744073709551615 4425224 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 102241 63548 729 445 0 95786 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 408964

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/314 10443
/proc/meminfo: memFree=21126444/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=408964 CPUtime=1122.32 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 70056 0 0 0 112211 21 0 0 25 0 1 0 639737629 418779136 63548 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 102241 63548 729 445 0 95786 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 408964

[startup+1182.3 s]
/proc/loadavg: 4.18 4.02 3.77 5/314 10445
/proc/meminfo: memFree=21120716/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=408964 CPUtime=1182.32 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 70056 0 0 0 118211 21 0 0 25 0 1 0 639737629 418779136 63548 33554432000 4194304 6014671 140733598839296 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 102241 63548 729 445 0 95786 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 408964

[startup+1242.3 s]
/proc/loadavg: 4.12 4.03 3.78 5/314 10446
/proc/meminfo: memFree=21104576/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=408964 CPUtime=1242.32 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 70056 0 0 0 124211 21 0 0 25 0 1 0 639737629 418779136 63548 33554432000 4194304 6014671 140733598839296 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 102241 63548 729 445 0 95786 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 408964



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.02 3.80 5/314 10448
/proc/meminfo: memFree=21070832/32951124 swapFree=63485424/67111528
[pid=10387] ppid=10385 vsize=408964 CPUtime=1300.03 cores=0,2
/proc/10387/stat : 10387 (qutersat_releas) R 10385 10387 9539 0 -1 4202496 71014 0 0 0 129982 21 0 0 25 0 1 0 639737629 418779136 64506 33554432000 4194304 6014671 140733598839296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10387/statm: 102241 64506 729 445 0 95786 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 408964

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.83
CPU system time (s): 0.232964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 408964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71018
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= 18
involuntary context switches= 2544

runsolver used 4.17436 second user time and 8.79966 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 17:26:57
IDJOB=3376499
IDBENCH=83008
IDSOLVER=1856
FILE ID=node147/3376499-1305473217
RUNJOBID= node147-1305473217-10370
PBS_JOBID= 13325313
Free space on /tmp= 73156 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S4140122-004.SATISFIABLE.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376499-1305473217/watcher-3376499-1305473217 -o /tmp/evaluation-result-3376499-1305473217/solver-3376499-1305473217 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376499-1305473217.cnf 948073428

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

MD5SUM BENCH= 2b3c7a221faca9e629eac8ef7f1b0cd7
RANDOM SEED=948073428

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:      22142264 kB
Buffers:        313952 kB
Cached:        5247296 kB
SwapCached:      13132 kB
Active:        4216780 kB
Inactive:      6344432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22142264 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            3628 kB
Writeback:           0 kB
AnonPages:     4995524 kB
Mapped:          16708 kB
Slab:           150800 kB
PageTables:      33436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52920932 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= 73148 MiB
End job on node147 at 2011-05-15 17:48:39