Trace number 3188395

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-03-01? (TO) 1300.04 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S924370159-018-UNKNOWN.cnf
MD5SUM392862e8cb399d235b8f33dd872803fb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.755884
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 2500 #clause: 10500
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.03	c Find Ands  :          0 AvgFaninNum: nan
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 : 0
0.00/0.03	c Total Root : 0 Undef Var: 2500
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 2500 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.03	c Clauses( cover/uncovered ): 0 10500
0.00/0.03	c Total Clauses( cover/uncovered ): 0 10500 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 3 max size: 3
0.00/0.04	c Final circuit: i/l/o/s    2500       0   10500     20993
0.00/0.04	c CnfToAig: Time: 0.02 s
0.00/0.06	c TmMap: Set choices finish.
0.00/0.07	c TmMap: Set big and: 10500
0.00/0.07	c TmMap: Origin: 23494 ClauseNum: 62979 --> New: 13001 ClauseNum: 42000
0.00/0.07	c TmMap: Time: 0.01
0.00/0.07	c Try to Add: #clause: 21000 #xorclause: 0
0.00/0.08	c #var: 2500 #clauses: 10501 Solving... 
1300.01/1300.00	c Time Out !!
1300.01/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3188395-1302280187/watcher-3188395-1302280187 -o /tmp/evaluation-result-3188395-1302280187/solver-3188395-1302280187 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3188395-1302280187.cnf 1664206783 

running on 2 cores: 4,6

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: 4.00 4.00 4.42 2/181 4134
/proc/meminfo: memFree=16891720/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=6420 CPUtime=0 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) D 4132 4134 4090 0 -1 4194304 97 0 0 0 0 0 0 0 25 0 1 0 418249427 6574080 48 33554432000 4194304 6016207 140734628227024 18446744073709551615 256410467975 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 0
/proc/4134/statm: 1605 48 37 445 0 65 0

[startup+0.011972 s]
/proc/loadavg: 4.00 4.00 4.42 2/181 4134
/proc/meminfo: memFree=16891720/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=6420 CPUtime=0 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) D 4132 4134 4090 0 -1 4194304 97 0 0 0 0 0 0 0 25 0 1 0 418249427 6574080 48 33554432000 4194304 6016207 140734628227024 18446744073709551615 256410468071 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/4134/statm: 1605 48 37 445 0 65 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100948 s]
/proc/loadavg: 4.00 4.00 4.42 2/181 4134
/proc/meminfo: memFree=16891720/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=52856 CPUtime=0.07 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 5387 0 3 0 7 0 0 0 18 0 1 0 418249427 54124544 5322 33554432000 4194304 6016207 140734628227024 18446744073709551615 256415416215 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 13214 5322 709 445 0 6758 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 52856

[startup+0.300912 s]
/proc/loadavg: 4.00 4.00 4.42 2/181 4134
/proc/meminfo: memFree=16891720/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=52856 CPUtime=0.27 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 5627 0 3 0 27 0 0 0 18 0 1 0 418249427 54124544 5562 33554432000 4194304 6016207 140734628227024 18446744073709551615 4426964 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 13214 5562 719 445 0 6758 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 52856

[startup+0.700819 s]
/proc/loadavg: 4.00 4.00 4.42 2/181 4134
/proc/meminfo: memFree=16891720/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=61724 CPUtime=0.67 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 6183 0 3 0 66 1 0 0 18 0 1 0 418249427 63205376 6118 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 15431 6118 719 445 0 8975 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 61724

[startup+1.50067 s]
/proc/loadavg: 4.00 4.00 4.42 5/190 4151
/proc/meminfo: memFree=16615344/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=79828 CPUtime=1.47 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 7312 0 3 0 146 1 0 0 20 0 1 0 418249427 81743872 7247 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425999 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 19957 7247 719 445 0 13501 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 79828

[startup+3.10038 s]
/proc/loadavg: 4.00 4.00 4.42 5/190 4151
/proc/meminfo: memFree=16603812/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=79956 CPUtime=3.07 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 9728 0 3 0 306 1 0 0 25 0 1 0 418249427 81874944 9663 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425654 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 19989 9663 727 445 0 13533 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 79956

