Trace number 3420907

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.12 5000.05

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes6.cnf
MD5SUMe23fefb786281285c1d045e8bc698d74
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 2400 #clause: 266431
0.00/0.06	c Find Units :          0
0.06/0.07	c Find Invs  :          0
0.06/0.08	c Find Ands  :       2400 AvgFaninNum: 31
0.06/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.06/0.08	c Find Ite   :          0
0.06/0.08	c UnDirect variable: 0
0.06/0.08	c UnDirect to Direct Gate: 0
0.06/0.08	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.06/0.08	c Break Cycle : 2325
0.06/0.08	c Total Root : 0 Undef Var: 2325
0.06/0.08	c After covering, Total Root: 75 Leaf: 2325
0.06/0.08	c Variable( cover/uncovered/unused ): 2400 0 0
0.06/0.08	c Unit Clauses: 0
0.06/0.08	c Binary Clauses( cover/uncovered ): 2325 254396
0.06/0.08	c Clauses( cover/uncovered ): 75 0
0.06/0.08	c Total Clauses( cover/uncovered ): 2400 254396 0.934594%
0.06/0.08	c Covered Ands: 75 Invs: 0 Xors: 0 Ites: 0
0.09/0.18	c Uncover Clauses avg size: 2 max size: 2
0.09/0.18	c Final circuit: i/l/o/s    2325       0  254396    256646
0.09/0.18	c CnfToAig: Time: 0.18 s
0.29/0.31	c TmMap: Set choices finish.
0.40/0.41	c TmMap: Set big and: 254471
0.40/0.41	c TmMap: Origin: 258972 ClauseNum: 769938 --> New: 256797 ClauseNum: 765588
0.40/0.41	c TmMap: Time: 0.12
0.40/0.45	c Try to Add: #clause: 508942 #xorclause: 0
0.40/0.48	c #var: 2400 #clauses: 76 Solving... 
5000.08/5000.01	c Time Out !!
5000.08/5000.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-3420907-1306597107/watcher-3420907-1306597107 -o /tmp/evaluation-result-3420907-1306597107/solver-3420907-1306597107 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420907-1306597107.cnf 369271721 

running on 4 cores: 0,2,4,6

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.00 2/498 21878
/proc/meminfo: memFree=26740792/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=35436 CPUtime=0.01 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 2572 0 0 0 1 0 0 0 25 0 1 0 771311713 36286464 2508 33554432000 4194304 6014671 140734228524160 18446744073709551615 270613110528 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 8859 2508 377 445 0 2404 0

[startup+0.070102 s]
/proc/loadavg: 2.07 2.05 2.00 2/498 21878
/proc/meminfo: memFree=26740792/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=44652 CPUtime=0.06 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 5024 0 0 0 6 0 0 0 25 0 1 0 771311713 45723648 4960 33554432000 4194304 6014671 140734228524160 18446744073709551615 4281183 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 11163 4960 381 445 0 4708 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44652

[startup+0.101097 s]
/proc/loadavg: 2.07 2.05 2.00 2/498 21878
/proc/meminfo: memFree=26740792/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=44652 CPUtime=0.09 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 5046 0 0 0 9 0 0 0 25 0 1 0 771311713 45723648 4982 33554432000 4194304 6014671 140734228524160 18446744073709551615 4314359 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 11163 4982 398 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.301094 s]
/proc/loadavg: 2.07 2.05 2.00 2/498 21878
/proc/meminfo: memFree=26740792/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=104428 CPUtime=0.29 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 20180 0 0 0 28 1 0 0 25 0 1 0 771311713 106934272 20116 33554432000 4194304 6014671 140734228524160 18446744073709551615 4229896 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 26107 20116 669 445 0 19652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104428

[startup+0.701032 s]
/proc/loadavg: 2.07 2.05 2.00 2/498 21878
/proc/meminfo: memFree=26740792/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=122860 CPUtime=0.7 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 24886 0 0 0 68 2 0 0 25 0 1 0 771311713 125808640 24822 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 30715 24822 720 445 0 24260 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 122860

[startup+1.50088 s]
/proc/loadavg: 2.07 2.05 2.00 3/499 21880
/proc/meminfo: memFree=26643196/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=122860 CPUtime=1.5 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 24887 0 0 0 148 2 0 0 25 0 1 0 771311713 125808640 24823 33554432000 4194304 6014671 140734228524160 18446744073709551615 4378709 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 30715 24823 721 445 0 24260 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 122860

[startup+3.1006 s]
/proc/loadavg: 2.06 2.05 2.00 3/499 21880
/proc/meminfo: memFree=26642080/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=122860 CPUtime=3.1 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 24887 0 0 0 308 2 0 0 25 0 1 0 771311713 125808640 24823 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 30715 24823 721 445 0 24260 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 122860

