Trace number 3376830

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
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 variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 85 #clause: 29282
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 0 Undef Var: 85
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 85 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.03	c Clauses( cover/uncovered ): 0 29282
0.00/0.03	c Total Clauses( cover/uncovered ): 0 29282 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.09/0.12	c Uncover Clauses avg size: 9.99419 max size: 10
0.09/0.12	c Final circuit: i/l/o/s      85       0   29282     55537
0.09/0.12	c CnfToAig: Time: 0.11 s
0.19/0.24	c TmMap: Set choices finish.
0.19/0.28	c TmMap: Set big and: 39059
0.19/0.28	c TmMap: Origin: 55623 ClauseNum: 166611 --> New: 39145 ClauseNum: 138560
0.19/0.28	c TmMap: Time: 0.05
0.19/0.29	c Try to Add: #clause: 78118 #xorclause: 0
0.29/0.31	c #var: 9862 #clauses: 28594 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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: 3.89 2.66 2.80 6/346 893
/proc/meminfo: memFree=9516052/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=10844 CPUtime=0 cores=4,6
/proc/893/stat : 893 (qutersat_releas) S 891 893 32129 0 -1 4194304 99 0 0 0 0 0 0 0 25 0 1 0 737757509 11104256 54 33554432000 4194304 6014671 140736583888640 18446744073709551615 231890566791 0 2147483391 4096 0 18446744071699215550 0 0 17 4 0 0 0
/proc/893/statm: 2711 54 42 445 0 68 0

[startup+0.0361211 s]
/proc/loadavg: 3.89 2.66 2.80 6/346 893
/proc/meminfo: memFree=9516052/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=34412 CPUtime=0.02 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 2299 0 0 0 2 0 0 0 25 0 1 0 737757509 35237888 2235 33554432000 4194304 6014671 140736583888640 18446744073709551615 4262858 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 8603 2235 398 445 0 2148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34412

[startup+0.101121 s]
/proc/loadavg: 3.89 2.66 2.80 6/346 893
/proc/meminfo: memFree=9516052/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=37996 CPUtime=0.09 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 3252 0 0 0 9 0 0 0 25 0 1 0 737757509 38907904 3188 33554432000 4194304 6014671 140736583888640 18446744073709551615 4331637 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 9499 3188 398 445 0 3044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37996

[startup+0.301089 s]
/proc/loadavg: 3.89 2.66 2.80 6/346 893
/proc/meminfo: memFree=9516052/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=75656 CPUtime=0.29 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 10890 0 0 0 28 1 0 0 25 0 1 0 737757509 77471744 10826 33554432000 4194304 6014671 140736583888640 18446744073709551615 231895186919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 18914 10826 691 445 0 12459 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75656

[startup+0.701007 s]
/proc/loadavg: 3.89 2.66 2.80 6/346 893
/proc/meminfo: memFree=9516052/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=75656 CPUtime=0.69 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 11019 0 0 0 68 1 0 0 25 0 1 0 737757509 77471744 10955 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 18914 10955 696 445 0 12459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75656

[startup+1.50086 s]
/proc/loadavg: 3.89 2.66 2.80 6/347 894
/proc/meminfo: memFree=9473760/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=105736 CPUtime=1.49 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 18401 0 0 0 147 2 0 0 25 0 1 0 737757509 108273664 18337 33554432000 4194304 6014671 140736583888640 18446744073709551615 4444768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 26434 18338 700 445 0 19979 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105736

[startup+3.10056 s]
/proc/loadavg: 3.89 2.66 2.80 6/347 894
/proc/meminfo: memFree=9435420/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=115976 CPUtime=3.09 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 21106 0 0 0 307 2 0 0 25 0 1 0 737757509 118759424 21042 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 28994 21042 722 445 0 22539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115976

[startup+6.30095 s]
/proc/loadavg: 3.90 2.68 2.81 5/347 895
/proc/meminfo: memFree=9423276/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=134824 CPUtime=6.29 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 23204 0 0 0 627 2 0 0 25 0 1 0 737757509 138059776 23130 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 33706 23130 726 445 0 27251 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134824

[startup+12.7008 s]
/proc/loadavg: 3.91 2.70 2.81 6/347 895
/proc/meminfo: memFree=9375688/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=190752 CPUtime=12.69 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 34158 0 0 0 1265 4 0 0 25 0 1 0 737757509 195330048 34084 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 47688 34084 726 445 0 41233 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 190752