[startup+6.30077 s]
/proc/loadavg: 4.00 4.00 4.41 5/190 4151
/proc/meminfo: memFree=16560044/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=107832 CPUtime=6.27 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 13452 0 3 0 625 2 0 0 25 0 1 0 418249427 110419968 13387 33554432000 4194304 6016207 140734628227024 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 26958 13387 727 445 0 20502 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 107832

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 4.41 5/190 4151
/proc/meminfo: memFree=16436216/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=117292 CPUtime=12.68 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 17880 0 3 0 1265 3 0 0 25 0 1 0 418249427 120107008 17799 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 29323 17799 727 445 0 22867 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 117292

[startup+25.5012 s]
/proc/loadavg: 4.00 4.00 4.40 5/190 4151
/proc/meminfo: memFree=16252420/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=146300 CPUtime=25.47 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 24020 0 3 0 2544 3 0 0 25 0 1 0 418249427 149811200 23937 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 36575 23937 727 445 0 30119 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 146300

[startup+51.1003 s]
/proc/loadavg: 4.00 4.00 4.39 5/190 4152
/proc/meminfo: memFree=16047868/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=146300 CPUtime=51.07 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 25875 0 3 0 5103 4 0 0 25 0 1 0 418249427 149811200 25792 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 36575 25792 727 445 0 30119 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 146300

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 4154
/proc/meminfo: memFree=15884284/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=227148 CPUtime=102.27 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 34832 0 3 0 10221 6 0 0 25 0 1 0 418249427 232599552 34749 33554432000 4194304 6016207 140734628227024 18446744073709551615 4426936 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 56787 34749 727 445 0 50331 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 227148

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 4.34 5/190 4155
/proc/meminfo: memFree=15732216/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=227148 CPUtime=162.27 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 41788 0 3 0 16219 8 0 0 25 0 1 0 418249427 232599552 41645 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 56787 41645 727 445 0 50331 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 227148

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 4.32 5/190 4157
/proc/meminfo: memFree=15626008/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=358092 CPUtime=222.27 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 46791 0 3 0 22217 10 0 0 25 0 1 0 418249427 366686208 45275 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 89523 45275 727 445 0 83067 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 358092

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 4.30 5/190 4158
/proc/meminfo: memFree=15542032/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=358092 CPUtime=282.27 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 48487 0 3 0 28217 10 0 0 25 0 1 0 418249427 366686208 46971 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 89523 46971 727 445 0 83067 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 358092

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.27 5/190 4160
/proc/meminfo: memFree=15522916/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=358092 CPUtime=342.28 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 49121 0 3 0 34217 11 0 0 25 0 1 0 418249427 366686208 47605 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 89523 47605 727 445 0 83067 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 358092

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 4.26 5/190 4161
/proc/meminfo: memFree=15469064/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=358092 CPUtime=402.28 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 49602 0 3 0 40217 11 0 0 25 0 1 0 418249427 366686208 48086 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 89523 48086 727 445 0 83067 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 358092

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 4.24 5/190 4163
/proc/meminfo: memFree=15408636/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=358092 CPUtime=462.28 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 49884 0 3 0 46217 11 0 0 25 0 1 0 418249427 366686208 48368 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 89523 48368 727 445 0 83067 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 358092

[startup+522.301 s]
/proc/loadavg: 4.07 4.03 4.23 5/190 4165
/proc/meminfo: memFree=15402128/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=358092 CPUtime=522.28 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 50170 0 3 0 52216 12 0 0 25 0 1 0 418249427 366686208 48654 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425159 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 89523 48654 727 445 0 83067 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 358092

[startup+582.301 s]
/proc/loadavg: 4.11 4.05 4.22 5/190 4169
/proc/meminfo: memFree=15358676/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405752 CPUtime=582.28 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 56060 0 3 0 58215 13 0 0 25 0 1 0 418249427 415490048 54544 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101438 54544 727 445 0 94982 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 405752

[startup+642.301 s]
/proc/loadavg: 4.04 4.04 4.21 5/190 4171
/proc/meminfo: memFree=15323572/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405752 CPUtime=642.29 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 62663 0 3 0 64214 15 0 0 25 0 1 0 418249427 415490048 61147 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101438 61147 727 445 0 94982 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 405752

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 4.19 5/190 4173
/proc/meminfo: memFree=15299612/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405752 CPUtime=702.28 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 67695 0 3 0 70212 16 0 0 25 0 1 0 418249427 415490048 66179 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101438 66179 727 445 0 94982 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 405752

