Trace number 3421035

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.11 5000.25

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-7x39.cnf
MD5SUMf717554c4e7f802b3078c48464dbcd9d
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 variables1092
Number of clauses64155
Sum of the clauses size253344
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21638
Number of clauses of size 30
Number of clauses of size 462517
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 1092 #clause: 64155
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.03	c Find Ands  :       1092 AvgFaninNum: 3
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 819
0.00/0.03	c Total Root : 0 Undef Var: 819
0.00/0.03	c After covering, Total Root: 273 Leaf: 819
0.00/0.03	c Variable( cover/uncovered/unused ): 1092 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 819 819
0.00/0.03	c Clauses( cover/uncovered ): 273 62244
0.00/0.03	c Total Clauses( cover/uncovered ): 1092 63063 1.70213%
0.00/0.03	c Covered Ands: 273 Invs: 0 Xors: 0 Ites: 0
0.07/0.09	c Uncover Clauses avg size: 3.97403 max size: 4
0.07/0.09	c Final circuit: i/l/o/s     819       0   63063     84357
0.07/0.09	c CnfToAig: Time: 0.08 s
0.19/0.20	c TmMap: Set choices finish.
0.19/0.24	c TmMap: Set big and: 84084
0.19/0.24	c TmMap: Origin: 85177 ClauseNum: 253071 --> New: 84904 ClauseNum: 252525
0.19/0.24	c TmMap: Time: 0.05
0.19/0.26	c Try to Add: #clause: 168168 #xorclause: 0
0.19/0.29	c #var: 21840 #clauses: 21022 Solving... 
5000.07/5000.21	c Time Out !!
5000.07/5000.21	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-3421035-1306606462/watcher-3421035-1306606462 -o /tmp/evaluation-result-3421035-1306606462/solver-3421035-1306606462 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421035-1306606462.cnf 1166567546 

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: 1.93 2.00 2.00 2/502 27337
/proc/meminfo: memFree=21857568/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=35436 CPUtime=0.01 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 2649 0 0 0 1 0 0 0 25 0 1 0 772248801 36286464 2585 33554432000 4194304 6014671 140736642725008 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 8859 2587 378 445 0 2404 0

[startup+0.0818239 s]
/proc/loadavg: 1.93 2.00 2.00 2/502 27337
/proc/meminfo: memFree=21857568/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=43116 CPUtime=0.07 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 4345 0 0 0 7 0 0 0 25 0 1 0 772248801 44150784 4281 33554432000 4194304 6014671 140736642725008 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 10779 4281 398 445 0 4324 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43116

[startup+0.10083 s]
/proc/loadavg: 1.93 2.00 2.00 2/502 27337
/proc/meminfo: memFree=21857568/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=43116 CPUtime=0.09 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 4461 0 0 0 9 0 0 0 25 0 1 0 772248801 44150784 4397 33554432000 4194304 6014671 140736642725008 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 10779 4399 479 445 0 4324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43116

[startup+0.300872 s]
/proc/loadavg: 1.93 2.00 2.00 2/502 27337
/proc/meminfo: memFree=21857568/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=77820 CPUtime=0.29 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 13215 0 0 0 28 1 0 0 25 0 1 0 772248801 79687680 13151 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 19455 13151 696 445 0 13000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77820

[startup+0.70075 s]
/proc/loadavg: 1.93 2.00 2.00 2/502 27337
/proc/meminfo: memFree=21857568/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=89212 CPUtime=0.69 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 15947 0 0 0 67 2 0 0 25 0 1 0 772248801 91353088 15883 33554432000 4194304 6014671 140736642725008 18446744073709551615 4666544 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 22303 15883 700 445 0 15848 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89212

[startup+1.50061 s]
/proc/loadavg: 1.93 2.00 2.00 3/506 27389
/proc/meminfo: memFree=21732012/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=110592 CPUtime=1.49 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 19245 0 0 0 147 2 0 0 25 0 1 0 772248801 113246208 19181 33554432000 4194304 6014671 140736642725008 18446744073709551615 216634211996 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 27648 19181 722 445 0 21193 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110592