[startup+25.5003 s]
/proc/loadavg: 4.00 2.78 2.84 6/347 895
/proc/meminfo: memFree=9359844/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=232460 CPUtime=25.49 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 37670 0 0 0 2544 5 0 0 25 0 1 0 737757509 238039040 37596 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 58115 37596 726 445 0 51660 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 232460

[startup+51.1005 s]
/proc/loadavg: 4.08 2.89 2.87 6/347 896
/proc/meminfo: memFree=9308296/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=232460 CPUtime=51.09 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 40171 0 0 0 5104 5 0 0 25 0 1 0 737757509 238039040 40097 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 58115 40097 727 445 0 51660 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 232460

[startup+102.313 s]
/proc/loadavg: 4.10 3.08 2.93 7/344 900
/proc/meminfo: memFree=11597576/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=232460 CPUtime=102.3 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 44775 0 0 0 10224 6 0 0 25 0 1 0 737757509 238039040 44696 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 58115 44696 726 445 0 51660 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 232460

[startup+162.301 s]
/proc/loadavg: 4.07 3.26 3.00 6/347 927
/proc/meminfo: memFree=11371932/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=232460 CPUtime=162.29 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 48185 0 0 0 16222 7 0 0 25 0 1 0 737757509 238039040 48091 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 58115 48091 726 445 0 51660 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 232460

[startup+222.3 s]
/proc/loadavg: 4.02 3.39 3.06 6/347 928
/proc/meminfo: memFree=11333328/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=245856 CPUtime=222.29 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 52272 0 0 0 22221 8 0 0 25 0 1 0 737757509 251756544 52148 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 61464 52148 726 445 0 55009 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 245856

[startup+282.301 s]
/proc/loadavg: 4.01 3.50 3.12 6/347 930
/proc/meminfo: memFree=11257168/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=259412 CPUtime=282.3 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 53648 0 0 0 28221 9 0 0 25 0 1 0 737757509 265637888 53491 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 64853 53491 726 445 0 58398 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 259412

[startup+342.301 s]
/proc/loadavg: 4.00 3.59 3.17 6/347 931
/proc/meminfo: memFree=11231488/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=259412 CPUtime=342.3 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 53904 0 0 0 34221 9 0 0 25 0 1 0 737757509 265637888 53720 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 64853 53720 726 445 0 58398 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 259412

[startup+402.301 s]
/proc/loadavg: 4.00 3.66 3.22 6/347 933
/proc/meminfo: memFree=11200824/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=259412 CPUtime=402.3 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 54135 0 0 0 40221 9 0 0 25 0 1 0 737757509 265637888 53920 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 64853 53920 726 445 0 58398 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 259412

[startup+462.3 s]
/proc/loadavg: 4.00 3.72 3.27 6/347 935
/proc/meminfo: memFree=11182204/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=274304 CPUtime=462.3 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 57843 0 0 0 46220 10 0 0 25 0 1 0 737757509 280887296 57611 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 68576 57611 726 445 0 62121 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 274304

[startup+522.301 s]
/proc/loadavg: 4.23 3.82 3.32 5/347 936
/proc/meminfo: memFree=11134300/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=289784 CPUtime=522.31 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 62063 0 0 0 52220 11 0 0 25 0 1 0 737757509 296738816 61794 33554432000 4194304 6014671 140736583888640 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 72446 61794 726 445 0 65991 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 289784

[startup+582.301 s]
/proc/loadavg: 4.16 3.86 3.37 6/347 938
/proc/meminfo: memFree=11104020/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=289784 CPUtime=582.31 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 62563 0 0 0 58220 11 0 0 25 0 1 0 737757509 296738816 62274 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 72446 62274 726 445 0 65991 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 289784

[startup+642.3 s]
/proc/loadavg: 4.16 3.92 3.42 6/347 939
/proc/meminfo: memFree=11087136/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=350996 CPUtime=642.31 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 63146 0 0 0 64220 11 0 0 25 0 1 0 737757509 359419904 62814 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 87749 62814 726 445 0 81294 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 350996

[startup+702.301 s]
/proc/loadavg: 4.14 3.96 3.46 6/347 942
/proc/meminfo: memFree=11089464/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=350996 CPUtime=702.32 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 64314 0 0 0 70220 12 0 0 25 0 1 0 737757509 359419904 63982 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 87749 63982 726 445 0 81294 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 350996

