Trace number 3421421

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.09 4999.94

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
MD5SUM02e75ad23aeadbf30b2a4fb3c21ae723
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.089986
Satisfiable
(Un)Satisfiability was proved
Number of variables894
Number of clauses82294
Sum of the clauses size165422
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 282264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 894 #clause: 82294
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        894 AvgFaninNum: 29.1275
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 : 864
0.00/0.02	c Total Root : 0 Undef Var: 864
0.00/0.02	c After covering, Total Root: 30 Leaf: 864
0.00/0.02	c Variable( cover/uncovered/unused ): 894 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 864 81400
0.00/0.02	c Clauses( cover/uncovered ): 30 0
0.00/0.02	c Total Clauses( cover/uncovered ): 894 81400 1.08635%
0.00/0.02	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 2 max size: 2
0.00/0.06	c Final circuit: i/l/o/s     864       0   81400     82234
0.00/0.06	c CnfToAig: Time: 0.05 s
0.00/0.11	c TmMap: Set choices finish.
0.11/0.14	c TmMap: Set big and: 81430
0.11/0.14	c TmMap: Origin: 83099 ClauseNum: 246702 --> New: 82295 ClauseNum: 245094
0.11/0.14	c TmMap: Time: 0.04
0.11/0.15	c Try to Add: #clause: 162860 #xorclause: 0
0.11/0.16	c #var: 894 #clauses: 31 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	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-3421421-1306634613/watcher-3421421-1306634613 -o /tmp/evaluation-result-3421421-1306634613/solver-3421421-1306634613 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421421-1306634613.cnf 2027720997 

running on 4 cores: 1,3,5,7

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: 2.00 2.03 2.00 2/483 6865
/proc/meminfo: memFree=19305720/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 1944 0 0 0 0 0 0 0 25 0 1 0 853691975 33140736 1880 33554432000 4194304 6014671 140736719008512 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 8091 1880 378 445 0 1636 0

[startup+0.118518 s]
/proc/loadavg: 2.00 2.03 2.00 2/483 6865
/proc/meminfo: memFree=19305720/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=59888 CPUtime=0.11 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 8984 0 0 0 10 1 0 0 25 0 1 0 853691975 61325312 8920 33554432000 4194304 6014671 140736719008512 18446744073709551615 4223741 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 14972 8920 670 445 0 8517 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 59888

[startup+0.200498 s]
/proc/loadavg: 2.00 2.03 2.00 2/483 6865
/proc/meminfo: memFree=19305720/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=76412 CPUtime=0.19 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 10866 0 0 0 18 1 0 0 25 0 1 0 853691975 78245888 10802 33554432000 4194304 6014671 140736719008512 18446744073709551615 4367392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 19103 10802 708 445 0 12648 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 76412

[startup+0.300478 s]
/proc/loadavg: 2.00 2.03 2.00 2/483 6865
/proc/meminfo: memFree=19305720/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=76412 CPUtime=0.29 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 11065 0 0 0 28 1 0 0 25 0 1 0 853691975 78245888 11001 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424966 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 19103 11001 720 445 0 12648 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76412

[startup+0.700406 s]
/proc/loadavg: 2.00 2.03 2.00 2/483 6865
/proc/meminfo: memFree=19305720/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=86172 CPUtime=0.69 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 11972 0 0 0 68 1 0 0 25 0 1 0 853691975 88240128 11908 33554432000 4194304 6014671 140736719008512 18446744073709551615 4383607 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 21543 11908 721 445 0 15088 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86172