[startup+3.10035 s]
/proc/loadavg: 1.93 2.00 2.00 3/506 27389
/proc/meminfo: memFree=21629776/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=130664 CPUtime=3.09 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 20768 0 0 0 307 2 0 0 25 0 1 0 772248801 133799936 20704 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 32666 20704 727 445 0 26211 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 130664

[startup+6.30079 s]
/proc/loadavg: 1.94 2.00 2.00 3/506 27389
/proc/meminfo: memFree=21592240/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=166916 CPUtime=6.29 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 30355 0 0 0 626 3 0 0 25 0 1 0 772248801 170921984 30287 33554432000 4194304 6014671 140736642725008 18446744073709551615 4534025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 41729 30287 727 445 0 35274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 166916

[startup+12.7007 s]
/proc/loadavg: 1.94 2.00 2.00 3/506 27389
/proc/meminfo: memFree=21476908/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=179448 CPUtime=12.69 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 36266 0 0 0 1265 4 0 0 25 0 1 0 772248801 183754752 36198 33554432000 4194304 6014671 140736642725008 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 44862 36198 727 445 0 38407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 179448

[startup+25.5004 s]
/proc/loadavg: 1.96 2.00 2.00 3/506 27390
/proc/meminfo: memFree=21372916/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=229656 CPUtime=25.49 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 44400 0 0 0 2544 5 0 0 25 0 1 0 772248801 235167744 44332 33554432000 4194304 6014671 140736642725008 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27337/statm: 57414 44332 727 445 0 50959 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 229656

[startup+51.1009 s]
/proc/loadavg: 2.09 2.03 2.01 3/506 27390
/proc/meminfo: memFree=21273516/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=271028 CPUtime=51.07 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 53165 0 0 0 5100 7 0 0 25 0 1 0 772248801 277532672 53097 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 67757 53097 727 445 0 61302 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 271028

[startup+102.319 s]
/proc/loadavg: 2.10 2.04 2.01 3/506 27392
/proc/meminfo: memFree=21170452/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=466416 CPUtime=102.29 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 63810 0 0 0 10220 9 0 0 25 0 1 0 772248801 477609984 63625 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 116604 63625 727 445 0 110149 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 466416

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/506 27393
/proc/meminfo: memFree=21161724/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=466416 CPUtime=162.28 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 66784 0 0 0 16218 10 0 0 25 0 1 0 772248801 477609984 63713 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 116604 63713 727 445 0 110149 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 466416

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 27395
/proc/meminfo: memFree=21105272/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=466416 CPUtime=222.28 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 71984 0 0 0 22217 11 0 0 25 0 1 0 772248801 477609984 68893 33554432000 4194304 6014671 140736642725008 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 116604 68893 729 445 0 110149 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 466416

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 27397
/proc/meminfo: memFree=20998832/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=466416 CPUtime=282.28 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 83591 0 0 0 28214 14 0 0 25 0 1 0 772248801 477609984 80499 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 116604 80499 728 445 0 110149 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 466416

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 27398
/proc/meminfo: memFree=20974252/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=466416 CPUtime=342.27 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 85134 0 0 0 34212 15 0 0 25 0 1 0 772248801 477609984 82042 33554432000 4194304 6014671 140736642725008 18446744073709551615 4376783 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 116604 82042 728 445 0 110149 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 466416

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 27400
/proc/meminfo: memFree=20923116/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=466416 CPUtime=402.27 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 97981 0 0 0 40209 18 0 0 25 0 1 0 772248801 477609984 94889 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 116604 94889 728 445 0 110149 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 466416

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 27401
/proc/meminfo: memFree=20884656/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=466416 CPUtime=462.26 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 104264 0 0 0 46207 19 0 0 25 0 1 0 772248801 477609984 101162 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 116604 101162 728 445 0 110149 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 466416

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 27403
/proc/meminfo: memFree=20862800/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=626024 CPUtime=522.26 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 109697 0 0 0 52206 20 0 0 25 0 1 0 772248801 641048576 106515 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 156506 106515 728 445 0 150051 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 626024

