Trace number 3377122

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications 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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
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.01	c Parse Cnf success: #var: 4264 #clause: 14751
0.00/0.01	c Find Units :          2
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :       2107 AvgFaninNum: 2
0.00/0.01	c Find Xors  :       2107 AvgFaninNum: 2
0.00/0.01	c Find Ite   :          4
0.00/0.02	c UnDirect variable: 1677
0.00/0.02	c UnDirect to Direct Gate: 2103
0.00/0.02	c Forced Direct Gate: 97 Unuse unDirect Gate: 77
0.00/0.02	c Break Cycle : 8
0.00/0.02	c Total Root : 2 Undef Var: 60
0.00/0.02	c After covering, Total Root: 1 Leaf: 60
0.00/0.02	c Variable( cover/uncovered/unused ): 4264 0 0
0.00/0.02	c Unit Clauses: 2
0.00/0.02	c Binary Clauses( cover/uncovered ): 4214 0
0.00/0.02	c Clauses( cover/uncovered ): 10495 40
0.00/0.02	c Total Clauses( cover/uncovered ): 14711 40 99.7288%
0.00/0.02	c Covered Ands: 2107 Invs: 0 Xors: 2097 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 3 max size: 3
0.00/0.02	c Final circuit: i/l/o/s      59       0      41      7522
0.00/0.02	c CnfToAig: Time: 0.02 s
0.03/0.07	c TmMap: Set choices finish.
0.03/0.08	c TmMap: Set big and: 1894
0.03/0.08	c TmMap: Origin: 7582 ClauseNum: 22566 --> New: 4054 ClauseNum: 14171
0.03/0.08	c TmMap: Time: 0.01
0.09/0.13	c Simulation --> TransNum: 7675/14171 Try to Add: #clause: 5735 #xorclause: 0
0.09/0.13	c #var: 4012 #clauses: 5148 Solving... 
0.09/0.17	c Abstract SAT
0.09/0.18	c Simulation --> TransNum: 12648/14171 Try to Add: #clause: 1 #xorclause: 0
0.09/0.18	c #var: 4012 #clauses: 805 Solving... 
0.09/0.19	c Abstract SAT
0.19/0.20	c Simulation --> TransNum: 12649/14171 Try to Add: #clause: 1 #xorclause: 0
0.19/0.20	c #var: 4012 #clauses: 815 Solving... 
0.19/0.23	c Abstract SAT
0.19/0.23	c Simulation --> TransNum: 14171/14171 Try to Add: #clause: 1522 #xorclause: 0
0.19/0.23	c #var: 4012 #clauses: 1442 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377122-1305475573/watcher-3377122-1305475573 -o /tmp/evaluation-result-3377122-1305475573/solver-3377122-1305475573 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377122-1305475573.cnf 1681629050 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.42 3.90 3.96 2/353 9826
/proc/meminfo: memFree=17007680/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=34412 CPUtime=0 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 2316 0 0 0 0 0 0 0 22 0 1 0 659157010 35237888 2252 33554432000 4194304 6014671 140734689707344 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 8603 2252 378 445 0 2148 0

[startup+0.0374209 s]
/proc/loadavg: 3.42 3.90 3.96 2/353 9826
/proc/meminfo: memFree=17007680/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=37484 CPUtime=0.03 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 3249 0 0 0 3 0 0 0 22 0 1 0 659157010 38383616 3185 33554432000 4194304 6014671 140734689707344 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 9371 3187 635 445 0 2916 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 37484

[startup+0.100411 s]
/proc/loadavg: 3.42 3.90 3.96 2/353 9826
/proc/meminfo: memFree=17007680/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=43628 CPUtime=0.09 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 5002 0 0 0 9 0 0 0 22 0 1 0 659157010 44675072 4938 33554432000 4194304 6014671 140734689707344 18446744073709551615 4244413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 10907 4938 680 445 0 4452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43628

[startup+0.300377 s]
/proc/loadavg: 3.42 3.90 3.96 2/353 9826
/proc/meminfo: memFree=17007680/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=84924 CPUtime=0.29 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 5345 0 0 0 29 0 0 0 23 0 1 0 659157010 86962176 5281 33554432000 4194304 6014671 140734689707344 18446744073709551615 4422866 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 21231 5281 729 445 0 14776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84924

[startup+0.700306 s]
/proc/loadavg: 3.42 3.90 3.96 2/353 9826
/proc/meminfo: memFree=17007680/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=84924 CPUtime=0.69 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 5753 0 0 0 69 0 0 0 25 0 1 0 659157010 86962176 5689 33554432000 4194304 6014671 140734689707344 18446744073709551615 4425412 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 21231 5689 730 445 0 14776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84924

