Trace number 3376612

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.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.01	c Set FPU double precision.
0.29/0.38	c Parse Cnf success: #var: 3420 #clause: 1120760
0.29/0.38	c Find Units :          0
0.39/0.46	c Find Invs  :          0
0.39/0.46	c Find Ands  :       3420 AvgFaninNum: 56.7316
0.39/0.46	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.46	c Find Ite   :          0
0.39/0.46	c UnDirect variable: 0
0.39/0.46	c UnDirect to Direct Gate: 0
0.39/0.46	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.47	c Break Cycle : 3360
0.39/0.47	c Total Root : 0 Undef Var: 3360
0.39/0.47	c After covering, Total Root: 60 Leaf: 3360
0.39/0.47	c Variable( cover/uncovered/unused ): 3420 0 0
0.39/0.47	c Unit Clauses: 0
0.39/0.47	c Binary Clauses( cover/uncovered ): 3360 1117340
0.39/0.47	c Clauses( cover/uncovered ): 60 0
0.39/0.47	c Total Clauses( cover/uncovered ): 3420 1117340 0.30515%
0.39/0.47	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
1.00/1.03	c Uncover Clauses avg size: 2 max size: 2
1.00/1.05	c Final circuit: i/l/o/s    3360       0 1117340   1120640
1.00/1.05	c CnfToAig: Time: 1.04 s
1.49/1.51	c TmMap: Set choices finish.
1.99/2.02	c TmMap: Set big and: 1117400
1.99/2.02	c TmMap: Origin: 1124001 ClauseNum: 3361920 --> New: 1120761 ClauseNum: 3355440
1.99/2.02	c TmMap: Time: 0.57
2.10/2.17	c Try to Add: #clause: 2234800 #xorclause: 0
2.29/2.31	c #var: 3420 #clauses: 61 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/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-3376612-1305476266/watcher-3376612-1305476266 -o /tmp/evaluation-result-3376612-1305476266/solver-3376612-1305476266 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376612-1305476266.cnf 297157591 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.10 2.48 3.02 4/448 30797
/proc/meminfo: memFree=23382432/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=35436 CPUtime=0.01 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 2606 0 0 0 1 0 0 0 21 0 1 0 737857312 36286464 2542 33554432000 4194304 6014671 140736026014672 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 8859 2543 378 445 0 2404 0

[startup+0.047958 s]
/proc/loadavg: 1.10 2.48 3.02 4/448 30797
/proc/meminfo: memFree=23382432/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=43628 CPUtime=0.03 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 4620 0 0 0 3 0 0 0 21 0 1 0 737857312 44675072 4556 33554432000 4194304 6014671 140736026014672 18446744073709551615 4803478 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 10907 4557 378 445 0 4452 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 43628

[startup+0.100955 s]
/proc/loadavg: 1.10 2.48 3.02 4/448 30797
/proc/meminfo: memFree=23382432/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=55916 CPUtime=0.09 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 7551 0 0 0 8 1 0 0 21 0 1 0 737857312 57257984 7487 33554432000 4194304 6014671 140736026014672 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 13979 7487 378 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.30093 s]
/proc/loadavg: 1.10 2.48 3.02 4/448 30797
/proc/meminfo: memFree=23382432/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=129772 CPUtime=0.29 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 23766 0 0 0 26 3 0 0 22 0 1 0 737857312 132886528 23703 33554432000 4194304 6014671 140736026014672 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 32443 23734 378 445 0 25988 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 129772

[startup+0.700847 s]
/proc/loadavg: 1.10 2.48 3.02 4/448 30797
/proc/meminfo: memFree=23382432/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=154348 CPUtime=0.69 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 25462 0 0 0 66 3 0 0 18 0 1 0 737857312 158052352 25398 33554432000 4194304 6014671 140736026014672 18446744073709551615 4334581 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 38587 25398 398 445 0 32132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154348

[startup+1.5007 s]
/proc/loadavg: 1.33 2.50 3.02 5/449 30798
/proc/meminfo: memFree=23144716/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=335452 CPUtime=1.49 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 76100 0 0 0 140 9 0 0 19 0 1 0 737857312 343502848 76036 33554432000 4194304 6014671 140736026014672 18446744073709551615 4229980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 83863 76036 669 445 0 77408 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 335452

[startup+3.10041 s]
/proc/loadavg: 1.33 2.50 3.02 5/449 30798
/proc/meminfo: memFree=22893492/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=475996 CPUtime=3.09 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 103713 0 0 0 297 12 0 0 22 0 1 0 737857312 487419904 103626 33554432000 4194304 6014671 140736026014672 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 118999 103626 713 445 0 112544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 475996

[startup+6.3008 s]
/proc/loadavg: 1.33 2.50 3.02 5/449 30798
/proc/meminfo: memFree=22878932/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=475996 CPUtime=6.29 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 103810 0 0 0 617 12 0 0 25 0 1 0 737857312 487419904 103634 33554432000 4194304 6014671 140736026014672 18446744073709551615 4376723 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 118999 103634 721 445 0 112544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 475996