[startup+582.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/506 27405
/proc/meminfo: memFree=20781920/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=707616 CPUtime=582.26 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 110218 0 0 0 58206 20 0 0 25 0 1 0 772248801 724598784 106934 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 176904 106934 729 445 0 170449 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 707616

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/506 27508
/proc/meminfo: memFree=20032308/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4002.16 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 198204 0 0 0 400179 37 0 0 25 0 1 0 772248801 926068736 173302 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 173302 727 445 0 219636 0
Current children cumulated CPU time (s) 4002.16
Current children cumulated vsize (KiB) 904364

[startup+4062.32 s]
/proc/loadavg: 2.09 2.05 2.01 3/506 27509
/proc/meminfo: memFree=20031280/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4062.18 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 198210 0 0 0 406181 37 0 0 25 0 1 0 772248801 926068736 173308 33554432000 4194304 6014671 140736642725008 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 173308 727 445 0 219636 0
Current children cumulated CPU time (s) 4062.18
Current children cumulated vsize (KiB) 904364

[startup+4122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/506 27511
/proc/meminfo: memFree=19999236/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4122.17 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 206355 0 0 0 412179 38 0 0 25 0 1 0 772248801 926068736 181453 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 181453 727 445 0 219636 0
Current children cumulated CPU time (s) 4122.17
Current children cumulated vsize (KiB) 904364

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/506 27513
/proc/meminfo: memFree=19985424/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4182.18 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 209882 0 0 0 418179 39 0 0 25 0 1 0 772248801 926068736 184980 33554432000 4194304 6014671 140736642725008 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 184980 727 445 0 219636 0
Current children cumulated CPU time (s) 4182.18
Current children cumulated vsize (KiB) 904364

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 27514
/proc/meminfo: memFree=19984996/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4242.18 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 209967 0 0 0 424179 39 0 0 25 0 1 0 772248801 926068736 185065 33554432000 4194304 6014671 140736642725008 18446744073709551615 4369536 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 185065 727 445 0 219636 0
Current children cumulated CPU time (s) 4242.18
Current children cumulated vsize (KiB) 904364

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 27516
/proc/meminfo: memFree=19981972/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4302.17 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 210608 0 0 0 430178 39 0 0 25 0 1 0 772248801 926068736 185706 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 185706 727 445 0 219636 0
Current children cumulated CPU time (s) 4302.17
Current children cumulated vsize (KiB) 904364

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 27517
/proc/meminfo: memFree=19981548/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4362.17 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 210731 0 0 0 436178 39 0 0 25 0 1 0 772248801 926068736 185829 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 185829 727 445 0 219636 0
Current children cumulated CPU time (s) 4362.17
Current children cumulated vsize (KiB) 904364

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 27519
/proc/meminfo: memFree=19898548/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4422.16 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 210732 0 0 0 442177 39 0 0 25 0 1 0 772248801 926068736 185830 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 185830 727 445 0 219636 0
Current children cumulated CPU time (s) 4422.16
Current children cumulated vsize (KiB) 904364

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 27521
/proc/meminfo: memFree=19884360/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4482.15 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 210810 0 0 0 448176 39 0 0 25 0 1 0 772248801 926068736 185902 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 185902 727 445 0 219636 0
Current children cumulated CPU time (s) 4482.15
Current children cumulated vsize (KiB) 904364

[startup+4542.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/506 27522
/proc/meminfo: memFree=19880220/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4542.15 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 210884 0 0 0 454176 39 0 0 25 0 1 0 772248801 926068736 185965 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 185965 727 445 0 219636 0
Current children cumulated CPU time (s) 4542.15
Current children cumulated vsize (KiB) 904364

[startup+4602.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/506 27524
/proc/meminfo: memFree=19878924/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4602.18 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 210905 0 0 0 460178 40 0 0 25 0 1 0 772248801 926068736 185959 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 185959 727 445 0 219636 0
Current children cumulated CPU time (s) 4602.18
Current children cumulated vsize (KiB) 904364

[startup+4662.3 s]
/proc/loadavg: 2.11 2.07 2.02 3/506 27525
/proc/meminfo: memFree=19876404/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4662.16 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 210990 0 0 0 466176 40 0 0 25 0 1 0 772248801 926068736 186005 33554432000 4194304 6014671 140736642725008 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 186005 727 445 0 219636 0
Current children cumulated CPU time (s) 4662.16
Current children cumulated vsize (KiB) 904364

[startup+4722.32 s]
/proc/loadavg: 2.04 2.05 2.01 3/506 27527
/proc/meminfo: memFree=19875484/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4722.18 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 211064 0 0 0 472178 40 0 0 25 0 1 0 772248801 926068736 186058 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 186058 727 445 0 219636 0
Current children cumulated CPU time (s) 4722.18
Current children cumulated vsize (KiB) 904364

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/506 27529
/proc/meminfo: memFree=19877308/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4782.16 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 211069 0 0 0 478176 40 0 0 25 0 1 0 772248801 926068736 186041 33554432000 4194304 6014671 140736642725008 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 186041 727 445 0 219636 0
Current children cumulated CPU time (s) 4782.16
Current children cumulated vsize (KiB) 904364

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 27530
/proc/meminfo: memFree=19875900/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4842.16 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 211148 0 0 0 484176 40 0 0 25 0 1 0 772248801 926068736 186097 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 186097 727 445 0 219636 0
Current children cumulated CPU time (s) 4842.16
Current children cumulated vsize (KiB) 904364

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 27532
/proc/meminfo: memFree=19876856/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4902.16 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 211185 0 0 0 490176 40 0 0 25 0 1 0 772248801 926068736 186110 33554432000 4194304 6014671 140736642725008 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 186110 727 445 0 219636 0
Current children cumulated CPU time (s) 4902.16
Current children cumulated vsize (KiB) 904364

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 27533
/proc/meminfo: memFree=19875808/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=4962.16 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 211278 0 0 0 496176 40 0 0 25 0 1 0 772248801 926068736 186152 33554432000 4194304 6014671 140736642725008 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 186152 727 445 0 219636 0
Current children cumulated CPU time (s) 4962.16
Current children cumulated vsize (KiB) 904364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 27534
/proc/meminfo: memFree=19875792/32951124 swapFree=51851948/67111528
[pid=27337] ppid=27335 vsize=904364 CPUtime=5000.07 cores=0,2,4,6
/proc/27337/stat : 27337 (qutersat_releas) R 27335 27337 26087 0 -1 4202496 211278 0 0 0 499967 40 0 0 25 0 1 0 772248801 926068736 186152 33554432000 4194304 6014671 140736642725008 18446744073709551615 4534786 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/27337/statm: 226091 186152 727 445 0 219636 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 904364

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.25
CPU time (s): 5000.11
CPU user time (s): 4999.68
CPU system time (s): 0.430934
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 904364

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

runsolver used 25.9791 second user time and 55.8625 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-28 20:14:22
IDJOB=3421035
IDBENCH=83170
IDSOLVER=1868
FILE ID=node103/3421035-1306606462
RUNJOBID= node103-1306606461-27287
PBS_JOBID= 13471577
Free space on /tmp= 73384 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-7x39.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421035-1306606462/watcher-3421035-1306606462 -o /tmp/evaluation-result-3421035-1306606462/solver-3421035-1306606462 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421035-1306606462.cnf 1166567546

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

MD5SUM BENCH= f717554c4e7f802b3078c48464dbcd9d
RANDOM SEED=1166567546

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21857848 kB
Buffers:        372568 kB
Cached:        8565904 kB
SwapCached:     191244 kB
Active:        2455556 kB
Inactive:      8319656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21857848 kB
SwapTotal:    67111528 kB
SwapFree:     51851948 kB
Dirty:            4680 kB
Writeback:           0 kB
AnonPages:     1655444 kB
Mapped:          22228 kB
Slab:           175592 kB
PageTables:      73224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162037100 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= 73376 MiB
End job on node103 at 2011-05-28 21:37:44