[startup+1.50017 s]
/proc/loadavg: 3.42 3.90 3.96 5/361 9841
/proc/meminfo: memFree=16834604/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=84924 CPUtime=1.49 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 6361 0 0 0 149 0 0 0 25 0 1 0 659157010 86962176 6297 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 21231 6297 730 445 0 14776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84924

[startup+3.10088 s]
/proc/loadavg: 3.42 3.90 3.96 5/361 9841
/proc/meminfo: memFree=16767540/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=84924 CPUtime=3.09 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 9010 0 0 0 309 0 0 0 25 0 1 0 659157010 86962176 8946 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 21231 8946 731 445 0 14776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84924

[startup+6.30032 s]
/proc/loadavg: 3.47 3.90 3.96 5/367 9853
/proc/meminfo: memFree=16279356/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=94264 CPUtime=6.29 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 12102 0 0 0 628 1 0 0 25 0 1 0 659157010 96526336 12038 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 23566 12038 731 445 0 17111 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94264

[startup+12.7002 s]
/proc/loadavg: 3.51 3.91 3.96 5/367 9853
/proc/meminfo: memFree=15696596/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=103728 CPUtime=12.69 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 14579 0 0 0 1268 1 0 0 25 0 1 0 659157010 106217472 14515 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 25932 14515 731 445 0 19477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103728

[startup+25.5009 s]
/proc/loadavg: 3.70 3.93 3.96 5/367 9853
/proc/meminfo: memFree=15136272/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=123312 CPUtime=25.49 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 19140 0 0 0 2547 2 0 0 25 0 1 0 659157010 126271488 19076 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 30828 19076 731 445 0 24373 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123312

[startup+51.1004 s]
/proc/loadavg: 3.80 3.93 3.96 5/367 9854
/proc/meminfo: memFree=14703260/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=155244 CPUtime=51.09 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 25195 0 0 0 5105 4 0 0 25 0 1 0 659157010 158969856 25131 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 38811 25131 731 445 0 32356 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155244

[startup+102.313 s]
/proc/loadavg: 3.95 3.95 3.97 5/367 9855
/proc/meminfo: memFree=13762812/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=198892 CPUtime=102.3 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 29949 0 0 0 10226 4 0 0 25 0 1 0 659157010 203665408 29881 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 49723 29881 731 445 0 43268 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198892

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.97 5/367 9857
/proc/meminfo: memFree=13033984/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=248296 CPUtime=162.3 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 33848 0 0 0 16224 6 0 0 25 0 1 0 659157010 254255104 33760 33554432000 4194304 6014671 140734689707344 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 62074 33760 731 445 0 55619 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 248296

[startup+222.3 s]
/proc/loadavg: 4.04 3.98 3.97 5/367 9858
/proc/meminfo: memFree=12627308/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=299544 CPUtime=222.29 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 48129 0 0 0 22219 10 0 0 25 0 1 0 659157010 306733056 47921 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 74886 47921 731 445 0 68431 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 299544

[startup+282.301 s]
/proc/loadavg: 4.01 3.98 3.97 5/367 9860
/proc/meminfo: memFree=12251676/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=299544 CPUtime=282.3 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 55949 0 0 0 28217 13 0 0 25 0 1 0 659157010 306733056 55741 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 74886 55741 731 445 0 68431 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 299544

[startup+342.3 s]
/proc/loadavg: 4.00 3.98 3.97 5/367 9862
/proc/meminfo: memFree=11981592/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=299544 CPUtime=342.3 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 56089 0 0 0 34217 13 0 0 25 0 1 0 659157010 306733056 55881 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 74886 55881 731 445 0 68431 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 299544

[startup+402.301 s]
/proc/loadavg: 4.04 4.00 3.98 5/367 9863
/proc/meminfo: memFree=11771128/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=355276 CPUtime=402.3 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 59584 0 0 0 40216 14 0 0 25 0 1 0 659157010 363802624 59376 33554432000 4194304 6014671 140734689707344 18446744073709551615 4376661 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 88819 59376 731 445 0 82364 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 355276

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 3.98 5/367 9865
/proc/meminfo: memFree=11687400/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=355276 CPUtime=462.31 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 68536 0 0 0 46214 17 0 0 25 0 1 0 659157010 363802624 68328 33554432000 4194304 6014671 140734689707344 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 88819 68328 735 445 0 82364 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 355276

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/367 9866
/proc/meminfo: memFree=11565952/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=355276 CPUtime=522.3 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 68996 0 0 0 52213 17 0 0 25 0 1 0 659157010 363802624 68784 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 88819 68784 731 445 0 82364 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 355276

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/367 9868
/proc/meminfo: memFree=11239808/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=355276 CPUtime=582.31 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 69006 0 0 0 58214 17 0 0 25 0 1 0 659157010 363802624 68794 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 88819 68794 731 445 0 82364 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 355276

