Trace number 3421415

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) 5000.1 5000.26

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.089986
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
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.02/0.04	c Parse Cnf success: #var: 1244 #clause: 150604
0.02/0.04	c Find Units :          0
0.02/0.04	c Find Invs  :          0
0.02/0.05	c Find Ands  :       1244 AvgFaninNum: 34.6125
0.02/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.02/0.05	c Find Ite   :          0
0.02/0.05	c UnDirect variable: 0
0.02/0.05	c UnDirect to Direct Gate: 0
0.02/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.02/0.05	c Break Cycle : 1209
0.02/0.05	c Total Root : 0 Undef Var: 1209
0.02/0.05	c After covering, Total Root: 35 Leaf: 1209
0.02/0.05	c Variable( cover/uncovered/unused ): 1244 0 0
0.02/0.05	c Unit Clauses: 0
0.02/0.05	c Binary Clauses( cover/uncovered ): 1209 149360
0.02/0.05	c Clauses( cover/uncovered ): 35 0
0.02/0.05	c Total Clauses( cover/uncovered ): 1244 149360 0.826007%
0.02/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    1209       0  149360    150534
0.09/0.12	c CnfToAig: Time: 0.11 s
0.09/0.19	c TmMap: Set choices finish.
0.19/0.26	c TmMap: Set big and: 149395
0.19/0.26	c TmMap: Origin: 151744 ClauseNum: 451602 --> New: 150605 ClauseNum: 449324
0.19/0.26	c TmMap: Time: 0.07
0.19/0.28	c Try to Add: #clause: 298790 #xorclause: 0
0.29/0.30	c #var: 1244 #clauses: 36 Solving... 
5000.05/5000.22	c Time Out !!
5000.05/5000.22	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-3421415-1306634031/watcher-3421415-1306634031 -o /tmp/evaluation-result-3421415-1306634031/solver-3421415-1306634031 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421415-1306634031.cnf 148110781 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.05 2.01 2/530 23675
/proc/meminfo: memFree=4952584/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=34412 CPUtime=0.01 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 2462 0 0 0 1 0 0 0 25 0 1 0 775001727 35237888 2398 33554432000 4194304 6014671 140737323362752 18446744073709551615 242970550016 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 8603 2398 378 445 0 2148 0

[startup+0.0318259 s]
/proc/loadavg: 2.07 2.05 2.01 2/530 23675
/proc/meminfo: memFree=4952584/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=37484 CPUtime=0.02 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 3229 0 0 0 2 0 0 0 25 0 1 0 775001727 38383616 3165 33554432000 4194304 6014671 140737323362752 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 9371 3165 378 445 0 2916 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 37484

[startup+0.10082 s]
/proc/loadavg: 2.07 2.05 2.01 2/530 23675
/proc/meminfo: memFree=4952584/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=46700 CPUtime=0.09 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 4961 0 0 0 9 0 0 0 25 0 1 0 775001727 47820800 4897 33554432000 4194304 6014671 140737323362752 18446744073709551615 4313892 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 11675 4897 398 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.300782 s]
/proc/loadavg: 2.07 2.05 2.01 2/530 23675
/proc/meminfo: memFree=4952584/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=94860 CPUtime=0.29 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 16929 0 0 0 28 1 0 0 25 0 1 0 775001727 97136640 16865 33554432000 4194304 6014671 140737323362752 18446744073709551615 4374413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 23715 16865 691 445 0 17260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94860

[startup+0.700717 s]
/proc/loadavg: 2.07 2.05 2.01 2/530 23675
/proc/meminfo: memFree=4952584/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=94860 CPUtime=0.69 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 16959 0 0 0 68 1 0 0 25 0 1 0 775001727 97136640 16895 33554432000 4194304 6014671 140737323362752 18446744073709551615 4376678 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 23715 16895 720 445 0 17260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94860