[startup+1.50026 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 6866
/proc/meminfo: memFree=19254704/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=96076 CPUtime=1.49 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 12942 0 0 0 148 1 0 0 25 0 1 0 853691975 98381824 12878 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 24019 12878 721 445 0 17564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96076

[startup+3.10097 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 6866
/proc/meminfo: memFree=19247264/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=96076 CPUtime=3.09 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 13498 0 0 0 308 1 0 0 25 0 1 0 853691975 98381824 13434 33554432000 4194304 6014671 140736719008512 18446744073709551615 4537125 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 24019 13434 725 445 0 17564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96076

[startup+6.30038 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 6866
/proc/meminfo: memFree=19234120/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=106528 CPUtime=6.29 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 16681 0 0 0 627 2 0 0 25 0 1 0 853691975 109084672 16617 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 26632 16617 725 445 0 20177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106528

[startup+12.7002 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 6867
/proc/meminfo: memFree=19200900/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=117432 CPUtime=12.69 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 18996 0 0 0 1267 2 0 0 25 0 1 0 853691975 120250368 18932 33554432000 4194304 6014671 140736719008512 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 29358 18932 725 445 0 22903 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117432

[startup+25.5009 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 6867
/proc/meminfo: memFree=19174712/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=129008 CPUtime=25.49 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 21917 0 0 0 2546 3 0 0 25 0 1 0 853691975 132104192 21853 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 32252 21853 725 445 0 25797 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129008

[startup+51.1012 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 6869
/proc/meminfo: memFree=19127312/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=166468 CPUtime=51.1 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 32250 0 0 0 5106 4 0 0 25 0 1 0 853691975 170463232 32186 33554432000 4194304 6014671 140736719008512 18446744073709551615 4535264 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 41617 32186 725 445 0 35162 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 166468

[startup+102.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/484 6902
/proc/meminfo: memFree=19083604/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=236376 CPUtime=102.3 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 35312 0 0 0 10226 4 0 0 25 0 1 0 853691975 242049024 35248 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 59094 35248 725 445 0 52639 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 236376

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/484 6904
/proc/meminfo: memFree=18946548/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=296736 CPUtime=162.3 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 50468 0 0 0 16223 7 0 0 25 0 1 0 853691975 303857664 50383 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 74184 50383 725 445 0 67729 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 296736

[startup+222.318 s]
/proc/loadavg: 2.02 2.03 2.00 3/484 6905
/proc/meminfo: memFree=18849900/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=363028 CPUtime=222.32 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 56329 0 0 0 22224 8 0 0 25 0 1 0 853691975 371740672 56158 33554432000 4194304 6014671 140736719008512 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 90757 56158 725 445 0 84302 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 363028

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/484 6908
/proc/meminfo: memFree=18773212/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=498916 CPUtime=282.3 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 57875 0 0 0 28222 8 0 0 25 0 1 0 853691975 510889984 57563 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 124729 57563 725 445 0 118274 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 498916

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 6909
/proc/meminfo: memFree=18671980/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=498916 CPUtime=342.3 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 70221 0 0 0 34220 10 0 0 25 0 1 0 853691975 510889984 69867 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 124729 69867 725 445 0 118274 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 498916

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 6911
/proc/meminfo: memFree=18639224/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=498916 CPUtime=402.3 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 71613 0 0 0 40220 10 0 0 25 0 1 0 853691975 510889984 71169 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 124729 71169 725 445 0 118274 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 498916

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/484 6913
/proc/meminfo: memFree=18570360/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=498916 CPUtime=462.3 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 85919 0 0 0 46217 13 0 0 25 0 1 0 853691975 510889984 85337 33554432000 4194304 6014671 140736719008512 18446744073709551615 4536968 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 124729 85337 725 445 0 118274 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 498916

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 6914
/proc/meminfo: memFree=18546252/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=498916 CPUtime=522.31 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 91700 0 0 0 52217 14 0 0 25 0 1 0 853691975 510889984 91118 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 124729 91118 725 445 0 118274 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 498916

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 6917
/proc/meminfo: memFree=18626436/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=498916 CPUtime=582.31 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 92788 0 0 0 58216 15 0 0 25 0 1 0 853691975 510889984 75770 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 124729 75770 725 445 0 118274 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 498916

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/484 13077
/proc/meminfo: memFree=17680980/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4002.41 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168450 0 0 0 400210 31 0 0 25 0 1 0 853691975 963305472 150348 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150348 725 445 0 228727 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 940728

[startup+4062.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/484 13079
/proc/meminfo: memFree=17677456/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4062.42 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168450 0 0 0 406211 31 0 0 25 0 1 0 853691975 963305472 150348 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150348 725 445 0 228727 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 940728

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/484 13080
/proc/meminfo: memFree=17675284/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4122.41 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168450 0 0 0 412210 31 0 0 25 0 1 0 853691975 963305472 150262 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150262 725 445 0 228727 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 940728

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 13082
/proc/meminfo: memFree=17675472/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4182.44 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168451 0 0 0 418212 32 0 0 25 0 1 0 853691975 963305472 150263 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150263 725 445 0 228727 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 940728

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 13083
/proc/meminfo: memFree=17676780/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4242.42 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168499 0 0 0 424210 32 0 0 25 0 1 0 853691975 963305472 150224 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150224 725 445 0 228727 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 940728

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 13085
/proc/meminfo: memFree=17676368/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4302.42 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168518 0 0 0 430210 32 0 0 25 0 1 0 853691975 963305472 150243 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150243 725 445 0 228727 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 940728

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/484 13087
/proc/meminfo: memFree=17672600/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4362.42 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168549 0 0 0 436210 32 0 0 25 0 1 0 853691975 963305472 150274 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150274 725 445 0 228727 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 940728

[startup+4422.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/484 13088
/proc/meminfo: memFree=17670680/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4422.42 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168610 0 0 0 442210 32 0 0 25 0 1 0 853691975 963305472 150247 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150247 725 445 0 228727 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 940728

[startup+4482.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/484 13090
/proc/meminfo: memFree=17670504/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4482.43 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168610 0 0 0 448211 32 0 0 25 0 1 0 853691975 963305472 150247 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424936 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150247 725 445 0 228727 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 940728

[startup+4542.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/484 13091
/proc/meminfo: memFree=17667484/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4542.43 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168794 0 0 0 454211 32 0 0 25 0 1 0 853691975 963305472 150431 33554432000 4194304 6014671 140736719008512 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150431 725 445 0 228727 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 940728

[startup+4602.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/484 13093
/proc/meminfo: memFree=17665828/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4602.43 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 168794 0 0 0 460211 32 0 0 25 0 1 0 853691975 963305472 150431 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 150431 725 445 0 228727 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 940728

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/484 13095
/proc/meminfo: memFree=17562368/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4662.43 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 169527 0 0 0 466210 33 0 0 25 0 1 0 853691975 963305472 151075 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 151075 725 445 0 228727 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 940728

[startup+4722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 13096
/proc/meminfo: memFree=17557596/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4722.44 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 169549 0 0 0 472211 33 0 0 25 0 1 0 853691975 963305472 151097 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 151097 725 445 0 228727 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 940728

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 13098
/proc/meminfo: memFree=17509436/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4782.44 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 169726 0 0 0 478211 33 0 0 25 0 1 0 853691975 963305472 151274 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 151274 725 445 0 228727 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 940728

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 13099
/proc/meminfo: memFree=17495608/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4842.45 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 169726 0 0 0 484212 33 0 0 25 0 1 0 853691975 963305472 151274 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 151274 725 445 0 228727 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 940728

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 13101
/proc/meminfo: memFree=17493076/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4902.44 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 169805 0 0 0 490211 33 0 0 25 0 1 0 853691975 963305472 151263 33554432000 4194304 6014671 140736719008512 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 151263 725 445 0 228727 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 940728

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 13103
/proc/meminfo: memFree=17460288/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=4962.44 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 169815 0 0 0 496211 33 0 0 25 0 1 0 853691975 963305472 151273 33554432000 4194304 6014671 140736719008512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 151273 725 445 0 228727 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 940728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.26 2.06 2.02 3/484 13104
/proc/meminfo: memFree=17378912/32950928 swapFree=65252936/67111528
[pid=6865] ppid=6863 vsize=940728 CPUtime=5000.05 cores=1,3,5,7
/proc/6865/stat : 6865 (qutersat_releas) R 6863 6865 5368 0 -1 4202496 169818 0 0 0 499972 33 0 0 25 0 1 0 853691975 963305472 151276 33554432000 4194304 6014671 140736719008512 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/6865/statm: 235182 151276 725 445 0 228727 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 940728

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): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4999.73
CPU system time (s): 0.359945
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 940728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.73
system time used= 0.359945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169822
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= 9
involuntary context switches= 8310

runsolver used 21.8737 second user time and 55.5915 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-29 04:03:33
IDJOB=3421421
IDBENCH=88215
IDSOLVER=1868
FILE ID=node116/3421421-1306634613
RUNJOBID= node116-1306629591-6039
PBS_JOBID= 13471625
Free space on /tmp= 73408 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421421-1306634613/watcher-3421421-1306634613 -o /tmp/evaluation-result-3421421-1306634613/solver-3421421-1306634613 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421421-1306634613.cnf 2027720997

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

MD5SUM BENCH= 02e75ad23aeadbf30b2a4fb3c21ae723
RANDOM SEED=2027720997

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19305992 kB
Buffers:        178656 kB
Cached:        2328396 kB
SwapCached:      12264 kB
Active:        7429764 kB
Inactive:      5967924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19305992 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:            5672 kB
Writeback:           0 kB
AnonPages:    10888828 kB
Mapped:          26600 kB
Slab:           117268 kB
PageTables:      62500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139697584 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= 73404 MiB
End job on node116 at 2011-05-29 05:26:55