Trace number 3376595

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84587
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.04	c Parse Cnf success: #var: 1295 #clause: 148400
0.00/0.04	c Find Units :          0
0.00/0.05	c Find Invs  :          0
0.00/0.05	c Find Ands  :       1295 AvgFaninNum: 36
0.00/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.05	c Find Ite   :          0
0.00/0.05	c UnDirect variable: 0
0.00/0.05	c UnDirect to Direct Gate: 0
0.00/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.05	c Break Cycle : 1260
0.00/0.05	c Total Root : 0 Undef Var: 1260
0.00/0.05	c After covering, Total Root: 35 Leaf: 1260
0.00/0.05	c Variable( cover/uncovered/unused ): 1295 0 0
0.00/0.05	c Unit Clauses: 0
0.00/0.05	c Binary Clauses( cover/uncovered ): 1260 147105
0.00/0.05	c Clauses( cover/uncovered ): 35 0
0.00/0.05	c Total Clauses( cover/uncovered ): 1295 147105 0.872642%
0.00/0.05	c Covered Ands: 35 Invs: 0 Xors: 0 Ites: 0
0.09/0.12	c Uncover Clauses avg size: 2 max size: 2
0.09/0.12	c Final circuit: i/l/o/s    1260       0  147105    148330
0.09/0.12	c CnfToAig: Time: 0.12 s
0.19/0.20	c TmMap: Set choices finish.
0.19/0.26	c TmMap: Set big and: 147140
0.19/0.26	c TmMap: Origin: 149591 ClauseNum: 444990 --> New: 148401 ClauseNum: 442610
0.19/0.26	c TmMap: Time: 0.08
0.19/0.28	c Try to Add: #clause: 294280 #xorclause: 0
0.29/0.30	c #var: 1295 #clauses: 36 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376595-1305476276/watcher-3376595-1305476276 -o /tmp/evaluation-result-3376595-1305476276/solver-3376595-1305476276 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376595-1305476276.cnf 234304603 

running on 2 cores: 5,7

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.95 3.95 3.74 4/429 1803
/proc/meminfo: memFree=21157792/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=31844 CPUtime=0 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 1022 0 0 0 0 0 0 0 25 0 1 0 659225315 32608256 958 33554432000 4194304 6014671 140735836017408 18446744073709551615 212687369275 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1803/statm: 7961 969 305 445 0 1506 0

[startup+0.061364 s]
/proc/loadavg: 3.95 3.95 3.74 4/429 1803
/proc/meminfo: memFree=21157792/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=43628 CPUtime=0.05 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 4570 0 0 0 5 0 0 0 25 0 1 0 659225315 44675072 4506 33554432000 4194304 6014671 140735836017408 18446744073709551615 4334667 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 10907 4506 398 445 0 4452 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 43628

[startup+0.100358 s]
/proc/loadavg: 3.95 3.95 3.74 4/429 1803
/proc/meminfo: memFree=21157792/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=46700 CPUtime=0.09 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 5082 0 0 0 9 0 0 0 25 0 1 0 659225315 47820800 5018 33554432000 4194304 6014671 140735836017408 18446744073709551615 4276295 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 11675 5018 398 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300323 s]
/proc/loadavg: 3.95 3.95 3.74 4/429 1803
/proc/meminfo: memFree=21157792/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=94656 CPUtime=0.29 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 16971 0 0 0 27 2 0 0 25 0 1 0 659225315 96927744 16907 33554432000 4194304 6014671 140735836017408 18446744073709551615 4777823 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 23664 16907 691 445 0 17209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94656

[startup+0.700248 s]
/proc/loadavg: 3.95 3.95 3.74 4/429 1803
/proc/meminfo: memFree=21157792/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=94656 CPUtime=0.69 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 17000 0 0 0 67 2 0 0 25 0 1 0 659225315 96927744 16936 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 23664 16936 720 445 0 17209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94656

[startup+1.50112 s]
/proc/loadavg: 3.95 3.95 3.74 5/430 1804
/proc/meminfo: memFree=21091836/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=104872 CPUtime=1.49 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 17882 0 0 0 147 2 0 0 25 0 1 0 659225315 107388928 17818 33554432000 4194304 6014671 140735836017408 18446744073709551615 4386191 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 26218 17818 721 445 0 19763 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 104872

[startup+3.10081 s]
/proc/loadavg: 3.95 3.95 3.74 5/430 1804
/proc/meminfo: memFree=21083900/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=115624 CPUtime=3.09 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 18123 0 0 0 307 2 0 0 25 0 1 0 659225315 118398976 18059 33554432000 4194304 6014671 140735836017408 18446744073709551615 4537160 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 28906 18059 725 445 0 22451 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115624

[startup+6.30023 s]
/proc/loadavg: 3.96 3.95 3.74 5/430 1805
/proc/meminfo: memFree=21076716/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=115624 CPUtime=6.29 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 20356 0 0 0 627 2 0 0 25 0 1 0 659225315 118398976 20292 33554432000 4194304 6014671 140735836017408 18446744073709551615 4566298 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 28906 20292 725 445 0 22451 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115624

