Trace number 3376613

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
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.39	c Parse Cnf success: #var: 3672 #clause: 1163952
0.29/0.39	c Find Units :          0
0.39/0.47	c Find Invs  :          0
0.39/0.48	c Find Ands  :       3672 AvgFaninNum: 60.2418
0.39/0.48	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.48	c Find Ite   :          0
0.39/0.48	c UnDirect variable: 0
0.39/0.48	c UnDirect to Direct Gate: 0
0.39/0.48	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.48	c Break Cycle : 3612
0.39/0.48	c Total Root : 0 Undef Var: 3612
0.39/0.49	c After covering, Total Root: 60 Leaf: 3612
0.39/0.49	c Variable( cover/uncovered/unused ): 3672 0 0
0.39/0.49	c Unit Clauses: 0
0.39/0.49	c Binary Clauses( cover/uncovered ): 3612 1160280
0.39/0.49	c Clauses( cover/uncovered ): 60 0
0.39/0.49	c Total Clauses( cover/uncovered ): 3672 1160280 0.315477%
0.39/0.49	c Covered Ands: 60 Invs: 0 Xors: 0 Ites: 0
1.00/1.07	c Uncover Clauses avg size: 2 max size: 2
1.00/1.09	c Final circuit: i/l/o/s    3612       0 1160280   1163832
1.00/1.09	c CnfToAig: Time: 1.08 s
1.49/1.58	c TmMap: Set choices finish.
1.99/2.11	c TmMap: Set big and: 1160340
1.99/2.11	c TmMap: Origin: 1167445 ClauseNum: 3491496 --> New: 1163953 ClauseNum: 3484512
1.99/2.11	c TmMap: Time: 0.59
2.21/2.27	c Try to Add: #clause: 2320680 #xorclause: 0
2.39/2.41	c #var: 3672 #clauses: 61 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-3376613-1305476216/watcher-3376613-1305476216 -o /tmp/evaluation-result-3376613-1305476216/solver-3376613-1305476216 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376613-1305476216.cnf 960393924 

running on 2 cores: 1,3

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.47 3.69 4/448 31904
/proc/meminfo: memFree=16376788/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=35436 CPUtime=0.01 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 2622 0 0 0 1 0 0 0 25 0 1 0 659219618 36286464 2558 33554432000 4194304 6014671 140736317173440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 8859 2559 378 445 0 2404 0

[startup+0.0656141 s]
/proc/loadavg: 3.95 3.47 3.69 4/448 31904
/proc/meminfo: memFree=16376788/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=55916 CPUtime=0.06 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 5418 0 0 0 5 1 0 0 25 0 1 0 659219618 57257984 5355 33554432000 4194304 6014671 140736317173440 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 13979 5384 378 445 0 7524 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 55916

[startup+0.100597 s]
/proc/loadavg: 3.95 3.47 3.69 4/448 31904
/proc/meminfo: memFree=16376788/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=55916 CPUtime=0.09 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 7525 0 0 0 8 1 0 0 25 0 1 0 659219618 57257984 7461 33554432000 4194304 6014671 140736317173440 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 13979 7461 378 445 0 7524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55916

[startup+0.300559 s]
/proc/loadavg: 3.95 3.47 3.69 4/448 31904
/proc/meminfo: memFree=16376788/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=130284 CPUtime=0.29 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 19658 0 0 0 26 3 0 0 25 0 1 0 659219618 133410816 19595 33554432000 4194304 6014671 140736317173440 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 32571 19623 378 445 0 26116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 130284

[startup+0.700491 s]
/proc/loadavg: 3.95 3.47 3.69 4/448 31904
/proc/meminfo: memFree=16376788/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=130284 CPUtime=0.69 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 24653 0 0 0 66 3 0 0 25 0 1 0 659219618 133410816 24589 33554432000 4194304 6014671 140736317173440 18446744073709551615 4234767 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 32571 24589 398 445 0 26116 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130284

[startup+1.50035 s]
/proc/loadavg: 3.95 3.47 3.69 5/449 31905
/proc/meminfo: memFree=16212740/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=299256 CPUtime=1.49 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 68829 0 0 0 141 8 0 0 25 0 1 0 659219618 306438144 68765 33554432000 4194304 6014671 140736317173440 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 74814 68767 668 445 0 68359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299256

[startup+3.10107 s]
/proc/loadavg: 3.95 3.47 3.69 5/449 31905
/proc/meminfo: memFree=15940808/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=486952 CPUtime=3.09 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 108705 0 0 0 297 12 0 0 25 0 1 0 659219618 498638848 108607 33554432000 4194304 6014671 140736317173440 18446744073709551615 4368675 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 121738 108607 710 445 0 115283 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 486952

