Trace number 3376776

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.08 1300.03

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.466928
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.03	c Find Invs  :          0
0.00/0.03	c Find Ands  :        894 AvgFaninNum: 29.1275
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 : 864
0.00/0.03	c Total Root : 0 Undef Var: 864
0.00/0.03	c After covering, Total Root: 30 Leaf: 864
0.00/0.03	c Variable( cover/uncovered/unused ): 894 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 864 81400
0.00/0.03	c Clauses( cover/uncovered ): 30 0
0.00/0.03	c Total Clauses( cover/uncovered ): 894 81400 1.08635%
0.00/0.03	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.00/0.07	c Uncover Clauses avg size: 2 max size: 2
0.00/0.07	c Final circuit: i/l/o/s     864       0   81400     82234
0.00/0.07	c CnfToAig: Time: 0.06 s
0.08/0.12	c TmMap: Set choices finish.
0.08/0.16	c TmMap: Set big and: 81430
0.08/0.16	c TmMap: Origin: 83099 ClauseNum: 246702 --> New: 82295 ClauseNum: 245094
0.08/0.16	c TmMap: Time: 0.04
0.08/0.17	c Try to Add: #clause: 162860 #xorclause: 0
0.08/0.19	c #var: 894 #clauses: 31 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-3376776-1305476266/watcher-3376776-1305476266 -o /tmp/evaluation-result-3376776-1305476266/solver-3376776-1305476266 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376776-1305476266.cnf 297157591 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.10 2.48 3.02 4/437 30776
/proc/meminfo: memFree=23566352/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=34412 CPUtime=0.01 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 2462 0 0 0 1 0 0 0 21 0 1 0 737857256 35237888 2398 33554432000 4194304 6014671 140736567235568 18446744073709551615 251367546624 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 8603 2398 378 445 0 2148 0

[startup+0.0892039 s]
/proc/loadavg: 1.10 2.48 3.02 4/437 30776
/proc/meminfo: memFree=23566352/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=43116 CPUtime=0.08 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 4639 0 0 0 8 0 0 0 22 0 1 0 737857256 44150784 4575 33554432000 4194304 6014671 140736567235568 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 10779 4575 668 445 0 4324 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 43116

[startup+0.101209 s]
/proc/loadavg: 1.10 2.48 3.02 4/437 30776
/proc/meminfo: memFree=23566352/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=51284 CPUtime=0.08 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 6970 0 0 0 8 0 0 0 22 0 1 0 737857256 52514816 6906 33554432000 4194304 6014671 140736567235568 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 12821 6908 668 445 0 6366 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51284

[startup+0.301156 s]
/proc/loadavg: 1.10 2.48 3.02 4/437 30776
/proc/meminfo: memFree=23566352/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=67696 CPUtime=0.29 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 10743 0 0 0 28 1 0 0 22 0 1 0 737857256 69320704 10679 33554432000 4194304 6014671 140736567235568 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 16924 10679 713 445 0 10469 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67696

[startup+0.701087 s]
/proc/loadavg: 1.10 2.48 3.02 4/437 30776
/proc/meminfo: memFree=23566352/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=77324 CPUtime=0.69 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 11075 0 0 0 68 1 0 0 23 0 1 0 737857256 79179776 11011 33554432000 4194304 6014671 140736567235568 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 19331 11011 721 445 0 12876 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77324

[startup+1.50094 s]
/proc/loadavg: 1.10 2.48 3.02 6/449 30798
/proc/meminfo: memFree=23221472/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=77324 CPUtime=1.49 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 11394 0 0 0 148 1 0 0 25 0 1 0 737857256 79179776 11330 33554432000 4194304 6014671 140736567235568 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 19331 11330 721 445 0 12876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77324

[startup+3.10064 s]
/proc/loadavg: 1.33 2.50 3.02 6/449 30798
/proc/meminfo: memFree=23005960/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=87464 CPUtime=3.09 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 11758 0 0 0 308 1 0 0 25 0 1 0 737857256 89563136 11694 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 21866 11694 725 445 0 15411 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87464

[startup+6.30106 s]
/proc/loadavg: 1.33 2.50 3.02 6/449 30798
/proc/meminfo: memFree=22880544/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=87464 CPUtime=6.29 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 14983 0 0 0 628 1 0 0 25 0 1 0 737857256 89563136 14919 33554432000 4194304 6014671 140736567235568 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 21866 14919 725 445 0 15411 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 87464

[startup+12.7009 s]
/proc/loadavg: 1.74 2.55 3.03 6/449 30798
/proc/meminfo: memFree=22851936/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=119980 CPUtime=12.69 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 18774 0 0 0 1267 2 0 0 25 0 1 0 737857256 122859520 18710 33554432000 4194304 6014671 140736567235568 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 29995 18710 725 445 0 23540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119980

