Trace number 3283413

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 1300.1

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.76	c Parse Cnf success: #var: 258781 #clause: 1372095
0.00/0.76	c Find Units :      13149
0.00/0.84	c Find Invs  :       1718
0.00/1.04	c Find Ands  :     120597 AvgFaninNum: 3.5682
0.00/1.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/1.10	c Find Ite   :          0
0.00/1.24	c UnDirect variable: 0
0.00/1.24	c UnDirect to Direct Gate: 181
0.00/1.24	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/1.26	c Break Cycle : 52525
0.00/1.26	c Total Root : 8076 Undef Var: 213591
0.00/1.32	c After covering, Total Root: 22916 Leaf: 96064
0.00/1.32	c Variable( cover/uncovered/unused ): 141254 117527 0
0.00/1.32	c Unit Clauses: 13149
0.00/1.32	c Binary Clauses( cover/uncovered ): 126740 784593
0.00/1.32	c Clauses( cover/uncovered ): 45009 319114
0.00/1.32	c Total Clauses( cover/uncovered ): 184898 1103707 14.3487%
0.00/1.32	c Covered Ands: 45009 Invs: 181 Xors: 0 Ites: 0
2.08/2.19	c Uncover Clauses avg size: 2.43384 max size: 10
2.18/2.20	c Final circuit: i/l/o/s  210204       0 1013963   1531664
2.18/2.20	c CnfToAig: Time: 2.19 s
3.58/3.62	c TmMap: Set choices finish.
4.28/4.36	c TmMap: Set big and: 1059029
4.28/4.36	c TmMap: Origin: 1741869 ClauseNum: 4594992 --> New: 1269641 ClauseNum: 3647842
4.28/4.36	c TmMap: Time: 0.98
4.58/4.62	c Try to Add: #clause: 2119811 #xorclause: 0
4.98/5.02	c #var: 259307 #clauses: 354923 Solving... 
1298.91/1300.01	c Time Out !!
1298.91/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: 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-3283413-1303759507/watcher-3283413-1303759507 -o /tmp/evaluation-result-3283413-1303759507/solver-3283413-1303759507 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3283413-1303759507.cnf 2084946188 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.21 4.97 6.64 5/187 17997
/proc/meminfo: memFree=24705904/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=161440 CPUtime=1.31 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 32638 0 0 0 128 3 0 0 22 0 1 0 487549464 165314560 32572 33554432000 4194304 6016207 140737164459344 18446744073709551615 4277789 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 40360 32572 400 445 0 33904 0

[startup+1.41177 s]
/proc/loadavg: 1.21 4.97 6.64 5/187 17997
/proc/meminfo: memFree=24705904/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=161440 CPUtime=1.39 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 32638 0 0 0 136 3 0 0 22 0 1 0 487549464 165314560 32572 33554432000 4194304 6016207 140737164459344 18446744073709551615 4264179 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 40360 32572 400 445 0 33904 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 161440

[startup+1.50075 s]
/proc/loadavg: 1.21 4.97 6.64 5/187 17997
/proc/meminfo: memFree=24705904/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=169528 CPUtime=1.47 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 33514 0 0 0 144 3 0 0 23 0 1 0 487549464 173596672 33448 33554432000 4194304 6016207 140737164459344 18446744073709551615 242970247840 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 42382 33448 400 445 0 35926 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 169528

[startup+1.60073 s]
/proc/loadavg: 1.21 4.97 6.64 5/187 17997
/proc/meminfo: memFree=24705904/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=169528 CPUtime=1.57 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 33871 0 0 0 154 3 0 0 23 0 1 0 487549464 173596672 33805 33554432000 4194304 6016207 140737164459344 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 42382 33805 400 445 0 35926 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 169528

[startup+1.70073 s]
/proc/loadavg: 1.21 4.97 6.64 5/187 17997
/proc/meminfo: memFree=24705904/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=194104 CPUtime=1.68 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 40233 0 0 0 163 5 0 0 24 0 1 0 487549464 198762496 40167 33554432000 4194304 6016207 140737164459344 18446744073709551615 4315428 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 48526 40167 400 445 0 42070 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 194104

[startup+1.80069 s]
/proc/loadavg: 1.21 4.97 6.64 5/187 17997
/proc/meminfo: memFree=24705904/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=194104 CPUtime=1.78 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 40580 0 0 0 173 5 0 0 25 0 1 0 487549464 198762496 40514 33554432000 4194304 6016207 140737164459344 18446744073709551615 4268714 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 48526 40514 400 445 0 42070 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 194104

