Trace number 3421009

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) 5000.12 5000.15

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x34.cnf
MD5SUM1633295f58c28a5b4150be8640bdf9df
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 variables816
Number of clauses35088
Sum of the clauses size137904
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21224
Number of clauses of size 30
Number of clauses of size 433864
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.01	c Parse Cnf success: #var: 816 #clause: 35088
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :        816 AvgFaninNum: 3
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 612
0.00/0.02	c Total Root : 0 Undef Var: 612
0.00/0.02	c After covering, Total Root: 204 Leaf: 612
0.00/0.02	c Variable( cover/uncovered/unused ): 816 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 612 612
0.00/0.02	c Clauses( cover/uncovered ): 204 33660
0.00/0.02	c Total Clauses( cover/uncovered ): 816 34272 2.32558%
0.00/0.02	c Covered Ands: 204 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 3.96429 max size: 4
0.00/0.05	c Final circuit: i/l/o/s     612       0   34272     48144
0.00/0.05	c CnfToAig: Time: 0.05 s
0.09/0.12	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 47940
0.09/0.14	c TmMap: Origin: 48757 ClauseNum: 144432 --> New: 48553 ClauseNum: 144024
0.09/0.14	c TmMap: Time: 0.03
0.09/0.15	c Try to Add: #clause: 95880 #xorclause: 0
0.09/0.17	c #var: 14280 #clauses: 13669 Solving... 
5000.08/5000.11	c Time Out !!
5000.08/5000.11	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-3421009-1306605770/watcher-3421009-1306605770 -o /tmp/evaluation-result-3421009-1306605770/solver-3421009-1306605770 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421009-1306605770.cnf 2045664511 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.08 1.63 1.85 3/497 7766
/proc/meminfo: memFree=28576816/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=33388 CPUtime=0 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 2204 0 0 0 0 0 0 0 18 0 1 0 772176607 34189312 2140 33554432000 4194304 6014671 140734014767296 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 8347 2140 378 445 0 1892 0

[startup+0.0958009 s]
/proc/loadavg: 1.08 1.63 1.85 3/497 7766
/proc/meminfo: memFree=28576816/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=49860 CPUtime=0.08 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 6412 0 0 0 8 0 0 0 18 0 1 0 772176607 51056640 6348 33554432000 4194304 6014671 140734014767296 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 12465 6353 668 445 0 6010 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49860

[startup+0.100793 s]
/proc/loadavg: 1.08 1.63 1.85 3/497 7766
/proc/meminfo: memFree=28576816/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=50884 CPUtime=0.09 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 6657 0 0 0 9 0 0 0 18 0 1 0 772176607 52105216 6594 33554432000 4194304 6014671 140734014767296 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 12721 6595 668 445 0 6266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50884

[startup+0.300702 s]
/proc/loadavg: 1.08 1.63 1.85 3/497 7766
/proc/meminfo: memFree=28576816/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=68040 CPUtime=0.29 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 9100 0 0 0 29 0 0 0 18 0 1 0 772176607 69672960 9036 33554432000 4194304 6014671 140734014767296 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 17010 9036 700 445 0 10555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68040

[startup+0.700696 s]
/proc/loadavg: 1.08 1.63 1.85 3/497 7766
/proc/meminfo: memFree=28576816/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=81480 CPUtime=0.69 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 12338 0 0 0 68 1 0 0 18 0 1 0 772176607 83435520 12274 33554432000 4194304 6014671 140734014767296 18446744073709551615 4385862 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 20370 12274 720 445 0 13915 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81480

[startup+1.50056 s]
/proc/loadavg: 1.08 1.63 1.85 3/499 7795
/proc/meminfo: memFree=28440904/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=109564 CPUtime=1.49 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 13625 0 0 0 148 1 0 0 20 0 1 0 772176607 112193536 13561 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424711 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 27391 13561 722 445 0 20936 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109564