[startup+762.306 s]
/proc/loadavg: 4.00 4.02 4.17 5/190 4174
/proc/meminfo: memFree=15271300/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=762.29 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 72832 0 3 0 76212 17 0 0 25 0 1 0 418249427 415621120 71304 33554432000 4194304 6016207 140734628227024 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 71304 727 445 0 95014 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 405880

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.16 5/190 4176
/proc/meminfo: memFree=15262316/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=822.29 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 72994 0 3 0 82212 17 0 0 25 0 1 0 418249427 415621120 71466 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 71466 727 445 0 95014 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 405880

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 4.15 5/190 4177
/proc/meminfo: memFree=15174128/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=882.29 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 73134 0 3 0 88212 17 0 0 25 0 1 0 418249427 415621120 71606 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425709 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 71606 727 445 0 95014 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 405880

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 4.14 5/190 4179
/proc/meminfo: memFree=15032500/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=942.3 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 74378 0 3 0 94212 18 0 0 25 0 1 0 418249427 415621120 72850 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 72850 727 445 0 95014 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 405880

[startup+1002.3 s]
/proc/loadavg: 4.06 4.01 4.13 5/190 4181
/proc/meminfo: memFree=15011880/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=1002.29 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 77734 0 3 0 100210 19 0 0 25 0 1 0 418249427 415621120 76206 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425585 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 76206 727 445 0 95014 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 405880

[startup+1062.3 s]
/proc/loadavg: 4.05 4.02 4.13 5/190 4182
/proc/meminfo: memFree=14879544/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=1062.29 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 78474 0 3 0 106210 19 0 0 25 0 1 0 418249427 415621120 76946 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 76946 727 445 0 95014 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 405880

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 4.12 5/190 4184
/proc/meminfo: memFree=14774684/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=1122.29 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 78927 0 3 0 112210 19 0 0 25 0 1 0 418249427 415621120 77399 33554432000 4194304 6016207 140734628227024 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 77399 727 445 0 95014 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 405880

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.10 5/190 4185
/proc/meminfo: memFree=14679432/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=1182.3 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 79585 0 3 0 118210 20 0 0 25 0 1 0 418249427 415621120 78057 33554432000 4194304 6016207 140734628227024 18446744073709551615 4426099 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 78057 727 445 0 95014 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 405880

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.09 5/190 4187
/proc/meminfo: memFree=14653592/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=1242.3 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 81907 0 3 0 124209 21 0 0 25 0 1 0 418249427 415621120 80379 33554432000 4194304 6016207 140734628227024 18446744073709551615 4424318 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 80379 727 445 0 95014 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 405880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.09 5/191 4189
/proc/meminfo: memFree=14681952/32950928 swapFree=67111524/67111528
[pid=4134] ppid=4132 vsize=405880 CPUtime=1300.01 cores=4,6
/proc/4134/stat : 4134 (qutersat_releas) R 4132 4134 4090 0 -1 4202496 82125 0 3 0 129980 21 0 0 25 0 1 0 418249427 415621120 80597 33554432000 4194304 6016207 140734628227024 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 4 0 0 1
/proc/4134/statm: 101470 80597 727 445 0 95014 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 405880

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.81
CPU system time (s): 0.230964
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 405880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82130
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 3124

runsolver used 2.24766 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-08 18:29:48
IDJOB=3188395
IDBENCH=82526
IDSOLVER=1607
FILE ID=node115/3188395-1302280187
RUNJOBID= node115-1302280187-4109
PBS_JOBID= 12919063
Free space on /tmp= 70908 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S924370159-018-UNKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3188395-1302280187/watcher-3188395-1302280187 -o /tmp/evaluation-result-3188395-1302280187/solver-3188395-1302280187 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3188395-1302280187.cnf 1664206783

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

MD5SUM BENCH= 392862e8cb399d235b8f33dd872803fb
RANDOM SEED=1664206783

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.77
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.811
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.811
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.811
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:     32950928 kB
MemFree:      16892124 kB
Buffers:        415084 kB
Cached:       15169476 kB
SwapCached:          4 kB
Active:        3415024 kB
Inactive:     12237540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16892124 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:       67248 kB
Mapped:          15108 kB
Slab:           341492 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   212744 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= 70896 MiB
End job on node115 at 2011-04-08 18:51:30