[startup+642.3 s]
/proc/loadavg: 4.12 4.04 3.99 5/367 9870
/proc/meminfo: memFree=11132136/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=355276 CPUtime=642.32 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 69013 0 0 0 64215 17 0 0 25 0 1 0 659157010 363802624 68801 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 88819 68801 731 445 0 82364 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 355276

[startup+702.301 s]
/proc/loadavg: 4.04 4.03 3.99 5/367 9871
/proc/meminfo: memFree=10957760/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=415908 CPUtime=702.31 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 72900 0 0 0 70212 19 0 0 25 0 1 0 659157010 425889792 72688 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 103977 72688 731 445 0 97522 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 415908

[startup+762.313 s]
/proc/loadavg: 4.09 4.04 4.00 5/367 9873
/proc/meminfo: memFree=10898952/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=477568 CPUtime=762.32 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 74552 0 0 0 76213 19 0 0 25 0 1 0 659157010 489029632 74340 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 119392 74340 731 445 0 112937 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 477568

[startup+822.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9874
/proc/meminfo: memFree=10807772/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=541548 CPUtime=822.31 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 76411 0 0 0 82211 20 0 0 25 0 1 0 659157010 554545152 76199 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 135387 76199 731 445 0 128932 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 541548

[startup+882.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9876
/proc/meminfo: memFree=10761860/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=605636 CPUtime=882.31 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 77029 0 0 0 88211 20 0 0 25 0 1 0 659157010 620171264 76817 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 151409 76817 731 445 0 144954 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 605636

[startup+942.301 s]
/proc/loadavg: 4.06 4.03 4.00 5/367 9878
/proc/meminfo: memFree=10754252/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=670280 CPUtime=942.31 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 78027 0 0 0 94211 20 0 0 25 0 1 0 659157010 686366720 77815 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 167570 77815 731 445 0 161115 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 670280

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/367 9879
/proc/meminfo: memFree=10598844/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=670280 CPUtime=1002.32 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 89429 0 0 0 100208 24 0 0 25 0 1 0 659157010 686366720 89217 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 167570 89217 731 445 0 161115 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 670280

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9881
/proc/meminfo: memFree=10520796/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=670280 CPUtime=1062.32 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 95299 0 0 0 106207 25 0 0 25 0 1 0 659157010 686366720 95087 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 167570 95087 731 445 0 161115 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 670280

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/367 9882
/proc/meminfo: memFree=10497944/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=670280 CPUtime=1122.32 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 95299 0 0 0 112207 25 0 0 25 0 1 0 659157010 686366720 95087 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 167570 95087 731 445 0 161115 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 670280

[startup+1182.3 s]
/proc/loadavg: 4.17 4.05 4.01 5/367 9884
/proc/meminfo: memFree=10440748/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=670280 CPUtime=1182.32 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 96235 0 0 0 118207 25 0 0 25 0 1 0 659157010 686366720 96023 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 167570 96023 731 445 0 161115 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 670280

[startup+1242.3 s]
/proc/loadavg: 4.17 4.07 4.02 5/367 9886
/proc/meminfo: memFree=10375120/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=670280 CPUtime=1242.32 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 96235 0 0 0 124207 25 0 0 25 0 1 0 659157010 686366720 96023 33554432000 4194304 6014671 140734689707344 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 167570 96023 731 445 0 161115 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 670280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 4.01 5/367 9887
/proc/meminfo: memFree=10365780/32950928 swapFree=67111348/67111528
[pid=9826] ppid=9824 vsize=670280 CPUtime=1300.03 cores=5,7
/proc/9826/stat : 9826 (qutersat_releas) R 9824 9826 8779 0 -1 4202496 96236 0 0 0 129978 25 0 0 25 0 1 0 659157010 686366720 96024 33554432000 4194304 6014671 140734689707344 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/9826/statm: 167570 96024 731 445 0 161115 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 670280

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.79
CPU system time (s): 0.271958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 670280

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

runsolver used 4.45932 second user time and 10.8973 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 18:06:14
IDJOB=3377122
IDBENCH=84237
IDSOLVER=1856
FILE ID=node125/3377122-1305475573
RUNJOBID= node125-1305475573-9813
PBS_JOBID= 13325303
Free space on /tmp= 73188 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377122-1305475573/watcher-3377122-1305475573 -o /tmp/evaluation-result-3377122-1305475573/solver-3377122-1305475573 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377122-1305475573.cnf 1681629050

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=1681629050

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      17008076 kB
Buffers:        298280 kB
Cached:        4773876 kB
SwapCached:          0 kB
Active:       11789296 kB
Inactive:      3767324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17008076 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            2104 kB
Writeback:          20 kB
AnonPages:    10484604 kB
Mapped:          34328 kB
Slab:           280036 kB
PageTables:      41748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78504636 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= 73088 MiB
End job on node125 at 2011-05-15 18:27:56