[startup+3.10029 s]
/proc/loadavg: 1.16 1.63 1.85 3/499 7795
/proc/meminfo: memFree=28419080/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=120588 CPUtime=3.09 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 17625 0 0 0 308 1 0 0 25 0 1 0 772176607 123482112 17551 33554432000 4194304 6014671 140734014767296 18446744073709551615 4423942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 30147 17551 727 445 0 23692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120588

[startup+7.51452 s]
/proc/loadavg: 1.38 1.67 1.86 3/499 7795
/proc/meminfo: memFree=28329968/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=144788 CPUtime=7.51 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 25595 0 0 0 748 3 0 0 25 0 1 0 772176607 148262912 25493 33554432000 4194304 6014671 140734014767296 18446744073709551615 4536712 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 36197 25493 727 445 0 29742 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 144788

[startup+12.7007 s]
/proc/loadavg: 1.43 1.68 1.86 3/499 7795
/proc/meminfo: memFree=28255196/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=144788 CPUtime=12.69 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 27932 0 0 0 1266 3 0 0 25 0 1 0 772176607 148262912 27830 33554432000 4194304 6014671 140734014767296 18446744073709551615 4535257 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 36197 27830 727 445 0 29742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144788

[startup+25.5005 s]
/proc/loadavg: 1.52 1.69 1.86 3/499 7796
/proc/meminfo: memFree=28183044/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=190180 CPUtime=25.49 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 34573 0 0 0 2545 4 0 0 25 0 1 0 772176607 194744320 34471 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 47545 34471 727 445 0 41090 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 190180

[startup+51.1012 s]
/proc/loadavg: 1.82 1.74 1.87 3/499 7797
/proc/meminfo: memFree=28118632/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=215504 CPUtime=51.09 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 43216 0 0 0 5104 5 0 0 25 0 1 0 772176607 220676096 43039 33554432000 4194304 6014671 140734014767296 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 53876 43039 733 445 0 47421 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 215504

[startup+102.301 s]
/proc/loadavg: 1.99 1.80 1.88 3/499 7798
/proc/meminfo: memFree=27901372/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=354228 CPUtime=102.29 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 62394 0 0 0 10221 8 0 0 25 0 1 0 772176607 362729472 62172 33554432000 4194304 6014671 140734014767296 18446744073709551615 4386142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 88557 62172 733 445 0 82102 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 354228

[startup+162.3 s]
/proc/loadavg: 1.99 1.83 1.89 3/499 7799
/proc/meminfo: memFree=27882764/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=354228 CPUtime=162.29 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 67137 0 0 0 16220 9 0 0 25 0 1 0 772176607 362729472 66682 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 88557 66682 733 445 0 82102 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 354228

[startup+222.3 s]
/proc/loadavg: 1.99 1.86 1.89 3/499 7804
/proc/meminfo: memFree=27845780/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=354228 CPUtime=222.3 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 68906 0 0 0 22220 10 0 0 25 0 1 0 772176607 362729472 68262 33554432000 4194304 6014671 140734014767296 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 88557 68262 733 445 0 82102 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 354228

[startup+282.3 s]
/proc/loadavg: 1.99 1.88 1.90 3/499 7806
/proc/meminfo: memFree=27789884/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=484760 CPUtime=282.28 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 77960 0 0 0 28217 11 0 0 25 0 1 0 772176607 496394240 77121 33554432000 4194304 6014671 140734014767296 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 121190 77121 731 445 0 114735 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 484760

[startup+342.319 s]
/proc/loadavg: 2.06 1.92 1.91 3/499 7807
/proc/meminfo: memFree=27745604/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=484760 CPUtime=342.3 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 78225 0 0 0 34218 12 0 0 25 0 1 0 772176607 496394240 68110 33554432000 4194304 6014671 140734014767296 18446744073709551615 4384074 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 121190 68110 731 445 0 114735 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 484760

[startup+402.301 s]
/proc/loadavg: 2.02 1.93 1.91 3/499 7809
/proc/meminfo: memFree=27806728/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=484760 CPUtime=402.28 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 78482 0 0 0 40216 12 0 0 25 0 1 0 772176607 496394240 68367 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 121190 68367 731 445 0 114735 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 484760