[startup+6.30051 s]
/proc/loadavg: 3.96 3.48 3.69 5/449 31905
/proc/meminfo: memFree=15938284/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=486952 CPUtime=6.29 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 108746 0 0 0 617 12 0 0 25 0 1 0 659219618 498638848 108618 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 121738 108618 721 445 0 115283 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 486952

[startup+12.7004 s]
/proc/loadavg: 3.96 3.49 3.69 5/449 31906
/proc/meminfo: memFree=15933576/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=486952 CPUtime=12.69 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 108750 0 0 0 1257 12 0 0 25 0 1 0 659219618 498638848 108622 33554432000 4194304 6014671 140736317173440 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 121738 108622 725 445 0 115283 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 486952

[startup+25.5001 s]
/proc/loadavg: 4.13 3.55 3.71 5/449 31906
/proc/meminfo: memFree=15930892/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=486952 CPUtime=25.49 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 108750 0 0 0 2537 12 0 0 25 0 1 0 659219618 498638848 108622 33554432000 4194304 6014671 140736317173440 18446744073709551615 4537196 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 121738 108622 725 445 0 115283 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 486952

[startup+51.1006 s]
/proc/loadavg: 4.22 3.62 3.72 5/449 31907
/proc/meminfo: memFree=15917008/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=486952 CPUtime=51.09 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 108786 0 0 0 5097 12 0 0 25 0 1 0 659219618 498638848 108622 33554432000 4194304 6014671 140736317173440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 121738 108622 725 445 0 115283 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 486952

[startup+102.317 s]
/proc/loadavg: 4.24 3.71 3.75 5/449 31908
/proc/meminfo: memFree=15931600/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=578008 CPUtime=102.3 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 123025 0 0 0 10216 14 0 0 25 0 1 0 659219618 591880192 96079 33554432000 4194304 6014671 140736317173440 18446744073709551615 4425291 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 144502 96079 725 445 0 138047 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 578008

[startup+162.3 s]
/proc/loadavg: 4.09 3.76 3.76 5/449 31910
/proc/meminfo: memFree=15843520/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=658548 CPUtime=162.29 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 138884 0 0 0 16212 17 0 0 25 0 1 0 659219618 674353152 111938 33554432000 4194304 6014671 140736317173440 18446744073709551615 228244045579 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 164637 111938 725 445 0 158182 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 658548

[startup+222.301 s]
/proc/loadavg: 4.03 3.80 3.77 5/449 31911
/proc/meminfo: memFree=15783948/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=823056 CPUtime=222.29 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 143289 0 0 0 22211 18 0 0 25 0 1 0 659219618 842809344 116343 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 205764 116343 725 445 0 199309 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 823056

[startup+282.301 s]
/proc/loadavg: 4.01 3.83 3.78 5/449 31913
/proc/meminfo: memFree=15761356/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=823056 CPUtime=282.3 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 145569 0 0 0 28211 19 0 0 25 0 1 0 659219618 842809344 118623 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 205764 118623 725 445 0 199309 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 823056

[startup+342.301 s]
/proc/loadavg: 4.00 3.86 3.79 5/449 31914
/proc/meminfo: memFree=15669808/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=342.29 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 160950 0 0 0 34208 21 0 0 25 0 1 0 659219618 943386624 133998 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 133998 725 445 0 223864 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 921276

[startup+402.301 s]
/proc/loadavg: 4.00 3.88 3.80 5/449 31916
/proc/meminfo: memFree=15620916/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=402.29 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 162709 0 0 0 40208 21 0 0 25 0 1 0 659219618 943386624 135757 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 135757 725 445 0 223864 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 921276

[startup+462.3 s]
/proc/loadavg: 4.00 3.90 3.82 5/449 31918
/proc/meminfo: memFree=15557268/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=462.3 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 174339 0 0 0 46207 23 0 0 25 0 1 0 659219618 943386624 147364 33554432000 4194304 6014671 140736317173440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 147364 725 445 0 223864 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 921276

[startup+522.301 s]
/proc/loadavg: 4.10 3.95 3.83 5/449 31919
/proc/meminfo: memFree=15466356/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=522.3 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 187823 0 0 0 52205 25 0 0 25 0 1 0 659219618 943386624 160794 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 160794 725 445 0 223864 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 921276

[startup+582.3 s]
/proc/loadavg: 4.08 3.97 3.85 5/449 31921
/proc/meminfo: memFree=15461472/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=582.3 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 188097 0 0 0 58205 25 0 0 25 0 1 0 659219618 943386624 160998 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 160998 725 445 0 223864 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 921276

[startup+642.301 s]
/proc/loadavg: 4.30 4.06 3.88 5/449 31922
/proc/meminfo: memFree=15434156/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=642.32 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 189882 0 0 0 64207 25 0 0 25 0 1 0 659219618 943386624 162726 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 162726 725 445 0 223864 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 921276