[startup+12.7006 s]
/proc/loadavg: 1.74 2.55 3.03 5/449 30798
/proc/meminfo: memFree=22844124/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=475996 CPUtime=12.69 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 103814 0 0 0 1257 12 0 0 25 0 1 0 737857312 487419904 103638 33554432000 4194304 6014671 140736026014672 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 118999 103638 725 445 0 112544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 475996

[startup+25.5012 s]
/proc/loadavg: 2.09 2.60 3.04 5/449 30799
/proc/meminfo: memFree=22793256/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=475996 CPUtime=25.49 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 103814 0 0 0 2537 12 0 0 25 0 1 0 737857312 487419904 103638 33554432000 4194304 6014671 140736026014672 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 118999 103638 725 445 0 112544 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 475996

[startup+51.1005 s]
/proc/loadavg: 2.84 2.73 3.07 5/449 30800
/proc/meminfo: memFree=22695936/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=475996 CPUtime=51.09 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 103814 0 0 0 5097 12 0 0 25 0 1 0 737857312 487419904 103638 33554432000 4194304 6014671 140736026014672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 118999 103638 725 445 0 112544 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 475996

[startup+102.317 s]
/proc/loadavg: 3.01 2.80 3.08 4/443 30818
/proc/meminfo: memFree=22709704/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=702204 CPUtime=102.31 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 106722 0 0 0 10218 13 0 0 25 0 1 0 737857312 719056896 103820 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 175551 103820 725 445 0 169096 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 702204

[startup+162.301 s]
/proc/loadavg: 3.00 2.83 3.07 4/443 30819
/proc/meminfo: memFree=22658736/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=702204 CPUtime=162.29 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 108159 0 0 0 16216 13 0 0 25 0 1 0 737857312 719056896 105257 33554432000 4194304 6014671 140736026014672 18446744073709551615 4537296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 175551 105257 725 445 0 169096 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 702204

[startup+222.301 s]
/proc/loadavg: 3.16 2.89 3.08 4/443 30821
/proc/meminfo: memFree=22483260/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=802604 CPUtime=222.3 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 122521 0 0 0 22215 15 0 0 25 0 1 0 737857312 821866496 119619 33554432000 4194304 6014671 140736026014672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 200651 119619 725 445 0 194196 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 802604

[startup+282.301 s]
/proc/loadavg: 3.17 2.94 3.08 4/443 30823
/proc/meminfo: memFree=22385036/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=802604 CPUtime=282.3 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 135668 0 0 0 28213 17 0 0 25 0 1 0 737857312 821866496 132766 33554432000 4194304 6014671 140736026014672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 200651 132766 725 445 0 194196 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 802604

[startup+342.301 s]
/proc/loadavg: 3.10 2.96 3.08 4/443 30824
/proc/meminfo: memFree=22337276/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=802604 CPUtime=342.3 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 142763 0 0 0 34212 18 0 0 25 0 1 0 737857312 821866496 139861 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 200651 139861 785 445 0 194196 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 802604

[startup+402.3 s]
/proc/loadavg: 3.03 2.97 3.07 4/443 30826
/proc/meminfo: memFree=22200736/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=802604 CPUtime=402.3 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 142977 0 0 0 40212 18 0 0 25 0 1 0 737857312 821866496 140075 33554432000 4194304 6014671 140736026014672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 200651 140075 785 445 0 194196 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 802604

[startup+462.3 s]
/proc/loadavg: 3.14 3.00 3.08 4/443 30827
/proc/meminfo: memFree=22133872/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=802604 CPUtime=462.31 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 146737 0 0 0 46211 20 0 0 25 0 1 0 737857312 821866496 143834 33554432000 4194304 6014671 140736026014672 18446744073709551615 4537125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 200651 143834 785 445 0 194196 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 802604

[startup+522.301 s]
/proc/loadavg: 3.10 3.01 3.08 4/443 30829
/proc/meminfo: memFree=22122684/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=802604 CPUtime=522.3 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 148645 0 0 0 52210 20 0 0 25 0 1 0 737857312 821866496 145686 33554432000 4194304 6014671 140736026014672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 200651 145686 785 445 0 194196 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 802604

[startup+582.301 s]
/proc/loadavg: 3.04 3.01 3.07 4/443 30831
/proc/meminfo: memFree=22102700/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=802604 CPUtime=582.31 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 149572 0 0 0 58210 21 0 0 25 0 1 0 737857312 821866496 146555 33554432000 4194304 6014671 140736026014672 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 200651 146555 785 445 0 194196 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 802604

[startup+642.301 s]
/proc/loadavg: 3.01 3.00 3.07 4/443 30832
/proc/meminfo: memFree=22063128/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=642.32 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 153036 0 0 0 64211 21 0 0 25 0 1 0 737857312 934158336 149965 33554432000 4194304 6014671 140736026014672 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 149965 785 445 0 221611 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 912264