[startup+462.301 s]
/proc/loadavg: 2.00 1.94 1.91 3/499 7810
/proc/meminfo: memFree=27666840/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=557568 CPUtime=462.28 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 94601 0 0 0 46213 15 0 0 25 0 1 0 772176607 570949632 84486 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 139392 84486 731 445 0 132937 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 557568

[startup+522.301 s]
/proc/loadavg: 2.00 1.95 1.91 3/499 7812
/proc/meminfo: memFree=27583384/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=557568 CPUtime=522.29 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 109901 0 0 0 52211 18 0 0 25 0 1 0 772176607 570949632 99786 33554432000 4194304 6014671 140734014767296 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 139392 99786 731 445 0 132937 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 557568

[startup+582.301 s]
/proc/loadavg: 2.00 1.95 1.91 3/499 7814
/proc/meminfo: memFree=27577668/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=557568 CPUtime=582.28 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 110945 0 0 0 58210 18 0 0 25 0 1 0 772176607 570949632 100830 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 139392 100830 731 445 0 132937 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 557568

[startup+642.301 s]

################
# More data... #
################

[startup+4002.32 s]
/proc/loadavg: 2.03 2.05 2.00 3/499 7920
/proc/meminfo: memFree=26982764/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=734380 CPUtime=4002.29 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 183870 0 0 0 400196 33 0 0 25 0 1 0 772176607 752005120 154788 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 183595 154788 777 445 0 177140 0
Current children cumulated CPU time (s) 4002.29
Current children cumulated vsize (KiB) 734380

