Trace number 3384483

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.09 4999.95

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.02	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.02/0.02	c After covering, Total Root: 1 Leaf: 60
0.02/0.02	c Variable( cover/uncovered/unused ): 4264 0 0
0.02/0.02	c Unit Clauses: 2
0.02/0.02	c Binary Clauses( cover/uncovered ): 4214 0
0.02/0.02	c Clauses( cover/uncovered ): 10495 40
0.02/0.02	c Total Clauses( cover/uncovered ): 14711 40 99.7288%
0.02/0.02	c Covered Ands: 2107 Invs: 0 Xors: 2097 Ites: 0
0.02/0.02	c Uncover Clauses avg size: 3 max size: 3
0.02/0.02	c Final circuit: i/l/o/s      59       0      41      7522
0.02/0.02	c CnfToAig: Time: 0.02 s
0.02/0.07	c TmMap: Set choices finish.
0.02/0.08	c TmMap: Set big and: 1894
0.02/0.08	c TmMap: Origin: 7582 ClauseNum: 22566 --> New: 4054 ClauseNum: 14171
0.02/0.08	c TmMap: Time: 0
0.09/0.13	c Simulation --> TransNum: 7689/14171 Try to Add: #clause: 5749 #xorclause: 0
0.09/0.13	c #var: 4012 #clauses: 5148 Solving... 
0.09/0.18	c Abstract SAT
0.09/0.19	c Simulation --> TransNum: 12652/14171 Try to Add: #clause: 3 #xorclause: 0
0.09/0.19	c #var: 4012 #clauses: 815 Solving... 
0.09/0.20	c Abstract SAT
0.19/0.20	c Simulation --> TransNum: 12653/14171 Try to Add: #clause: 1 #xorclause: 0
0.19/0.20	c #var: 4012 #clauses: 816 Solving... 
0.19/0.22	c Abstract SAT
0.19/0.22	c Simulation --> TransNum: 14171/14171 Try to Add: #clause: 1518 #xorclause: 0
0.19/0.22	c #var: 4012 #clauses: 1394 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/4999.91	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-3384483-1305551701/watcher-3384483-1305551701 -o /tmp/evaluation-result-3384483-1305551701/solver-3384483-1305551701 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384483-1305551701.cnf 1338822005 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 2/433 8605
/proc/meminfo: memFree=14387472/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 1863 0 0 0 0 0 0 0 21 0 1 0 666767842 33140736 1799 33554432000 4194304 6014671 140737172052416 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 8091 1800 378 445 0 1636 0

[startup+0.025908 s]
/proc/loadavg: 1.92 2.00 1.99 2/433 8605
/proc/meminfo: memFree=14387472/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=34412 CPUtime=0.02 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 2483 0 0 0 2 0 0 0 21 0 1 0 666767842 35237888 2419 33554432000 4194304 6014671 140737172052416 18446744073709551615 4337391 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 8603 2419 397 445 0 2148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34412

[startup+0.100895 s]
/proc/loadavg: 1.92 2.00 1.99 2/433 8605
/proc/meminfo: memFree=14387472/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=43628 CPUtime=0.09 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 5002 0 0 0 9 0 0 0 21 0 1 0 666767842 44675072 4938 33554432000 4194304 6014671 140737172052416 18446744073709551615 4244448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 10907 4938 680 445 0 4452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43628

[startup+0.300856 s]
/proc/loadavg: 1.92 2.00 1.99 2/433 8605
/proc/meminfo: memFree=14387472/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=84916 CPUtime=0.29 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 5338 0 0 0 29 0 0 0 22 0 1 0 666767842 86953984 5274 33554432000 4194304 6014671 140737172052416 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 21229 5274 730 445 0 14774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84916

[startup+0.700784 s]
/proc/loadavg: 1.92 2.00 1.99 2/433 8605
/proc/meminfo: memFree=14387472/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=84916 CPUtime=0.69 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 5773 0 0 0 69 0 0 0 24 0 1 0 666767842 86953984 5709 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 21229 5709 730 445 0 14774 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84916