[startup+3.10047 s]
/proc/loadavg: 1.21 4.97 6.64 8/188 17998
/proc/meminfo: memFree=23880760/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=438824 CPUtime=3.08 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 102940 0 0 0 296 12 0 0 25 0 1 0 487549464 449355776 102874 33554432000 4194304 6016207 140737164459344 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 109706 102876 670 445 0 103250 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 438824

[startup+6.30091 s]
/proc/loadavg: 1.59 4.99 6.63 6/188 17998
/proc/meminfo: memFree=23476700/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=703872 CPUtime=6.27 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 166931 0 0 0 607 20 0 0 25 0 1 0 487549464 720764928 162769 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 175968 162769 700 445 0 169512 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 703872

[startup+12.7008 s]
/proc/loadavg: 1.86 4.99 6.63 4/184 18014
/proc/meminfo: memFree=23441336/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=703872 CPUtime=12.68 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 166931 0 0 0 1246 22 0 0 25 0 1 0 487549464 720764928 162769 33554432000 4194304 6016207 140737164459344 18446744073709551615 4668199 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 175968 162769 700 445 0 169512 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 703872

[startup+25.5006 s]
/proc/loadavg: 2.78 5.04 6.62 8/188 18026
/proc/meminfo: memFree=22806480/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=819688 CPUtime=25.49 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 193018 0 0 0 2522 27 0 0 25 0 1 0 487549464 839360512 188806 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425254 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 204922 188806 724 445 0 198466 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 819688

[startup+51.1002 s]
/proc/loadavg: 3.20 4.95 6.54 6/188 18026
/proc/meminfo: memFree=22368488/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=930300 CPUtime=51.07 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 222315 0 0 0 5076 31 0 0 25 0 1 0 487549464 952627200 209796 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425887 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 232575 209796 731 445 0 226119 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 930300

[startup+102.3 s]
/proc/loadavg: 3.65 4.80 6.41 6/188 18055
/proc/meminfo: memFree=21277756/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=1407644 CPUtime=102.28 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 320086 0 0 0 10183 45 0 0 25 0 1 0 487549464 1441427456 307567 33554432000 4194304 6016207 140737164459344 18446744073709551615 4424303 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 351911 307567 731 445 0 345455 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1407644

[startup+162.301 s]
/proc/loadavg: 5.39 5.06 6.39 5/188 18083
/proc/meminfo: memFree=20846716/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=1810980 CPUtime=161.59 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 388664 0 0 0 16054 105 0 0 25 0 1 0 487549464 1854443520 376145 33554432000 4194304 6016207 140737164459344 18446744073709551615 4424136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 452745 376145 731 445 0 446289 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 1810980

[startup+222.301 s]
/proc/loadavg: 4.75 4.96 6.27 5/188 18085
/proc/meminfo: memFree=20233324/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=1914624 CPUtime=221.59 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 414289 0 0 0 22046 113 0 0 25 0 1 0 487549464 1960574976 401770 33554432000 4194304 6016207 140737164459344 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 478656 401770 731 445 0 472200 0
Current children cumulated CPU time (s) 221.59
Current children cumulated vsize (KiB) 1914624

[startup+282.3 s]
/proc/loadavg: 4.27 4.78 6.13 5/185 18116
/proc/meminfo: memFree=21043856/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=1980664 CPUtime=281.58 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 426983 0 0 0 28041 117 0 0 25 0 1 0 487549464 2028199936 414457 33554432000 4194304 6016207 140737164459344 18446744073709551615 4426272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 495166 414457 731 445 0 488710 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 1980664

[startup+342.301 s]
/proc/loadavg: 4.32 4.71 6.02 5/188 18169
/proc/meminfo: memFree=20422032/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2045116 CPUtime=341.58 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 430176 0 0 0 34038 120 0 0 25 0 1 0 487549464 2094198784 417650 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 511279 417650 731 445 0 504823 0
Current children cumulated CPU time (s) 341.58
Current children cumulated vsize (KiB) 2045116

[startup+402.301 s]
/proc/loadavg: 4.96 4.79 5.96 6/188 18198
/proc/meminfo: memFree=18924264/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2111468 CPUtime=401.6 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 439656 0 0 0 40032 128 0 0 25 0 1 0 487549464 2162143232 427130 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 527867 427130 731 445 0 521411 0
Current children cumulated CPU time (s) 401.6
Current children cumulated vsize (KiB) 2111468