[startup+6.30102 s]
/proc/loadavg: 2.06 2.05 2.00 3/499 21880
/proc/meminfo: memFree=26641960/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=122860 CPUtime=6.3 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 24892 0 0 0 628 2 0 0 25 0 1 0 771311713 125808640 24828 33554432000 4194304 6014671 140734228524160 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 30715 24828 725 445 0 24260 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 122860

[startup+12.7009 s]
/proc/loadavg: 2.05 2.05 2.00 3/499 21880
/proc/meminfo: memFree=26635916/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=134004 CPUtime=12.69 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 26090 0 0 0 1267 2 0 0 25 0 1 0 771311713 137220096 26026 33554432000 4194304 6014671 140734228524160 18446744073709551615 4537180 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 33501 26026 725 445 0 27046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 134004

[startup+25.5006 s]
/proc/loadavg: 2.04 2.05 2.00 3/499 21880
/proc/meminfo: memFree=26617696/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=166768 CPUtime=25.49 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 30736 0 0 0 2547 2 0 0 25 0 1 0 771311713 170770432 30672 33554432000 4194304 6014671 140734228524160 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 41692 30672 725 445 0 35237 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 166768

[startup+51.1011 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 21881
/proc/meminfo: memFree=26598172/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=189260 CPUtime=51.1 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 35772 0 0 0 5107 3 0 0 25 0 1 0 771311713 193802240 35708 33554432000 4194304 6014671 140734228524160 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 47315 35708 733 445 0 40860 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 189260

[startup+102.319 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 21882
/proc/meminfo: memFree=26561956/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=311660 CPUtime=102.29 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 44364 0 0 0 10225 4 0 0 25 0 1 0 771311713 319139840 44299 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 77915 44299 733 445 0 71460 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 311660

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 21884
/proc/meminfo: memFree=26527340/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=311660 CPUtime=162.27 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 49041 0 0 0 16222 5 0 0 25 0 1 0 771311713 319139840 48565 33554432000 4194304 6014671 140734228524160 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 77915 48565 739 445 0 71460 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 311660

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 21886
/proc/meminfo: memFree=26479204/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=365548 CPUtime=222.28 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 60777 0 0 0 22221 7 0 0 25 0 1 0 771311713 374321152 60291 33554432000 4194304 6014671 140734228524160 18446744073709551615 4372053 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 91387 60291 729 445 0 84932 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 365548

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 21887
/proc/meminfo: memFree=26470384/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=365548 CPUtime=282.28 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 61274 0 0 0 28221 7 0 0 25 0 1 0 771311713 374321152 60788 33554432000 4194304 6014671 140734228524160 18446744073709551615 4626864 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 91387 60788 729 445 0 84932 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 365548

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 21889
/proc/meminfo: memFree=26468876/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=365548 CPUtime=342.28 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 61680 0 0 0 34221 7 0 0 25 0 1 0 771311713 374321152 61194 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 91387 61194 729 445 0 84932 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 365548

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 21890
/proc/meminfo: memFree=26468728/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=365548 CPUtime=402.28 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 61792 0 0 0 40221 7 0 0 25 0 1 0 771311713 374321152 61305 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 91387 61305 728 445 0 84932 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 365548

[startup+462.3 s]
/proc/loadavg: 2.27 2.06 2.02 3/499 21892
/proc/meminfo: memFree=26467100/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=365548 CPUtime=462.28 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 62329 0 0 0 46221 7 0 0 25 0 1 0 771311713 374321152 61842 33554432000 4194304 6014671 140734228524160 18446744073709551615 4533996 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 91387 61842 791 445 0 84932 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 365548

[startup+522.301 s]
/proc/loadavg: 2.24 2.08 2.03 3/499 21894
/proc/meminfo: memFree=26482208/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=493300 CPUtime=522.28 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 69479 0 0 0 52220 8 0 0 25 0 1 0 771311713 505139200 68992 33554432000 4194304 6014671 140734228524160 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 123325 68992 791 445 0 116870 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 493300

[startup+582.301 s]
/proc/loadavg: 2.08 2.06 2.02 3/499 21895
/proc/meminfo: memFree=26479588/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=493300 CPUtime=582.28 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 70084 0 0 0 58220 8 0 0 25 0 1 0 771311713 505139200 69597 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 123325 69597 791 445 0 116870 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 493300

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/499 22045
/proc/meminfo: memFree=26186780/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4002.34 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 173459 0 0 0 400206 28 0 0 25 0 1 0 771311713 914968576 152191 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 152191 725 445 0 216926 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 893524

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 22047
/proc/meminfo: memFree=26161080/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4062.36 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 179653 0 0 0 406207 29 0 0 25 0 1 0 771311713 914968576 158366 33554432000 4194304 6014671 140734228524160 18446744073709551615 4537068 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 158366 725 445 0 216926 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 893524

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 22049
/proc/meminfo: memFree=26136000/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4122.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 186450 0 0 0 412205 30 0 0 25 0 1 0 771311713 914968576 165143 33554432000 4194304 6014671 140734228524160 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 165143 725 445 0 216926 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 893524

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 22050
/proc/meminfo: memFree=26128524/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4182.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 193639 0 0 0 418204 31 0 0 25 0 1 0 771311713 914968576 172288 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 172288 725 445 0 216926 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 893524

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 22052
/proc/meminfo: memFree=26127992/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4242.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 193660 0 0 0 424204 31 0 0 25 0 1 0 771311713 914968576 172286 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 172286 725 445 0 216926 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 893524

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 22053
/proc/meminfo: memFree=26127340/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4302.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 193712 0 0 0 430204 31 0 0 25 0 1 0 771311713 914968576 172314 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 172314 725 445 0 216926 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 893524

[startup+4362.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/499 22055
/proc/meminfo: memFree=26127180/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4362.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 193735 0 0 0 436204 31 0 0 25 0 1 0 771311713 914968576 172286 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 172286 725 445 0 216926 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 893524

[startup+4422.3 s]
/proc/loadavg: 2.21 2.06 2.02 3/499 22057
/proc/meminfo: memFree=26124544/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4422.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 193942 0 0 0 442204 31 0 0 25 0 1 0 771311713 914968576 172466 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 172466 725 445 0 216926 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 893524

[startup+4482.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/499 22058
/proc/meminfo: memFree=26124016/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4482.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 193942 0 0 0 448204 31 0 0 25 0 1 0 771311713 914968576 172438 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 172438 725 445 0 216926 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 893524

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/499 22060
/proc/meminfo: memFree=26085040/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4542.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194646 0 0 0 454204 31 0 0 25 0 1 0 771311713 914968576 173113 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173113 725 445 0 216926 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 893524

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 22061
/proc/meminfo: memFree=26055860/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4602.37 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194646 0 0 0 460206 31 0 0 25 0 1 0 771311713 914968576 173083 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423443 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173083 725 445 0 216926 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 893524

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 22063
/proc/meminfo: memFree=26039956/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4662.35 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194708 0 0 0 466204 31 0 0 25 0 1 0 771311713 914968576 173082 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173082 725 445 0 216926 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 893524

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 22065
/proc/meminfo: memFree=26015620/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4722.38 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194708 0 0 0 472206 32 0 0 25 0 1 0 771311713 914968576 173049 33554432000 4194304 6014671 140734228524160 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173049 725 445 0 216926 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 893524

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 22066
/proc/meminfo: memFree=26001204/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4782.36 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194737 0 0 0 478204 32 0 0 25 0 1 0 771311713 914968576 173043 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173043 726 445 0 216926 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 893524

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 22068
/proc/meminfo: memFree=25996576/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4842.36 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194738 0 0 0 484204 32 0 0 25 0 1 0 771311713 914968576 173006 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173006 726 445 0 216926 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 893524

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 22069
/proc/meminfo: memFree=25991096/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4902.36 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194738 0 0 0 490204 32 0 0 25 0 1 0 771311713 914968576 173006 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173006 726 445 0 216926 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 893524

[startup+4962.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/499 22080
/proc/meminfo: memFree=25990260/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=4962.36 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194776 0 0 0 496204 32 0 0 25 0 1 0 771311713 914968576 173004 33554432000 4194304 6014671 140734228524160 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173004 726 445 0 216926 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 893524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.22 2.07 2.02 3/499 22081
/proc/meminfo: memFree=25989540/32951124 swapFree=53876548/67111528
[pid=21878] ppid=21876 vsize=893524 CPUtime=5000.08 cores=0,2,4,6
/proc/21878/stat : 21878 (qutersat_releas) R 21876 21878 20812 0 -1 4202496 194931 0 0 0 499976 32 0 0 25 0 1 0 771311713 914968576 173117 33554432000 4194304 6014671 140734228524160 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/21878/statm: 223381 173117 726 445 0 216926 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 893524

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.05
CPU time (s): 5000.12
CPU user time (s): 4999.76
CPU system time (s): 0.352946
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 893524

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

runsolver used 25.9321 second user time and 55.8995 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-28 17:38:28
IDJOB=3420907
IDBENCH=71366
IDSOLVER=1868
FILE ID=node108/3420907-1306597107
RUNJOBID= node108-1306594822-21730
PBS_JOBID= 13471572
Free space on /tmp= 73416 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2400c266431gyes6.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420907-1306597107/watcher-3420907-1306597107 -o /tmp/evaluation-result-3420907-1306597107/solver-3420907-1306597107 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420907-1306597107.cnf 369271721

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

MD5SUM BENCH= e23fefb786281285c1d045e8bc698d74
RANDOM SEED=369271721

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.820
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.77
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.820
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26740948 kB
Buffers:        210736 kB
Cached:        4371072 kB
SwapCached:      16500 kB
Active:        1829804 kB
Inactive:      4131840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26740948 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:            5080 kB
Writeback:           0 kB
AnonPages:     1373888 kB
Mapped:          14428 kB
Slab:           112704 kB
PageTables:      66756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135152192 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= 73416 MiB
End job on node108 at 2011-05-28 19:01:50