[startup+762.313 s]
/proc/loadavg: 4.05 3.96 3.49 6/347 944
/proc/meminfo: memFree=11077172/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=762.33 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 64682 0 0 0 76221 12 0 0 25 0 1 0 737757509 423624704 64303 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424804 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 64303 726 445 0 96969 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 413696

[startup+822.301 s]
/proc/loadavg: 3.94 3.95 3.51 5/342 962
/proc/meminfo: memFree=11517024/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=822.32 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 64704 0 0 0 82220 12 0 0 25 0 1 0 737757509 423624704 64300 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 64300 726 445 0 96969 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 413696

[startup+882.3 s]
/proc/loadavg: 3.34 3.78 3.48 5/341 964
/proc/meminfo: memFree=11492400/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=882.31 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 64895 0 0 0 88219 12 0 0 25 0 1 0 737757509 423624704 64465 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 64465 726 445 0 96969 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 413696

[startup+942.301 s]
/proc/loadavg: 3.12 3.63 3.45 4/341 965
/proc/meminfo: memFree=11476632/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=942.32 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 64922 0 0 0 94220 12 0 0 25 0 1 0 737757509 423624704 64435 33554432000 4194304 6014671 140736583888640 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 64435 726 445 0 96969 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 413696

[startup+1002.3 s]
/proc/loadavg: 3.04 3.51 3.42 5/341 967
/proc/meminfo: memFree=11467436/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=1002.33 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 65046 0 0 0 100220 13 0 0 25 0 1 0 737757509 423624704 64528 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 64528 726 445 0 96969 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 413696

[startup+1062.3 s]
/proc/loadavg: 3.01 3.42 3.39 5/341 969
/proc/meminfo: memFree=11461692/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=1062.33 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 65106 0 0 0 106220 13 0 0 25 0 1 0 737757509 423624704 64556 33554432000 4194304 6014671 140736583888640 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 64556 726 445 0 96969 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 413696

[startup+1122.3 s]
/proc/loadavg: 3.04 3.35 3.36 5/341 970
/proc/meminfo: memFree=11475432/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=1122.33 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 65250 0 0 0 112220 13 0 0 25 0 1 0 737757509 423624704 64652 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 64652 726 445 0 96969 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 413696

[startup+1182.3 s]
/proc/loadavg: 3.06 3.30 3.35 3/336 991
/proc/meminfo: memFree=11783328/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=1182.33 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 65808 0 0 0 118220 13 0 0 25 0 1 0 737757509 423624704 65152 33554432000 4194304 6014671 140736583888640 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 65152 726 445 0 96969 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 413696

[startup+1242.3 s]
/proc/loadavg: 2.39 3.06 3.26 3/335 992
/proc/meminfo: memFree=11775220/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=1242.34 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 65909 0 0 0 124221 13 0 0 25 0 1 0 737757509 423624704 65178 33554432000 4194304 6014671 140736583888640 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 65178 726 445 0 96969 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 413696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.14 2.87 3.18 3/335 994
/proc/meminfo: memFree=11774700/32950928 swapFree=67085488/67111528
[pid=893] ppid=891 vsize=413696 CPUtime=1300.04 cores=4,6
/proc/893/stat : 893 (qutersat_releas) R 891 893 32129 0 -1 4202496 66005 0 0 0 129991 13 0 0 25 0 1 0 737757509 423624704 65274 33554432000 4194304 6014671 140736583888640 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/893/statm: 103424 65274 726 445 0 96969 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 413696

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

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

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.92
CPU system time (s): 0.144977
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 413696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66009
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= 13
involuntary context switches= 3416

runsolver used 4.47432 second user time and 9.66653 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 18:01:08
IDJOB=3376830
IDBENCH=83924
IDSOLVER=1856
FILE ID=node114/3376830-1305475268
RUNJOBID= node114-1305475074-686
PBS_JOBID= 13325312
Free space on /tmp= 72920 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376830-1305475268/watcher-3376830-1305475268 -o /tmp/evaluation-result-3376830-1305475268/solver-3376830-1305475268 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376830-1305475268.cnf 1626061956

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=1626061956

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.75
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.848
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.848
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.74
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.848
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:       9516332 kB
Buffers:        301496 kB
Cached:        5193380 kB
SwapCached:         96 kB
Active:       18462680 kB
Inactive:      4558620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9516332 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           36064 kB
Writeback:           0 kB
AnonPages:    17526384 kB
Mapped:          33804 kB
Slab:           294460 kB
PageTables:      52724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 60208728 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= 72992 MiB
End job on node114 at 2011-05-15 18:22:50