[startup+25.5005 s]
/proc/loadavg: 2.09 2.60 3.04 6/449 30799
/proc/meminfo: memFree=22797224/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=131584 CPUtime=25.49 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 23557 0 0 0 2547 2 0 0 25 0 1 0 737857256 134742016 23493 33554432000 4194304 6014671 140736567235568 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 32896 23493 737 445 0 26441 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131584

[startup+51.1007 s]
/proc/loadavg: 2.74 2.71 3.07 6/449 30800
/proc/meminfo: memFree=22695936/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=167640 CPUtime=51.09 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 32084 0 0 0 5105 4 0 0 25 0 1 0 737857256 171663360 32020 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 41910 32020 737 445 0 35455 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 167640

[startup+102.316 s]
/proc/loadavg: 3.01 2.80 3.08 4/443 30818
/proc/meminfo: memFree=22709704/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=194180 CPUtime=102.31 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 39380 0 0 0 10225 6 0 0 25 0 1 0 737857256 198840320 39316 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 48545 39316 737 445 0 42090 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 194180

[startup+162.301 s]
/proc/loadavg: 3.00 2.83 3.07 4/443 30819
/proc/meminfo: memFree=22658488/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=338632 CPUtime=162.3 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 47592 0 0 0 16222 8 0 0 25 0 1 0 737857256 346759168 47522 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 84658 47522 737 445 0 78203 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 338632

[startup+222.301 s]
/proc/loadavg: 3.16 2.89 3.08 4/443 30821
/proc/meminfo: memFree=22483260/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=338632 CPUtime=222.3 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 52139 0 0 0 22221 9 0 0 25 0 1 0 737857256 346759168 51988 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 84658 51988 737 445 0 78203 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 338632

[startup+282.301 s]
/proc/loadavg: 3.17 2.94 3.08 4/443 30823
/proc/meminfo: memFree=22385036/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=406988 CPUtime=282.3 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 55020 0 0 0 28221 9 0 0 25 0 1 0 737857256 416755712 52485 33554432000 4194304 6014671 140736567235568 18446744073709551615 4378125 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 101747 52485 730 445 0 95292 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 406988

[startup+342.301 s]
/proc/loadavg: 3.10 2.96 3.08 4/443 30824
/proc/meminfo: memFree=22337276/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=406988 CPUtime=342.3 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 57496 0 0 0 34220 10 0 0 25 0 1 0 737857256 416755712 54961 33554432000 4194304 6014671 140736567235568 18446744073709551615 4422573 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 101747 54961 730 445 0 95292 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 406988

[startup+402.301 s]
/proc/loadavg: 3.03 2.97 3.07 4/443 30826
/proc/meminfo: memFree=22210036/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=406988 CPUtime=402.3 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 67045 0 0 0 40218 12 0 0 25 0 1 0 737857256 416755712 64507 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 101747 64507 727 445 0 95292 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 406988

[startup+462.301 s]
/proc/loadavg: 3.14 3.00 3.08 4/443 30827
/proc/meminfo: memFree=22133872/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=406988 CPUtime=462.3 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 69384 0 0 0 46218 12 0 0 25 0 1 0 737857256 416755712 66846 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 101747 66846 727 445 0 95292 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 406988

[startup+522.3 s]
/proc/loadavg: 3.10 3.01 3.08 4/443 30829
/proc/meminfo: memFree=22122684/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=406988 CPUtime=522.31 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 69909 0 0 0 52218 13 0 0 25 0 1 0 737857256 416755712 67371 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 101747 67371 727 445 0 95292 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 406988

[startup+582.3 s]
/proc/loadavg: 3.04 3.01 3.07 4/443 30831
/proc/meminfo: memFree=22103320/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=406988 CPUtime=582.31 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 72999 0 0 0 58218 13 0 0 25 0 1 0 737857256 416755712 70424 33554432000 4194304 6014671 140736567235568 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 101747 70424 725 445 0 95292 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 406988

[startup+642.3 s]
/proc/loadavg: 3.01 3.00 3.07 4/443 30832
/proc/meminfo: memFree=22063252/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=490888 CPUtime=642.33 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 79477 0 0 0 64218 15 0 0 25 0 1 0 737857256 502669312 76902 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 122722 76902 725 445 0 116267 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 490888

[startup+702.301 s]
/proc/loadavg: 3.00 3.00 3.06 4/443 30834
/proc/meminfo: memFree=21950768/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=490888 CPUtime=702.31 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 89758 0 0 0 70214 17 0 0 25 0 1 0 737857256 502669312 87183 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 122722 87183 725 445 0 116267 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 490888

[startup+762.317 s]
/proc/loadavg: 3.00 3.00 3.06 4/443 30835
/proc/meminfo: memFree=21947884/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=490888 CPUtime=762.33 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 89758 0 0 0 76215 18 0 0 25 0 1 0 737857256 502669312 87183 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 122722 87183 725 445 0 116267 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 490888