[startup+12.7011 s]
/proc/loadavg: 3.96 3.95 3.74 5/430 1805
/proc/meminfo: memFree=21037616/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=126772 CPUtime=12.69 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 21925 0 0 0 1267 2 0 0 25 0 1 0 659225315 129814528 21861 33554432000 4194304 6014671 140735836017408 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 31693 21861 725 445 0 25238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126772

[startup+25.5007 s]
/proc/loadavg: 4.04 3.97 3.75 5/430 1805
/proc/meminfo: memFree=20985664/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=161188 CPUtime=25.49 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 28522 0 0 0 2546 3 0 0 25 0 1 0 659225315 165056512 28458 33554432000 4194304 6014671 140735836017408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 40297 28458 725 445 0 33842 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161188

[startup+51.1011 s]
/proc/loadavg: 4.14 4.00 3.77 5/430 1806
/proc/meminfo: memFree=20873416/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=186448 CPUtime=51.09 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 35931 0 0 0 5104 5 0 0 25 0 1 0 659225315 190922752 35867 33554432000 4194304 6014671 140735836017408 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 46612 35867 725 445 0 40157 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 186448

[startup+102.316 s]
/proc/loadavg: 4.19 4.03 3.79 5/430 1807
/proc/meminfo: memFree=20743824/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=212960 CPUtime=102.31 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 39829 0 0 0 10225 6 0 0 25 0 1 0 659225315 218071040 39765 33554432000 4194304 6014671 140735836017408 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 53240 39765 725 445 0 46785 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 212960

[startup+162.301 s]
/proc/loadavg: 4.07 4.02 3.80 5/430 1809
/proc/meminfo: memFree=20690480/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=383176 CPUtime=162.29 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 43403 0 0 0 16223 6 0 0 25 0 1 0 659225315 392372224 43286 33554432000 4194304 6014671 140735836017408 18446744073709551615 4379388 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 95794 43286 725 445 0 89339 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 383176

[startup+222.301 s]
/proc/loadavg: 3.74 3.95 3.79 4/424 1827
/proc/meminfo: memFree=20794996/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=383176 CPUtime=222.3 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 46199 0 0 0 22223 7 0 0 25 0 1 0 659225315 392372224 45918 33554432000 4194304 6014671 140735836017408 18446744073709551615 4422798 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 95794 45918 725 445 0 89339 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 383176

[startup+282.301 s]
/proc/loadavg: 3.27 3.78 3.74 4/424 1829
/proc/meminfo: memFree=20739064/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=450316 CPUtime=282.3 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 56456 0 0 0 28221 9 0 0 25 0 1 0 659225315 461123584 55859 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 112579 55859 725 445 0 106124 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 450316

[startup+342.301 s]
/proc/loadavg: 3.10 3.63 3.69 4/424 1831
/proc/meminfo: memFree=20659680/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=450316 CPUtime=342.3 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 66807 0 0 0 34219 11 0 0 25 0 1 0 659225315 461123584 66193 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 112579 66193 732 445 0 106124 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 450316

[startup+402.301 s]
/proc/loadavg: 3.10 3.53 3.65 4/424 1832
/proc/meminfo: memFree=20662400/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=450316 CPUtime=402.3 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 69521 0 0 0 40218 12 0 0 25 0 1 0 659225315 461123584 64341 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 112579 64341 732 445 0 106124 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 450316

[startup+462.301 s]
/proc/loadavg: 3.04 3.43 3.60 4/424 1834
/proc/meminfo: memFree=20633864/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=529992 CPUtime=462.3 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 76512 0 0 0 46217 13 0 0 25 0 1 0 659225315 542711808 71330 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 132498 71330 730 445 0 126043 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 529992

[startup+522.301 s]
/proc/loadavg: 3.17 3.38 3.57 4/424 1835
/proc/meminfo: memFree=20604836/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=529992 CPUtime=522.3 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 79625 0 0 0 52217 13 0 0 25 0 1 0 659225315 542711808 74443 33554432000 4194304 6014671 140735836017408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 132498 74443 730 445 0 126043 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 529992

[startup+582.301 s]
/proc/loadavg: 3.13 3.33 3.54 4/424 1837
/proc/meminfo: memFree=20468176/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=529992 CPUtime=582.31 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 92687 0 0 0 58216 15 0 0 25 0 1 0 659225315 542711808 87504 33554432000 4194304 6014671 140735836017408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 132498 87504 786 445 0 126043 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 529992

[startup+642.3 s]
/proc/loadavg: 3.05 3.27 3.51 4/424 1839
/proc/meminfo: memFree=20334252/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=642.31 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 101389 0 0 0 64214 17 0 0 25 0 1 0 659225315 718135296 96206 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 96206 786 445 0 168871 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 701304