[startup+462.3 s]
/proc/loadavg: 4.42 4.67 5.84 6/188 18199
/proc/meminfo: memFree=18322764/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2111468 CPUtime=461.59 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 446331 0 0 0 46028 131 0 0 25 0 1 0 487549464 2162143232 433805 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 527867 433805 731 445 0 521411 0
Current children cumulated CPU time (s) 461.59
Current children cumulated vsize (KiB) 2111468

[startup+522.307 s]
/proc/loadavg: 4.20 4.56 5.73 6/188 18201
/proc/meminfo: memFree=18077336/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2111468 CPUtime=521.58 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 448596 0 0 0 52026 132 0 0 25 0 1 0 487549464 2162143232 436070 33554432000 4194304 6016207 140737164459344 18446744073709551615 4424231 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 527867 436070 731 445 0 521411 0
Current children cumulated CPU time (s) 521.58
Current children cumulated vsize (KiB) 2111468

[startup+582.301 s]
/proc/loadavg: 4.07 4.45 5.62 5/188 18229
/proc/meminfo: memFree=18975676/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2182164 CPUtime=581.54 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 452203 0 0 0 58018 136 0 0 25 0 1 0 487549464 2234535936 439677 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 545541 439677 731 445 0 539085 0
Current children cumulated CPU time (s) 581.54
Current children cumulated vsize (KiB) 2182164

[startup+642.3 s]
/proc/loadavg: 4.06 4.38 5.52 5/188 18231
/proc/meminfo: memFree=15189404/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2182164 CPUtime=641.29 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 453731 0 0 0 63988 141 0 0 25 0 1 0 487549464 2234535936 441205 33554432000 4194304 6016207 140737164459344 18446744073709551615 4380234 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 545541 441205 731 445 0 539085 0
Current children cumulated CPU time (s) 641.29
Current children cumulated vsize (KiB) 2182164

[startup+702.301 s]
/proc/loadavg: 5.19 4.60 5.52 6/188 18261
/proc/meminfo: memFree=15261452/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2254072 CPUtime=701.2 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 455986 0 0 0 69965 155 0 0 25 0 1 0 487549464 2308169728 443456 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425113 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 563518 443456 731 445 0 557062 0
Current children cumulated CPU time (s) 701.2
Current children cumulated vsize (KiB) 2254072

[startup+762.301 s]
/proc/loadavg: 4.56 4.54 5.44 5/188 18262
/proc/meminfo: memFree=13885376/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2254072 CPUtime=761.2 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 456637 0 0 0 75964 156 0 0 25 0 1 0 487549464 2308169728 443976 33554432000 4194304 6016207 140737164459344 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 563518 443976 731 445 0 557062 0
Current children cumulated CPU time (s) 761.2
Current children cumulated vsize (KiB) 2254072

[startup+822.3 s]
/proc/loadavg: 4.20 4.44 5.35 5/188 18264
/proc/meminfo: memFree=13297900/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2254200 CPUtime=821.2 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 463456 0 0 0 81963 157 0 0 25 0 1 0 487549464 2308300800 450795 33554432000 4194304 6016207 140737164459344 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 563550 450795 731 445 0 557094 0
Current children cumulated CPU time (s) 821.2
Current children cumulated vsize (KiB) 2254200

[startup+882.301 s]
/proc/loadavg: 4.11 4.37 5.26 5/188 18265
/proc/meminfo: memFree=11592992/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2254200 CPUtime=881.2 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 463496 0 0 0 87963 157 0 0 25 0 1 0 487549464 2308300800 450835 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 563550 450835 731 445 0 557094 0
Current children cumulated CPU time (s) 881.2
Current children cumulated vsize (KiB) 2254200

[startup+942.301 s]
/proc/loadavg: 4.07 4.32 5.19 5/185 18289
/proc/meminfo: memFree=15795168/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2328344 CPUtime=941.2 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 464143 0 0 0 93963 157 0 0 25 0 1 0 487549464 2384224256 451482 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 582086 451482 731 445 0 575630 0
Current children cumulated CPU time (s) 941.2
Current children cumulated vsize (KiB) 2328344

[startup+1002.3 s]
/proc/loadavg: 4.52 4.45 5.18 5/188 18297
/proc/meminfo: memFree=13723988/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2328344 CPUtime=1001.21 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 465580 0 0 0 99959 162 0 0 25 0 1 0 487549464 2384224256 452729 33554432000 4194304 6016207 140737164459344 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 582086 452729 731 445 0 575630 0
Current children cumulated CPU time (s) 1001.21
Current children cumulated vsize (KiB) 2328344