[startup+702.301 s]
/proc/loadavg: 3.00 3.00 3.06 4/443 30834
/proc/meminfo: memFree=21950396/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=702.32 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 171166 0 0 0 70207 25 0 0 25 0 1 0 737857312 934158336 167950 33554432000 4194304 6014671 140736026014672 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 167950 733 445 0 221611 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 912264

[startup+762.317 s]
/proc/loadavg: 3.00 3.00 3.06 4/443 30835
/proc/meminfo: memFree=21947884/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=762.33 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 171518 0 0 0 76208 25 0 0 25 0 1 0 737857312 934158336 168200 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 168200 733 445 0 221611 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 912264

[startup+822.301 s]
/proc/loadavg: 3.10 3.03 3.06 4/443 30837
/proc/meminfo: memFree=21951960/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=822.31 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 176605 0 0 0 82206 25 0 0 25 0 1 0 737857312 934158336 166411 33554432000 4194304 6014671 140736026014672 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 166411 733 445 0 221611 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 912264

[startup+882.301 s]
/proc/loadavg: 3.03 3.02 3.05 4/443 30839
/proc/meminfo: memFree=21938044/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=882.32 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 177723 0 0 0 88206 26 0 0 25 0 1 0 737857312 934158336 167529 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 167529 733 445 0 221611 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 912264

[startup+942.3 s]
/proc/loadavg: 3.01 3.02 3.05 4/443 30840
/proc/meminfo: memFree=21920908/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=942.32 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 178801 0 0 0 94206 26 0 0 25 0 1 0 737857312 934158336 168607 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 168607 733 445 0 221611 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 912264

[startup+1002.3 s]
/proc/loadavg: 3.00 3.01 3.04 4/443 30842
/proc/meminfo: memFree=21885280/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=1002.32 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 179173 0 0 0 100206 26 0 0 25 0 1 0 737857312 934158336 168979 33554432000 4194304 6014671 140736026014672 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 168979 733 445 0 221611 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 912264

[startup+1062.3 s]
/proc/loadavg: 3.03 3.02 3.04 4/443 30843
/proc/meminfo: memFree=21874092/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=1062.32 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 179982 0 0 0 106206 26 0 0 25 0 1 0 737857312 934158336 169788 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 169788 733 445 0 221611 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 912264

[startup+1122.3 s]
/proc/loadavg: 3.01 3.02 3.04 4/443 30845
/proc/meminfo: memFree=21860792/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=1122.33 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 180516 0 0 0 112206 27 0 0 25 0 1 0 737857312 934158336 170322 33554432000 4194304 6014671 140736026014672 18446744073709551615 4423378 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 170322 733 445 0 221611 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 912264

[startup+1182.3 s]
/proc/loadavg: 3.00 3.01 3.03 4/443 30847
/proc/meminfo: memFree=21852952/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=1182.33 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 180879 0 0 0 118206 27 0 0 25 0 1 0 737857312 934158336 170685 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 170685 733 445 0 221611 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 912264

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 3.02 4/443 30848
/proc/meminfo: memFree=21812748/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=1242.33 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 181049 0 0 0 124206 27 0 0 25 0 1 0 737857312 934158336 170855 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 170855 733 445 0 221611 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 912264



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.13 3.03 3.03 2/439 30855
/proc/meminfo: memFree=22851664/32950928 swapFree=38710900/67111528
[pid=30797] ppid=30795 vsize=912264 CPUtime=1300.05 cores=4,6
/proc/30797/stat : 30797 (qutersat_releas) R 30795 30797 29649 0 -1 4202496 181482 0 0 0 129978 27 0 0 25 0 1 0 737857312 934158336 171288 33554432000 4194304 6014671 140736026014672 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/30797/statm: 228066 171288 733 445 0 221611 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 912264

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.78
CPU system time (s): 0.302953
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 912264

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

runsolver used 5.97409 second user time and 12.8131 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 18:17:46
IDJOB=3376612
IDBENCH=88217
IDSOLVER=1856
FILE ID=node113/3376612-1305476266
RUNJOBID= node113-1305476266-30756
PBS_JOBID= 13325322
Free space on /tmp= 73384 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p15-s1351253.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376612-1305476266/watcher-3376612-1305476266 -o /tmp/evaluation-result-3376612-1305476266/solver-3376612-1305476266 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376612-1305476266.cnf 297157591

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
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:      23382580 kB
Buffers:        292372 kB
Cached:        3274792 kB
SwapCached:      93704 kB
Active:        2308608 kB
Inactive:      6965900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23382580 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:           27940 kB
Writeback:           0 kB
AnonPages:     5625832 kB
Mapped:          27176 kB
Slab:           124408 kB
PageTables:     102624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130193196 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= 73396 MiB
End job on node113 at 2011-05-15 18:39:28