[startup+1.50058 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 23676
/proc/meminfo: memFree=4886616/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=105628 CPUtime=1.49 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 17783 0 0 0 148 1 0 0 25 0 1 0 775001727 108163072 17719 33554432000 4194304 6014671 140737323362752 18446744073709551615 4376712 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 26407 17719 721 445 0 19952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 105628

[startup+3.10031 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 23676
/proc/meminfo: memFree=4877316/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=127644 CPUtime=3.09 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 20618 0 0 0 308 1 0 0 25 0 1 0 775001727 130707456 20554 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 31911 20554 725 445 0 25456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 127644

[startup+6.30076 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 23676
/proc/meminfo: memFree=4870744/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=127644 CPUtime=6.29 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 20618 0 0 0 628 1 0 0 25 0 1 0 775001727 130707456 20554 33554432000 4194304 6014671 140737323362752 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 31911 20554 725 445 0 25456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127644

[startup+12.7007 s]
/proc/loadavg: 2.06 2.05 2.01 3/531 23676
/proc/meminfo: memFree=4862716/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=127644 CPUtime=12.69 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 22389 0 0 0 1267 2 0 0 25 0 1 0 775001727 130707456 22325 33554432000 4194304 6014671 140737323362752 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 31911 22325 725 445 0 25456 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 127644

[startup+25.5005 s]
/proc/loadavg: 2.12 2.06 2.01 3/531 23678
/proc/meminfo: memFree=4839092/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=152028 CPUtime=25.48 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 29745 0 0 0 2546 2 0 0 25 0 1 0 775001727 155676672 29670 33554432000 4194304 6014671 140737323362752 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 38007 29670 725 445 0 31552 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 152028

[startup+51.101 s]
/proc/loadavg: 2.08 2.06 2.01 3/531 23678
/proc/meminfo: memFree=4786620/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=205568 CPUtime=51.09 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 41750 0 0 0 5105 4 0 0 25 0 1 0 775001727 210501632 41675 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 51392 41675 725 445 0 44937 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 205568

[startup+102.319 s]
/proc/loadavg: 2.03 2.05 2.00 3/531 23680
/proc/meminfo: memFree=4722872/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=383664 CPUtime=102.31 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 56691 0 0 0 10224 7 0 0 25 0 1 0 775001727 392871936 56600 33554432000 4194304 6014671 140737323362752 18446744073709551615 4380176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 95916 56600 725 445 0 89461 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 383664

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 23680
/proc/meminfo: memFree=4664696/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=383792 CPUtime=162.28 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 70561 0 0 0 16220 8 0 0 25 0 1 0 775001727 393003008 70315 33554432000 4194304 6014671 140737323362752 18446744073709551615 4376733 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 95948 70315 725 445 0 89493 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 383792

[startup+222.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/531 23682
/proc/meminfo: memFree=4615572/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=458560 CPUtime=222.28 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 82898 0 0 0 22218 10 0 0 25 0 1 0 775001727 469565440 82513 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 114640 82513 725 445 0 108185 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 458560

[startup+282.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/531 23684
/proc/meminfo: memFree=4614312/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=536544 CPUtime=282.28 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 83465 0 0 0 28218 10 0 0 25 0 1 0 775001727 549421056 82927 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 134136 82927 725 445 0 127681 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 536544

[startup+342.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/531 23686
/proc/meminfo: memFree=4586900/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=536544 CPUtime=342.28 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 89805 0 0 0 34217 11 0 0 25 0 1 0 775001727 549421056 89222 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 134136 89222 725 445 0 127681 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 536544

[startup+402.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 23688
/proc/meminfo: memFree=4584900/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=536544 CPUtime=402.28 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 89885 0 0 0 40217 11 0 0 25 0 1 0 775001727 549421056 89138 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 134136 89138 725 445 0 127681 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 536544

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 23697
/proc/meminfo: memFree=4583948/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=536544 CPUtime=462.28 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 90287 0 0 0 46217 11 0 0 25 0 1 0 775001727 549421056 89540 33554432000 4194304 6014671 140737323362752 18446744073709551615 4379136 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 134136 89540 725 445 0 127681 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 536544

[startup+522.301 s]
/proc/loadavg: 2.17 2.07 2.01 3/531 24172
/proc/meminfo: memFree=4537736/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=627240 CPUtime=522.25 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 100595 0 0 0 52213 12 0 0 25 0 1 0 775001727 642293760 99710 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 156810 99710 725 445 0 150355 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 627240

[startup+582.301 s]
/proc/loadavg: 2.17 2.08 2.02 3/531 24174
/proc/meminfo: memFree=4537624/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=718788 CPUtime=582.24 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 100715 0 0 0 58212 12 0 0 25 0 1 0 775001727 736038912 99652 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 179697 99652 725 445 0 173242 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 718788

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 30433
/proc/meminfo: memFree=4536880/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4002.17 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 216914 0 0 0 400183 34 0 0 25 0 1 0 775001727 1100996608 213614 33554432000 4194304 6014671 140737323362752 18446744073709551615 4378992 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 213614 725 445 0 262343 0
Current children cumulated CPU time (s) 4002.17
Current children cumulated vsize (KiB) 1075192

[startup+4062.32 s]
/proc/loadavg: 2.12 2.04 2.01 3/531 30443
/proc/meminfo: memFree=4526244/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4062.18 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 218414 0 0 0 406184 34 0 0 25 0 1 0 775001727 1100996608 215114 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 215114 725 445 0 262343 0
Current children cumulated CPU time (s) 4062.18
Current children cumulated vsize (KiB) 1075192

[startup+4122.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/531 30446
/proc/meminfo: memFree=4525616/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4122.16 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 218650 0 0 0 412182 34 0 0 25 0 1 0 775001727 1100996608 215243 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 215243 725 445 0 262343 0
Current children cumulated CPU time (s) 4122.16
Current children cumulated vsize (KiB) 1075192

[startup+4182.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/531 30449
/proc/meminfo: memFree=4523128/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4182.16 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 219048 0 0 0 418182 34 0 0 25 0 1 0 775001727 1100996608 215641 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423305 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 215641 725 445 0 262343 0
Current children cumulated CPU time (s) 4182.16
Current children cumulated vsize (KiB) 1075192

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 30451
/proc/meminfo: memFree=4520144/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4242.16 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 219831 0 0 0 424182 34 0 0 25 0 1 0 775001727 1100996608 216424 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 216424 725 445 0 262343 0
Current children cumulated CPU time (s) 4242.16
Current children cumulated vsize (KiB) 1075192

[startup+4302.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/531 30453
/proc/meminfo: memFree=4515048/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4302.15 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 219838 0 0 0 430181 34 0 0 25 0 1 0 775001727 1100996608 216323 33554432000 4194304 6014671 140737323362752 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 216323 725 445 0 262343 0
Current children cumulated CPU time (s) 4302.15
Current children cumulated vsize (KiB) 1075192

[startup+4362.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/531 30455
/proc/meminfo: memFree=4489376/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4362.15 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 219838 0 0 0 436181 34 0 0 25 0 1 0 775001727 1100996608 216323 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 216323 725 445 0 262343 0
Current children cumulated CPU time (s) 4362.15
Current children cumulated vsize (KiB) 1075192

[startup+4422.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/531 30458
/proc/meminfo: memFree=4483088/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4422.16 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 221214 0 0 0 442181 35 0 0 25 0 1 0 775001727 1100996608 217699 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 217699 725 445 0 262343 0
Current children cumulated CPU time (s) 4422.16
Current children cumulated vsize (KiB) 1075192

[startup+4482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 30461
/proc/meminfo: memFree=4422564/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4482.16 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 221456 0 0 0 448181 35 0 0 25 0 1 0 775001727 1100996608 217941 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 217941 725 445 0 262343 0
Current children cumulated CPU time (s) 4482.16
Current children cumulated vsize (KiB) 1075192

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 30463
/proc/meminfo: memFree=4367744/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4542.16 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 221504 0 0 0 454181 35 0 0 25 0 1 0 775001727 1100996608 217880 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 217880 725 445 0 262343 0
Current children cumulated CPU time (s) 4542.16
Current children cumulated vsize (KiB) 1075192

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 30466
/proc/meminfo: memFree=4335988/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4602.17 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 222761 0 0 0 460182 35 0 0 25 0 1 0 775001727 1100996608 219137 33554432000 4194304 6014671 140737323362752 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219137 725 445 0 262343 0
Current children cumulated CPU time (s) 4602.17
Current children cumulated vsize (KiB) 1075192

[startup+4662.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/531 30466
/proc/meminfo: memFree=4335228/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4662.15 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 222811 0 0 0 466180 35 0 0 25 0 1 0 775001727 1100996608 219187 33554432000 4194304 6014671 140737323362752 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219187 725 445 0 262343 0
Current children cumulated CPU time (s) 4662.15
Current children cumulated vsize (KiB) 1075192

[startup+4722.32 s]
/proc/loadavg: 2.05 2.05 2.00 3/531 30469
/proc/meminfo: memFree=4335216/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4722.17 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 222811 0 0 0 472182 35 0 0 25 0 1 0 775001727 1100996608 219187 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219187 725 445 0 262343 0
Current children cumulated CPU time (s) 4722.17
Current children cumulated vsize (KiB) 1075192

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 30471
/proc/meminfo: memFree=4331116/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4782.14 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 223429 0 0 0 478179 35 0 0 25 0 1 0 775001727 1100996608 219805 33554432000 4194304 6014671 140737323362752 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219805 725 445 0 262343 0
Current children cumulated CPU time (s) 4782.14
Current children cumulated vsize (KiB) 1075192

[startup+4842.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/531 30474
/proc/meminfo: memFree=4326264/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4842.14 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 223636 0 0 0 484179 35 0 0 25 0 1 0 775001727 1100996608 219900 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219900 725 445 0 262343 0
Current children cumulated CPU time (s) 4842.14
Current children cumulated vsize (KiB) 1075192

[startup+4902.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/531 30476
/proc/meminfo: memFree=4326628/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4902.14 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 223640 0 0 0 490179 35 0 0 25 0 1 0 775001727 1100996608 219904 33554432000 4194304 6014671 140737323362752 18446744073709551615 4369413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219904 725 445 0 262343 0
Current children cumulated CPU time (s) 4902.14
Current children cumulated vsize (KiB) 1075192

[startup+4962.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/531 30476
/proc/meminfo: memFree=4316948/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=4962.13 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 223640 0 0 0 496178 35 0 0 25 0 1 0 775001727 1100996608 219904 33554432000 4194304 6014671 140737323362752 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219904 725 445 0 262343 0
Current children cumulated CPU time (s) 4962.13
Current children cumulated vsize (KiB) 1075192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 30478
/proc/meminfo: memFree=4316816/32951132 swapFree=54105152/67111528
[pid=23675] ppid=23673 vsize=1075192 CPUtime=5000.05 cores=1,3,5,7
/proc/23675/stat : 23675 (qutersat_releas) R 23673 23675 22791 0 -1 4202496 223760 0 0 0 499970 35 0 0 25 0 1 0 775001727 1100996608 219911 33554432000 4194304 6014671 140737323362752 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23675/statm: 268798 219911 725 445 0 262343 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 1075192

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): 5000.26
CPU time (s): 5000.1
CPU user time (s): 4999.71
CPU system time (s): 0.39094
CPU usage (%): 99.9969
Max. virtual memory (cumulated for all children) (KiB): 1075192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.71
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 20410

runsolver used 25.3361 second user time and 60.8747 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-29 03:53:51
IDJOB=3421415
IDBENCH=88212
IDSOLVER=1868
FILE ID=node128/3421415-1306634031
RUNJOBID= node128-1306630499-23469
PBS_JOBID= 13471632
Free space on /tmp= 73572 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421415-1306634031/watcher-3421415-1306634031 -o /tmp/evaluation-result-3421415-1306634031/solver-3421415-1306634031 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421415-1306634031.cnf 148110781

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=148110781

node128.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.82
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	: 5332.82
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       4952740 kB
Buffers:        260828 kB
Cached:        5010604 kB
SwapCached:      78304 kB
Active:       11539424 kB
Inactive:     16151136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       4952740 kB
SwapTotal:    67111528 kB
SwapFree:     54105152 kB
Dirty:            3512 kB
Writeback:           0 kB
AnonPages:    22350136 kB
Mapped:          21556 kB
Slab:           124056 kB
PageTables:     114908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 177516620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node128 at 2011-05-29 05:17:13