[startup+702.3 s]
/proc/loadavg: 3.05 3.23 3.48 4/424 1840
/proc/meminfo: memFree=20295916/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=702.31 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 102348 0 0 0 70214 17 0 0 25 0 1 0 659225315 718135296 97165 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 97165 786 445 0 168871 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 701304

[startup+762.315 s]
/proc/loadavg: 3.02 3.18 3.44 4/424 1842
/proc/meminfo: memFree=20252128/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=762.33 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 103798 0 0 0 76215 18 0 0 25 0 1 0 659225315 718135296 98615 33554432000 4194304 6014671 140735836017408 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 98615 786 445 0 168871 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 701304

[startup+822.3 s]
/proc/loadavg: 3.00 3.15 3.41 4/424 1843
/proc/meminfo: memFree=20228308/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=822.31 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 105122 0 0 0 82213 18 0 0 25 0 1 0 659225315 718135296 99939 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 99939 786 445 0 168871 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 701304

[startup+882.3 s]
/proc/loadavg: 3.00 3.12 3.38 4/424 1845
/proc/meminfo: memFree=20214400/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=882.31 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 106560 0 0 0 88213 18 0 0 25 0 1 0 659225315 718135296 101377 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 101377 786 445 0 168871 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 701304

[startup+942.3 s]
/proc/loadavg: 3.00 3.09 3.36 4/424 1847
/proc/meminfo: memFree=20185616/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=942.32 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 108465 0 0 0 94213 19 0 0 25 0 1 0 659225315 718135296 103134 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 103134 758 445 0 168871 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 701304

[startup+1002.3 s]
/proc/loadavg: 3.03 3.09 3.34 4/424 1848
/proc/meminfo: memFree=20176048/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=1002.32 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 111611 0 0 0 100213 19 0 0 25 0 1 0 659225315 718135296 106280 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 106280 758 445 0 168871 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 701304

[startup+1062.3 s]
/proc/loadavg: 3.01 3.07 3.31 4/424 1850
/proc/meminfo: memFree=20136104/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=1062.32 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 111711 0 0 0 106213 19 0 0 25 0 1 0 659225315 718135296 106380 33554432000 4194304 6014671 140735836017408 18446744073709551615 4369616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 106380 758 445 0 168871 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 701304

[startup+1122.3 s]
/proc/loadavg: 3.04 3.07 3.30 4/424 1851
/proc/meminfo: memFree=20108188/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=1122.32 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 111813 0 0 0 112213 19 0 0 25 0 1 0 659225315 718135296 106481 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 106481 758 445 0 168871 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 701304

[startup+1182.3 s]
/proc/loadavg: 3.17 3.10 3.29 4/424 1853
/proc/meminfo: memFree=20104824/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=1182.33 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 111975 0 0 0 118213 20 0 0 25 0 1 0 659225315 718135296 106598 33554432000 4194304 6014671 140735836017408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 106598 740 445 0 168871 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 701304

[startup+1242.3 s]
/proc/loadavg: 3.11 3.09 3.27 4/424 1855
/proc/meminfo: memFree=20098980/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=1242.33 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 112964 0 0 0 124213 20 0 0 25 0 1 0 659225315 718135296 107568 33554432000 4194304 6014671 140735836017408 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 107568 738 445 0 168871 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 701304



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.77 2.71 3.13 2/412 1892
/proc/meminfo: memFree=21316044/32951124 swapFree=67111348/67111528
[pid=1803] ppid=1801 vsize=701304 CPUtime=1300.03 cores=5,7
/proc/1803/stat : 1803 (qutersat_releas) R 1801 1803 605 0 -1 4202496 113304 0 0 0 129983 20 0 0 25 0 1 0 659225315 718135296 107873 33554432000 4194304 6014671 140735836017408 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1803/statm: 175326 107873 738 445 0 168871 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 701304

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.07
CPU user time (s): 1299.85
CPU system time (s): 0.225965
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 701304

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

runsolver used 5.18921 second user time and 12.5701 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 18:17:56
IDJOB=3376595
IDBENCH=88218
IDSOLVER=1856
FILE ID=node139/3376595-1305476276
RUNJOBID= node139-1305476218-1736
PBS_JOBID= 13325297
Free space on /tmp= 73360 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376595-1305476276/watcher-3376595-1305476276 -o /tmp/evaluation-result-3376595-1305476276/solver-3376595-1305476276 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376595-1305476276.cnf 234304603

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=234304603

node139.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.852
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.70
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.852
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.75
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:     32951124 kB
MemFree:      21158064 kB
Buffers:        330060 kB
Cached:        3060960 kB
SwapCached:          0 kB
Active:        9419316 kB
Inactive:      2058908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21158064 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3612 kB
Writeback:          24 kB
AnonPages:     8087340 kB
Mapped:          37936 kB
Slab:           204596 kB
PageTables:      45932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97714416 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= 73380 MiB
End job on node139 at 2011-05-15 18:39:38