[startup+702.3 s]
/proc/loadavg: 4.18 4.08 3.90 5/449 31924
/proc/meminfo: memFree=15423076/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=702.31 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 198100 0 0 0 70202 29 0 0 25 0 1 0 659219618 943386624 170848 33554432000 4194304 6014671 140736317173440 18446744073709551615 4372140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 170848 725 445 0 223864 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 921276

[startup+762.317 s]
/proc/loadavg: 4.07 4.06 3.91 5/449 31926
/proc/meminfo: memFree=15417600/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=762.32 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 199449 0 0 0 76203 29 0 0 25 0 1 0 659219618 943386624 172082 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 172082 725 445 0 223864 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 921276

[startup+822.3 s]
/proc/loadavg: 4.02 4.05 3.91 5/449 31927
/proc/meminfo: memFree=15378240/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=822.3 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 203967 0 0 0 82201 29 0 0 25 0 1 0 659219618 943386624 176556 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 176556 725 445 0 223864 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 921276

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 3.91 5/449 31929
/proc/meminfo: memFree=15362696/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=882.3 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 204195 0 0 0 88201 29 0 0 25 0 1 0 659219618 943386624 176739 33554432000 4194304 6014671 140736317173440 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 176739 725 445 0 223864 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 921276

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 3.91 5/449 31930
/proc/meminfo: memFree=15361408/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=942.31 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 204197 0 0 0 94201 30 0 0 25 0 1 0 659219618 943386624 176589 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 176589 725 445 0 223864 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 921276

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/449 31932
/proc/meminfo: memFree=15344508/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=921276 CPUtime=1002.31 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 206472 0 0 0 100201 30 0 0 25 0 1 0 659219618 943386624 178864 33554432000 4194304 6014671 140736317173440 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 230319 178864 725 445 0 223864 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 921276

[startup+1062.3 s]
/proc/loadavg: 4.13 4.05 3.92 5/449 31934
/proc/meminfo: memFree=15330716/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=1039732 CPUtime=1062.31 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 218522 0 0 0 106198 33 0 0 25 0 1 0 659219618 1064685568 180425 33554432000 4194304 6014671 140736317173440 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 259933 180425 725 445 0 253478 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1039732

[startup+1122.3 s]
/proc/loadavg: 4.11 4.05 3.93 5/449 31935
/proc/meminfo: memFree=15291748/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=1039732 CPUtime=1122.31 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 227093 0 0 0 112197 34 0 0 25 0 1 0 659219618 1064685568 188996 33554432000 4194304 6014671 140736317173440 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 259933 188996 725 445 0 253478 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1039732

[startup+1182.3 s]
/proc/loadavg: 2.67 3.69 3.81 2/431 31991
/proc/meminfo: memFree=15878636/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=1039732 CPUtime=1182.31 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 234624 0 0 0 118196 35 0 0 25 0 1 0 659219618 1064685568 196527 33554432000 4194304 6014671 140736317173440 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 259933 196527 725 445 0 253478 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1039732

[startup+1242.3 s]
/proc/loadavg: 1.65 3.21 3.64 2/431 31992
/proc/meminfo: memFree=15877876/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=1039732 CPUtime=1242.31 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 234624 0 0 0 124196 35 0 0 25 0 1 0 659219618 1064685568 196527 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 259933 196527 725 445 0 253478 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1039732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.24 2.81 3.47 2/431 31994
/proc/meminfo: memFree=15877856/32951124 swapFree=67082160/67111528
[pid=31904] ppid=31902 vsize=1039732 CPUtime=1300.03 cores=1,3
/proc/31904/stat : 31904 (qutersat_releas) R 31902 31904 30415 0 -1 4202496 234632 0 0 0 129968 35 0 0 25 0 1 0 659219618 1064685568 196535 33554432000 4194304 6014671 140736317173440 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31904/statm: 259933 196535 725 445 0 253478 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1039732

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.05
CPU time (s): 1300.08
CPU user time (s): 1299.69
CPU system time (s): 0.38894
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1039732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.69
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234636
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= 2325

runsolver used 4.94225 second user time and 13.8989 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 18:16:57
IDJOB=3376613
IDBENCH=88203
IDSOLVER=1856
FILE ID=node136/3376613-1305476216
RUNJOBID= node136-1305476056-31619
PBS_JOBID= 13325320
Free space on /tmp= 72980 MiB

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

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=960393924

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.76
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.83
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      16376944 kB
Buffers:        324488 kB
Cached:        5919008 kB
SwapCached:       2732 kB
Active:       11861728 kB
Inactive:      4350428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16376944 kB
SwapTotal:    67111528 kB
SwapFree:     67082160 kB
Dirty:           16884 kB
Writeback:           0 kB
AnonPages:     9966572 kB
Mapped:          40628 kB
Slab:           241772 kB
PageTables:      53828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122805372 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= 72984 MiB
End job on node136 at 2011-05-15 18:38:39