[startup+1062.3 s]
/proc/loadavg: 4.19 4.37 5.10 5/188 18298
/proc/meminfo: memFree=10811016/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2328344 CPUtime=1061.21 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 469110 0 0 0 105959 162 0 0 25 0 1 0 487549464 2384224256 456259 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 582086 456259 731 445 0 575630 0
Current children cumulated CPU time (s) 1061.21
Current children cumulated vsize (KiB) 2328344

[startup+1122.3 s]
/proc/loadavg: 4.07 4.30 5.03 5/185 18322
/proc/meminfo: memFree=15288968/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2405884 CPUtime=1121.21 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 469167 0 0 0 111959 162 0 0 25 0 1 0 487549464 2463625216 456316 33554432000 4194304 6016207 140737164459344 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 601471 456316 731 445 0 595015 0
Current children cumulated CPU time (s) 1121.21
Current children cumulated vsize (KiB) 2405884

[startup+1182.31 s]
/proc/loadavg: 4.88 4.54 5.07 6/188 18357
/proc/meminfo: memFree=19219000/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2405884 CPUtime=1181.21 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 474384 0 0 0 117952 169 0 0 25 0 1 0 487549464 2463625216 461470 33554432000 4194304 6016207 140737164459344 18446744073709551615 4378285 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 601471 461470 741 445 0 595015 0
Current children cumulated CPU time (s) 1181.21
Current children cumulated vsize (KiB) 2405884

[startup+1242.3 s]
/proc/loadavg: 4.40 4.46 5.01 5/188 18359
/proc/meminfo: memFree=17329576/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2405884 CPUtime=1241.2 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 474767 0 0 0 123951 169 0 0 25 0 1 0 487549464 2463625216 461853 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 601471 461853 741 445 0 595015 0
Current children cumulated CPU time (s) 1241.2
Current children cumulated vsize (KiB) 2405884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.14 4.37 4.94 5/188 18361
/proc/meminfo: memFree=10531444/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2405884 CPUtime=1298.91 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 474790 0 0 0 129721 170 0 0 25 0 1 0 487549464 2463625216 461876 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 601471 461876 741 445 0 595015 0
Current children cumulated CPU time (s) 1298.91
Current children cumulated vsize (KiB) 2405884

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

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

[startup+1300.01 s]
/proc/loadavg: 4.14 4.37 4.94 5/188 18361
/proc/meminfo: memFree=10531444/32951132 swapFree=67111364/67111528
[pid=17997] ppid=17995 vsize=2405884 CPUtime=1298.91 cores=4,6
/proc/17997/stat : 17997 (qutersat_releas) R 17995 17997 17937 0 -1 4202496 474790 0 0 0 129721 170 0 0 25 0 1 0 487549464 2463625216 461876 33554432000 4194304 6016207 140737164459344 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/17997/statm: 601471 461876 741 445 0 595015 0
Current children cumulated CPU time (s) 1298.91
Current children cumulated vsize (KiB) 2405884

Child status: 1
Real time (s): 1300.1
CPU time (s): 1299
CPU user time (s): 1297.21
CPU system time (s): 1.78873
CPU usage (%): 99.9159
Max. virtual memory (cumulated for all children) (KiB): 2405884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.21
system time used= 1.78873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474795
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= 8
involuntary context switches= 2342

runsolver used 2.42963 second user time and 8.25974 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-25 21:25:08
IDJOB=3283413
IDBENCH=71036
IDSOLVER=1607
FILE ID=node128/3283413-1303759507
RUNJOBID= node128-1303759504-17956
PBS_JOBID= 13157129
Free space on /tmp= 66732 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283413-1303759507/watcher-3283413-1303759507 -o /tmp/evaluation-result-3283413-1303759507/solver-3283413-1303759507 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3283413-1303759507.cnf 2084946188

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=2084946188

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24856588 kB
Buffers:       1270808 kB
Cached:        5732984 kB
SwapCached:        160 kB
Active:         889208 kB
Inactive:      6584504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24856588 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           72952 kB
Writeback:           8 kB
AnonPages:      469116 kB
Mapped:          17636 kB
Slab:           556324 kB
PageTables:       5968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   663880 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66656 MiB
End job on node128 at 2011-04-25 21:46:50