[startup+1.50064 s]
/proc/loadavg: 1.92 2.00 1.99 3/434 8606
/proc/meminfo: memFree=14365148/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=84916 CPUtime=1.49 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 6389 0 0 0 149 0 0 0 25 0 1 0 666767842 86953984 6325 33554432000 4194304 6014671 140737172052416 18446744073709551615 212687371921 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 21229 6325 730 445 0 14774 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84916

[startup+3.10035 s]
/proc/loadavg: 1.92 2.00 1.99 3/434 8606
/proc/meminfo: memFree=14356780/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=84916 CPUtime=3.09 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 9108 0 0 0 309 0 0 0 25 0 1 0 666767842 86953984 9042 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 21229 9042 731 445 0 14774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84916

[startup+6.30076 s]
/proc/loadavg: 1.93 2.00 1.99 3/434 8606
/proc/meminfo: memFree=14342000/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=94304 CPUtime=6.28 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 11873 0 0 0 628 0 0 0 25 0 1 0 666767842 96567296 11807 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 23576 11807 731 445 0 17121 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 94304

[startup+12.7006 s]
/proc/loadavg: 1.93 2.00 1.99 3/434 8606
/proc/meminfo: memFree=14335064/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=104236 CPUtime=12.69 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 15630 0 0 0 1268 1 0 0 25 0 1 0 666767842 106737664 15551 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 26059 15551 732 445 0 19604 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104236

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.99 3/434 8606
/proc/meminfo: memFree=14315744/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=124024 CPUtime=25.49 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 18071 0 0 0 2547 2 0 0 25 0 1 0 666767842 127000576 17992 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 31006 17992 732 445 0 24551 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124024

[startup+51.1006 s]
/proc/loadavg: 2.10 2.03 2.00 3/434 8607
/proc/meminfo: memFree=14295264/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=145212 CPUtime=51.09 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 23409 0 0 0 5106 3 0 0 25 0 1 0 666767842 148697088 23329 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 36303 23329 731 445 0 29848 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145212

[startup+102.316 s]
/proc/loadavg: 2.12 2.04 2.00 3/434 8608
/proc/meminfo: memFree=14217128/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=188772 CPUtime=102.31 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 36863 0 0 0 10226 5 0 0 25 0 1 0 666767842 193302528 36783 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 47193 36783 731 445 0 40738 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 188772

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/434 8610
/proc/meminfo: memFree=14194028/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=237928 CPUtime=162.29 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 42088 0 0 0 16224 5 0 0 25 0 1 0 666767842 243638272 42004 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 59482 42004 733 445 0 53027 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 237928

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/434 8612
/proc/meminfo: memFree=14193644/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=288164 CPUtime=222.29 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 42197 0 0 0 22224 5 0 0 25 0 1 0 666767842 295079936 42079 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 72041 42079 733 445 0 65586 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 288164

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8613
/proc/meminfo: memFree=14161016/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=288164 CPUtime=282.29 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 42300 0 0 0 28224 5 0 0 25 0 1 0 666767842 295079936 42083 33554432000 4194304 6014671 140737172052416 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 72041 42083 733 445 0 65586 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 288164

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8615
/proc/meminfo: memFree=14130976/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=342640 CPUtime=342.3 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 49467 0 0 0 34223 7 0 0 25 0 1 0 666767842 350863360 49174 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423035 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 85660 49174 733 445 0 79205 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 342640

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8616
/proc/meminfo: memFree=14123136/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=342640 CPUtime=402.3 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 50992 0 0 0 40223 7 0 0 25 0 1 0 666767842 350863360 50570 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 85660 50570 733 445 0 79205 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 342640

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8618
/proc/meminfo: memFree=14103640/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=342640 CPUtime=462.3 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 55860 0 0 0 46222 8 0 0 25 0 1 0 666767842 350863360 55438 33554432000 4194304 6014671 140737172052416 18446744073709551615 4378840 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 85660 55438 733 445 0 79205 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 342640