[startup+4062.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 7921
/proc/meminfo: memFree=26927076/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=848964 CPUtime=4062.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 197307 0 0 0 406191 36 0 0 25 0 1 0 772176607 869339136 168146 33554432000 4194304 6014671 140734014767296 18446744073709551615 4605278 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 212241 168146 777 445 0 205786 0
Current children cumulated CPU time (s) 4062.27
Current children cumulated vsize (KiB) 848964

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 7923
/proc/meminfo: memFree=26928184/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=848964 CPUtime=4122.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 197321 0 0 0 412191 36 0 0 25 0 1 0 772176607 869339136 168160 33554432000 4194304 6014671 140734014767296 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 212241 168160 777 445 0 205786 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 848964

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 7925
/proc/meminfo: memFree=26875340/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=963680 CPUtime=4182.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 210404 0 0 0 418188 39 0 0 25 0 1 0 772176607 986808320 181160 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 240920 181160 777 445 0 234465 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 963680

[startup+4242.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 7926
/proc/meminfo: memFree=26874460/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=963680 CPUtime=4242.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 210473 0 0 0 424188 39 0 0 25 0 1 0 772176607 986808320 181229 33554432000 4194304 6014671 140734014767296 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 240920 181229 777 445 0 234465 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 963680

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/499 7928
/proc/meminfo: memFree=26873700/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=963680 CPUtime=4302.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 210594 0 0 0 430188 39 0 0 25 0 1 0 772176607 986808320 181307 33554432000 4194304 6014671 140734014767296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 240920 181307 777 445 0 234465 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 963680

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 7929
/proc/meminfo: memFree=26872076/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4362.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 210947 0 0 0 436188 39 0 0 25 0 1 0 772176607 1105268736 181612 33554432000 4194304 6014671 140734014767296 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 181612 773 445 0 263386 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 1079364

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 7931
/proc/meminfo: memFree=26871564/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4422.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 210947 0 0 0 442188 39 0 0 25 0 1 0 772176607 1105268736 181612 33554432000 4194304 6014671 140734014767296 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 181612 773 445 0 263386 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 1079364

[startup+4482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/499 7933
/proc/meminfo: memFree=26870812/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4482.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 211134 0 0 0 448188 39 0 0 25 0 1 0 772176607 1105268736 181754 33554432000 4194304 6014671 140734014767296 18446744073709551615 4386002 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 181754 773 445 0 263386 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 1079364

[startup+4542.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/499 7934
/proc/meminfo: memFree=26758704/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4542.29 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 216931 0 0 0 454189 40 0 0 25 0 1 0 772176607 1105268736 187504 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 187504 773 445 0 263386 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 1079364

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 7936
/proc/meminfo: memFree=26721984/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4602.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 225643 0 0 0 460186 41 0 0 25 0 1 0 772176607 1105268736 196168 33554432000 4194304 6014671 140734014767296 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196168 773 445 0 263386 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 1079364

[startup+4662.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 7937
/proc/meminfo: memFree=26713784/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4662.29 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 225739 0 0 0 466188 41 0 0 25 0 1 0 772176607 1105268736 196264 33554432000 4194304 6014671 140734014767296 18446744073709551615 4369495 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196264 773 445 0 263386 0
Current children cumulated CPU time (s) 4662.29
Current children cumulated vsize (KiB) 1079364

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 7939
/proc/meminfo: memFree=26712660/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4722.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 225923 0 0 0 472186 41 0 0 25 0 1 0 772176607 1105268736 196348 33554432000 4194304 6014671 140734014767296 18446744073709551615 4535184 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196348 773 445 0 263386 0
Current children cumulated CPU time (s) 4722.27
Current children cumulated vsize (KiB) 1079364

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 7941
/proc/meminfo: memFree=26712020/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4782.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 226005 0 0 0 478185 42 0 0 25 0 1 0 772176607 1105268736 196430 33554432000 4194304 6014671 140734014767296 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196430 773 445 0 263386 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 1079364

[startup+4842.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 7942
/proc/meminfo: memFree=26711144/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4842.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 226113 0 0 0 484185 42 0 0 25 0 1 0 772176607 1105268736 196486 33554432000 4194304 6014671 140734014767296 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196486 773 445 0 263386 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 1079364

[startup+4902.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 7944
/proc/meminfo: memFree=26709892/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4902.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 226380 0 0 0 490185 42 0 0 25 0 1 0 772176607 1105268736 196700 33554432000 4194304 6014671 140734014767296 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196700 773 445 0 263386 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 1079364

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 7945
/proc/meminfo: memFree=26709260/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=4962.27 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 226438 0 0 0 496185 42 0 0 25 0 1 0 772176607 1105268736 196704 33554432000 4194304 6014671 140734014767296 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196704 773 445 0 263386 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 1079364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 7947
/proc/meminfo: memFree=26708756/32951132 swapFree=59085548/67111528
[pid=7764] ppid=7761 vsize=1079364 CPUtime=5000.08 cores=0,2,4,6
/proc/7764/stat : 7764 (qutersat_releas) R 7761 7764 6460 0 -1 4202496 226439 0 0 0 499966 42 0 0 25 0 1 0 772176607 1105268736 196705 33554432000 4194304 6014671 140734014767296 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7764/statm: 269841 196705 773 445 0 263386 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1079364

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): 5000.15
CPU time (s): 5000.12
CPU user time (s): 4999.67
CPU system time (s): 0.451931
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 1079364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.67
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226443
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= 90
involuntary context switches= 7960

runsolver used 26.377 second user time and 56.9493 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-28 20:02:50
IDJOB=3421009
IDBENCH=83157
IDSOLVER=1868
FILE ID=node129/3421009-1306605770
RUNJOBID= node129-1306605770-7747
PBS_JOBID= 13471551
Free space on /tmp= 73148 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x34.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421009-1306605770/watcher-3421009-1306605770 -o /tmp/evaluation-result-3421009-1306605770/solver-3421009-1306605770 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421009-1306605770.cnf 2045664511

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1633295f58c28a5b4150be8640bdf9df
RANDOM SEED=2045664511

node129.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.831
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.66
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.831
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.831
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.75
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.75
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28577392 kB
Buffers:        186532 kB
Cached:        1628584 kB
SwapCached:      74156 kB
Active:         466800 kB
Inactive:      3684528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28577392 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:            3904 kB
Writeback:           0 kB
AnonPages:     2272988 kB
Mapped:          17748 kB
Slab:            96056 kB
PageTables:      58868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147304160 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= 73140 MiB
End job on node129 at 2011-05-28 21:26:12