[startup+822.301 s]
/proc/loadavg: 3.10 3.03 3.06 4/443 30837
/proc/meminfo: memFree=21951960/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=490888 CPUtime=822.32 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 89759 0 0 0 82214 18 0 0 25 0 1 0 737857256 502669312 87184 33554432000 4194304 6014671 140736567235568 18446744073709551615 4425388 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 122722 87184 725 445 0 116267 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 490888

[startup+882.301 s]
/proc/loadavg: 3.03 3.02 3.05 4/443 30839
/proc/meminfo: memFree=21938044/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=490888 CPUtime=882.32 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 89857 0 0 0 88214 18 0 0 25 0 1 0 737857256 502669312 87282 33554432000 4194304 6014671 140736567235568 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 122722 87282 725 445 0 116267 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 490888

[startup+942.301 s]
/proc/loadavg: 3.01 3.02 3.05 4/443 30840
/proc/meminfo: memFree=21920908/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=666376 CPUtime=942.32 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 92700 0 0 0 94213 19 0 0 25 0 1 0 737857256 682369024 90125 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 166594 90125 725 445 0 160139 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 666376

[startup+1002.3 s]
/proc/loadavg: 3.00 3.01 3.04 4/443 30842
/proc/meminfo: memFree=21885280/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=666376 CPUtime=1002.32 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 92700 0 0 0 100213 19 0 0 25 0 1 0 737857256 682369024 90125 33554432000 4194304 6014671 140736567235568 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 166594 90125 725 445 0 160139 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 666376

[startup+1062.3 s]
/proc/loadavg: 3.03 3.02 3.04 4/443 30843
/proc/meminfo: memFree=21874092/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=666376 CPUtime=1062.32 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 92700 0 0 0 106213 19 0 0 25 0 1 0 737857256 682369024 90125 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 166594 90125 725 445 0 160139 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 666376

[startup+1122.3 s]
/proc/loadavg: 3.01 3.02 3.04 4/443 30845
/proc/meminfo: memFree=21860792/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=666376 CPUtime=1122.33 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 93099 0 0 0 112214 19 0 0 25 0 1 0 737857256 682369024 90524 33554432000 4194304 6014671 140736567235568 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 166594 90524 725 445 0 160139 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 666376

[startup+1182.3 s]
/proc/loadavg: 3.00 3.01 3.03 4/443 30847
/proc/meminfo: memFree=21852952/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=666376 CPUtime=1182.32 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 94043 0 0 0 118213 19 0 0 25 0 1 0 737857256 682369024 91468 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 166594 91468 725 445 0 160139 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 666376

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.02 4/443 30848
/proc/meminfo: memFree=21812748/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=666376 CPUtime=1242.33 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 103427 0 0 0 124211 22 0 0 25 0 1 0 737857256 682369024 100852 33554432000 4194304 6014671 140736567235568 18446744073709551615 4629661 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 166594 100852 725 445 0 160139 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 666376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.13 3.03 3.03 4/443 30853
/proc/meminfo: memFree=21767624/32950928 swapFree=38710900/67111528
[pid=30776] ppid=30774 vsize=666376 CPUtime=1300.04 cores=0,2
/proc/30776/stat : 30776 (qutersat_releas) R 30774 30776 29649 0 -1 4202496 109233 0 0 0 129980 24 0 0 25 0 1 0 737857256 682369024 106658 33554432000 4194304 6014671 140736567235568 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/30776/statm: 166594 106658 725 445 0 160139 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 666376

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.08
CPU user time (s): 1299.81
CPU system time (s): 0.265959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 666376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109237
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2457

runsolver used 6.03708 second user time and 12.7571 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 18:17:46
IDJOB=3376776
IDBENCH=88215
IDSOLVER=1856
FILE ID=node113/3376776-1305476266
RUNJOBID= node113-1305476266-30755
PBS_JOBID= 13325322
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-3376776-1305476266/watcher-3376776-1305476266 -o /tmp/evaluation-result-3376776-1305476266/solver-3376776-1305476266 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376776-1305476266.cnf 297157591

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

MD5SUM BENCH= 02e75ad23aeadbf30b2a4fb3c21ae723
RANDOM SEED=297157591

node113.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.846
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.846
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.76
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.846
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.846
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.846
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23566988 kB
Buffers:        292328 kB
Cached:        3251556 kB
SwapCached:      93704 kB
Active:        2123756 kB
Inactive:      6967112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23566988 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:            5436 kB
Writeback:           0 kB
AnonPages:     5465200 kB
Mapped:          22520 kB
Slab:           123628 kB
PageTables:     102236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 129986068 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= 73384 MiB
End job on node113 at 2011-05-15 18:39:28