[startup+522.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/434 8620
/proc/meminfo: memFree=14063564/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=342640 CPUtime=522.3 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 65754 0 0 0 52221 9 0 0 25 0 1 0 666767842 350863360 65196 33554432000 4194304 6014671 140737172052416 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 85660 65196 733 445 0 79205 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 342640

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/434 8621
/proc/meminfo: memFree=14059572/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=342640 CPUtime=582.3 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 66753 0 0 0 58221 9 0 0 25 0 1 0 666767842 350863360 66195 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 85660 66195 733 445 0 79205 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 342640

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.17 1.54 2/428 8744
/proc/meminfo: memFree=14221084/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=859788 CPUtime=4062.43 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 162524 0 0 0 406217 26 0 0 25 0 1 0 666767842 880422912 157173 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 214947 157173 731 445 0 208492 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 859788

[startup+4122.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/428 8746
/proc/meminfo: memFree=14221068/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=859788 CPUtime=4122.42 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 162524 0 0 0 412216 26 0 0 25 0 1 0 666767842 880422912 157098 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 214947 157098 731 445 0 208492 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 859788

[startup+4182.3 s]
/proc/loadavg: 1.00 1.11 1.47 2/428 8747
/proc/meminfo: memFree=14221548/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=859788 CPUtime=4182.42 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 162608 0 0 0 418216 26 0 0 25 0 1 0 666767842 880422912 157182 33554432000 4194304 6014671 140737172052416 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 214947 157182 731 445 0 208492 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 859788

[startup+4242.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/428 8749
/proc/meminfo: memFree=14221160/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=859788 CPUtime=4242.42 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 162608 0 0 0 424216 26 0 0 25 0 1 0 666767842 880422912 157182 33554432000 4194304 6014671 140737172052416 18446744073709551615 4511656 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 214947 157182 731 445 0 208492 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 859788

[startup+4302.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/428 8750
/proc/meminfo: memFree=14221144/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=859788 CPUtime=4302.42 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 162608 0 0 0 430216 26 0 0 25 0 1 0 666767842 880422912 157182 33554432000 4194304 6014671 140737172052416 18446744073709551615 4422690 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 214947 157182 731 445 0 208492 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 859788

[startup+4362.3 s]
/proc/loadavg: 1.07 1.08 1.39 2/428 8752
/proc/meminfo: memFree=14207612/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=859788 CPUtime=4362.42 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 166364 0 0 0 436216 26 0 0 25 0 1 0 666767842 880422912 160858 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 214947 160858 731 445 0 208492 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 859788

[startup+4422.3 s]
/proc/loadavg: 1.06 1.08 1.37 2/428 8754
/proc/meminfo: memFree=14188124/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4422.42 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 170987 0 0 0 442215 27 0 0 25 0 1 0 666767842 974946304 165481 33554432000 4194304 6014671 140737172052416 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165481 731 445 0 231569 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 952096

[startup+4482.3 s]
/proc/loadavg: 1.02 1.06 1.34 2/428 8755
/proc/meminfo: memFree=14187720/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4482.43 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 171071 0 0 0 448215 28 0 0 25 0 1 0 666767842 974946304 165565 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165565 731 445 0 231569 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 952096

[startup+4542.3 s]
/proc/loadavg: 1.00 1.05 1.32 2/428 8757
/proc/meminfo: memFree=14187704/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4542.43 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 171129 0 0 0 454215 28 0 0 25 0 1 0 666767842 974946304 165542 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165542 731 445 0 231569 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 952096

[startup+4602.3 s]
/proc/loadavg: 1.00 1.04 1.29 2/428 8758
/proc/meminfo: memFree=14187564/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4602.44 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 171152 0 0 0 460216 28 0 0 25 0 1 0 666767842 974946304 165483 33554432000 4194304 6014671 140737172052416 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165483 731 445 0 231569 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 952096

[startup+4662.3 s]
/proc/loadavg: 1.00 1.03 1.27 2/428 8760
/proc/meminfo: memFree=14187548/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4662.43 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 171152 0 0 0 466215 28 0 0 25 0 1 0 666767842 974946304 165483 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165483 731 445 0 231569 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 952096

[startup+4722.32 s]
/proc/loadavg: 1.00 1.02 1.25 2/428 8762
/proc/meminfo: memFree=14186664/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4722.45 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 171152 0 0 0 472217 28 0 0 25 0 1 0 666767842 974946304 165483 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165483 731 445 0 231569 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 952096

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.24 2/428 8763
/proc/meminfo: memFree=14187636/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4782.44 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 171152 0 0 0 478216 28 0 0 25 0 1 0 666767842 974946304 165483 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165483 731 445 0 231569 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 952096

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/428 8765
/proc/meminfo: memFree=14187372/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4842.44 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 171225 0 0 0 484216 28 0 0 25 0 1 0 666767842 974946304 165556 33554432000 4194304 6014671 140737172052416 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 165556 731 445 0 231569 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 952096

[startup+4902.3 s]
/proc/loadavg: 1.05 1.02 1.21 2/428 8766
/proc/meminfo: memFree=14182876/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4902.44 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 172427 0 0 0 490216 28 0 0 25 0 1 0 666767842 974946304 166667 33554432000 4194304 6014671 140737172052416 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 166667 731 445 0 231569 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 952096

[startup+4962.3 s]
/proc/loadavg: 1.02 1.01 1.19 2/428 8768
/proc/meminfo: memFree=14182984/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=4962.44 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 172518 0 0 0 496216 28 0 0 25 0 1 0 666767842 974946304 166758 33554432000 4194304 6014671 140737172052416 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 166758 731 445 0 231569 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 952096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.01 1.18 2/428 8769
/proc/meminfo: memFree=14182980/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=5000.05 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 172518 0 0 0 499977 28 0 0 25 0 1 0 666767842 974946304 166758 33554432000 4194304 6014671 140737172052416 18446744073709551615 4369663 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 166758 731 445 0 231569 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 952096

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

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

[startup+4999.9 s]
/proc/loadavg: 1.01 1.01 1.18 2/428 8769
/proc/meminfo: memFree=14182980/32951124 swapFree=67111348/67111528
[pid=8605] ppid=8603 vsize=952096 CPUtime=5000.05 cores=1,3,5,7
/proc/8605/stat : 8605 (qutersat_releas) R 8603 8605 8027 0 -1 4202496 172518 0 0 0 499977 28 0 0 25 0 1 0 666767842 974946304 166758 33554432000 4194304 6014671 140737172052416 18446744073709551615 4369663 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/8605/statm: 238024 166758 731 445 0 231569 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 952096

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.09
CPU user time (s): 4999.78
CPU system time (s): 0.311952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 952096

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

runsolver used 20.5679 second user time and 50.3543 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-16 15:15:01
IDJOB=3384483
IDBENCH=84237
IDSOLVER=1868
FILE ID=node139/3384483-1305551701
RUNJOBID= node139-1305540196-8046
PBS_JOBID= 13329214
Free space on /tmp= 73312 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-3384483-1305551701/watcher-3384483-1305551701 -o /tmp/evaluation-result-3384483-1305551701/solver-3384483-1305551701 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384483-1305551701.cnf 1338822005

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=1338822005

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14387752 kB
Buffers:        339824 kB
Cached:        3295936 kB
SwapCached:          0 kB
Active:       16028132 kB
Inactive:      2202272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14387752 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:    14594244 kB
Mapped:          36004 kB
Slab:           206720 kB
PageTables:      59740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 105164400 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= 73312 MiB
End job on node139 at 2011-05-16 16:38:23