Trace number 3377169

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) 1263.51 1300.05

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.29/0.34	c Parse Cnf success: #var: 163622 #clause: 488120
0.29/0.34	c Find Units :          2
0.29/0.36	c Find Invs  :          0
0.39/0.44	c Find Ands  :     165958 AvgFaninNum: 2
0.39/0.46	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.50	c Find Ite   :          0
0.59/0.62	c UnDirect variable: 0
0.59/0.62	c UnDirect to Direct Gate: 0
0.59/0.62	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.59/0.64	c Break Cycle : 2025
0.59/0.64	c Total Root : 1 Undef Var: 2590
0.69/0.76	c After covering, Total Root: 1532 Leaf: 2590
0.69/0.76	c Variable( cover/uncovered/unused ): 163622 0 0
0.69/0.76	c Unit Clauses: 2
0.69/0.76	c Binary Clauses( cover/uncovered ): 322064 3348
0.69/0.76	c Clauses( cover/uncovered ): 161032 1674
0.69/0.76	c Total Clauses( cover/uncovered ): 483098 5022 98.9712%
0.69/0.76	c Covered Ands: 161032 Invs: 0 Xors: 0 Ites: 0
0.69/0.77	c Uncover Clauses avg size: 2.33333 max size: 3
0.69/0.77	c Final circuit: i/l/o/s    2589       0    5023    167531
0.69/0.77	c CnfToAig: Time: 0.76 s
1.39/1.40	c TmMap: Set choices finish.
1.39/1.46	c TmMap: Set big and: 15200
1.39/1.46	c TmMap: Origin: 170121 ClauseNum: 502593 --> New: 48130 ClauseNum: 206628
1.39/1.46	c TmMap: Time: 0.12
2.59/2.61	c Simulation --> TransNum: 125173/206628 Try to Add: #clause: 101711 #xorclause: 0
2.59/2.69	c #var: 35915 #clauses: 113242 Solving... 
12.79/12.85	c Abstract SAT
12.99/13.02	c Simulation --> TransNum: 164468/206628 Try to Add: #clause: 84 #xorclause: 0
12.99/13.02	c #var: 35969 #clauses: 78263 Solving... 
13.28/13.33	c Abstract SAT
13.48/13.50	c Simulation --> TransNum: 164599/206628 Try to Add: #clause: 9 #xorclause: 0
13.48/13.50	c #var: 35969 #clauses: 78299 Solving... 
14.19/14.23	c Abstract SAT
14.19/14.24	c Simulation --> TransNum: 206628/206628 Try to Add: #clause: 41340 #xorclause: 0
14.19/14.27	c #var: 43106 #clauses: 145289 Solving... 
1263.48/1300.03	c Time Out !!
1263.48/1300.03	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-3377169-1305468406/watcher-3377169-1305468406 -o /tmp/evaluation-result-3377169-1305468406/solver-3377169-1305468406 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377169-1305468406.cnf 920676560 

running on 2 cores: 0,2

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 5.12 6.08 4/350 4009
/proc/meminfo: memFree=11127248/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=31844 CPUtime=0 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 1149 0 0 0 0 0 0 0 18 0 1 0 639256279 32608256 1086 33554432000 4194304 6014671 140737037923808 18446744073709551615 270338077755 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4009/statm: 7961 1098 305 445 0 1506 0

[startup+0.069161 s]
/proc/loadavg: 4.00 5.12 6.08 4/350 4009
/proc/meminfo: memFree=11127248/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=48488 CPUtime=0.05 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 5741 0 0 0 5 0 0 0 18 0 1 0 639256279 49651712 5677 33554432000 4194304 6014671 140737037923808 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 12122 5678 378 445 0 5667 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48488

[startup+0.10114 s]
/proc/loadavg: 4.00 5.12 6.08 4/350 4009
/proc/meminfo: memFree=11127248/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=55656 CPUtime=0.08 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 7592 0 0 0 8 0 0 0 18 0 1 0 639256279 56991744 7528 33554432000 4194304 6014671 140737037923808 18446744073709551615 4277362 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 13914 7528 378 445 0 7459 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55656

[startup+0.301105 s]
/proc/loadavg: 4.00 5.12 6.08 4/350 4009
/proc/meminfo: memFree=11127248/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=84584 CPUtime=0.29 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 14785 0 0 0 27 2 0 0 18 0 1 0 639256279 86614016 14721 33554432000 4194304 6014671 140737037923808 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 21146 14721 378 445 0 14691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84584

[startup+0.701058 s]
/proc/loadavg: 4.00 5.12 6.08 4/350 4009
/proc/meminfo: memFree=11127248/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=97000 CPUtime=0.69 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 17877 0 0 0 67 2 0 0 18 0 1 0 639256279 99328000 17813 33554432000 4194304 6014671 140737037923808 18446744073709551615 4274117 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 24250 17813 398 445 0 17795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97000

[startup+1.50084 s]
/proc/loadavg: 4.00 5.12 6.08 6/351 4010
/proc/meminfo: memFree=11049596/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=150448 CPUtime=1.49 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 31645 0 0 0 145 4 0 0 20 0 1 0 639256279 154058752 31581 33554432000 4194304 6014671 140737037923808 18446744073709551615 4807929 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 37612 31581 670 445 0 31157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150448

[startup+3.10055 s]
/proc/loadavg: 4.00 5.12 6.08 6/351 4010
/proc/meminfo: memFree=10993300/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=150448 CPUtime=3.09 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 31675 0 0 0 305 4 0 0 25 0 1 0 639256279 154058752 31611 33554432000 4194304 6014671 140737037923808 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 37612 31611 697 445 0 31157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 150448

[startup+6.30092 s]
/proc/loadavg: 4.00 5.10 6.07 6/351 4010
/proc/meminfo: memFree=10990700/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=150448 CPUtime=6.29 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 31702 0 0 0 625 4 0 0 25 0 1 0 639256279 154058752 31638 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 37612 31638 723 445 0 31157 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 150448

[startup+12.7006 s]
/proc/loadavg: 4.00 5.08 6.06 6/351 4010
/proc/meminfo: memFree=10868464/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=162124 CPUtime=12.69 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 33113 0 0 0 1265 4 0 0 25 0 1 0 639256279 166014976 33049 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 40531 33049 728 445 0 34076 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 162124

[startup+25.5011 s]
/proc/loadavg: 4.00 5.02 6.02 6/351 4011
/proc/meminfo: memFree=10841784/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=162124 CPUtime=25.49 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 33698 0 0 0 2545 4 0 0 25 0 1 0 639256279 166014976 33634 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423681 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 40531 33634 730 445 0 34076 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 162124

[startup+51.101 s]
/proc/loadavg: 4.00 4.94 5.97 6/351 4011
/proc/meminfo: memFree=10428096/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=174936 CPUtime=51.09 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 36258 0 0 0 5104 5 0 0 25 0 1 0 639256279 179134464 36168 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 43734 36168 730 445 0 37279 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174936

[startup+102.313 s]
/proc/loadavg: 4.00 4.79 5.86 6/351 4013
/proc/meminfo: memFree=9923928/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=228556 CPUtime=102.3 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 43563 0 0 0 10223 7 0 0 25 0 1 0 639256279 234041344 43466 33554432000 4194304 6014671 140737037923808 18446744073709551615 4666504 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 57139 43466 730 445 0 50684 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 228556

[startup+162.301 s]
/proc/loadavg: 4.00 4.65 5.74 6/351 4014
/proc/meminfo: memFree=8815500/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=228556 CPUtime=162.29 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 45082 0 0 0 16222 7 0 0 25 0 1 0 639256279 234041344 44757 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 57139 44757 731 445 0 50684 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 228556

[startup+222.301 s]
/proc/loadavg: 4.00 4.53 5.63 6/351 4016
/proc/meminfo: memFree=8435024/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=228556 CPUtime=222.29 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 46134 0 0 0 22222 7 0 0 25 0 1 0 639256279 234041344 45808 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423487 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 57139 45808 730 445 0 50684 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 228556

[startup+282.301 s]
/proc/loadavg: 4.12 4.46 5.54 6/351 4017
/proc/meminfo: memFree=8223320/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=245104 CPUtime=282.29 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 51619 0 0 0 28221 8 0 0 25 0 1 0 639256279 250986496 51282 33554432000 4194304 6014671 140737037923808 18446744073709551615 4379163 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 61276 51282 730 445 0 54821 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 245104

[startup+342.3 s]
/proc/loadavg: 4.11 4.39 5.44 6/351 4019
/proc/meminfo: memFree=7174012/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=279336 CPUtime=342.3 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 56074 0 0 0 34220 10 0 0 25 0 1 0 639256279 286040064 55737 33554432000 4194304 6014671 140737037923808 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 69834 55737 730 445 0 63379 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 279336

[startup+402.3 s]
/proc/loadavg: 4.08 4.33 5.36 6/351 4021
/proc/meminfo: memFree=7035580/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=296824 CPUtime=402.3 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 61484 0 0 0 40219 11 0 0 25 0 1 0 639256279 303947776 61147 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424571 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 74206 61147 730 445 0 67751 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 296824

[startup+462.3 s]
/proc/loadavg: 4.03 4.27 5.27 6/351 4022
/proc/meminfo: memFree=6988312/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=367868 CPUtime=462.3 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 63282 0 0 0 46218 12 0 0 25 0 1 0 639256279 376696832 62945 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 91967 62945 730 445 0 85512 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 367868

[startup+522.301 s]
/proc/loadavg: 4.01 4.22 5.19 6/351 4024
/proc/meminfo: memFree=6030120/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=367868 CPUtime=522.31 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 64067 0 0 0 52218 13 0 0 25 0 1 0 639256279 376696832 63730 33554432000 4194304 6014671 140737037923808 18446744073709551615 4422777 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 91967 63730 730 445 0 85512 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 367868

[startup+582.301 s]
/proc/loadavg: 4.00 4.17 5.11 6/351 4025
/proc/meminfo: memFree=5866784/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=367868 CPUtime=582.31 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 64763 0 0 0 58218 13 0 0 25 0 1 0 639256279 376696832 64426 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 91967 64426 730 445 0 85512 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 367868

[startup+642.301 s]
/proc/loadavg: 4.00 4.14 5.04 6/351 4027
/proc/meminfo: memFree=5822996/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=367868 CPUtime=642.33 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 64763 0 0 0 64219 14 0 0 25 0 1 0 639256279 376696832 64426 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 91967 64426 730 445 0 85512 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 367868

[startup+702.301 s]
/proc/loadavg: 4.00 4.11 4.97 6/351 4029
/proc/meminfo: memFree=5822464/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=367868 CPUtime=702.32 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 66695 0 0 0 70218 14 0 0 25 0 1 0 639256279 376696832 62165 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 91967 62165 730 445 0 85512 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 367868

[startup+762.313 s]
/proc/loadavg: 4.07 4.10 4.91 6/351 4030
/proc/meminfo: memFree=4998464/32951124 swapFree=59367104/67111528
[pid=4009] ppid=4007 vsize=367868 CPUtime=762.33 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 71604 0 0 0 76218 15 0 0 25 0 1 0 639256279 376696832 67074 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/4009/statm: 91967 67074 730 445 0 85512 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 367868

[startup+822.301 s]
/proc/loadavg: 6.56 4.75 5.08 5/351 4032
/proc/meminfo: memFree=94412/32951124 swapFree=58456728/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=804.41 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) D 4007 4009 3837 0 -1 4204544 79873 0 0 0 80400 41 0 0 18 0 1 0 639256279 458928128 75343 33554432000 4194304 6014671 140737037923808 18446744073709551615 270338080454 0 0 4096 16386 18446744071562234512 0 0 17 0 0 0 1772
/proc/4009/statm: 112043 75343 730 445 0 105588 0
Current children cumulated CPU time (s) 804.41
Current children cumulated vsize (KiB) 448172

[startup+882.301 s]
/proc/loadavg: 8.65 5.78 5.42 5/349 4051
/proc/meminfo: memFree=12127932/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=845.73 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 81986 0 0 0 84499 74 0 0 25 0 1 0 639256279 458928128 77456 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 77456 730 445 0 105588 0
Current children cumulated CPU time (s) 845.73
Current children cumulated vsize (KiB) 448172

[startup+942.301 s]
/proc/loadavg: 5.99 5.56 5.36 6/351 4064
/proc/meminfo: memFree=13994532/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=905.74 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 83655 0 0 0 90498 76 0 0 25 0 1 0 639256279 458928128 79125 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 79125 730 445 0 105588 0
Current children cumulated CPU time (s) 905.74
Current children cumulated vsize (KiB) 448172

[startup+1002.3 s]
/proc/loadavg: 4.73 5.27 5.27 6/351 4066
/proc/meminfo: memFree=13967780/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=965.74 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 84677 0 0 0 96498 76 0 0 25 0 1 0 639256279 458928128 80147 33554432000 4194304 6014671 140737037923808 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 80147 730 445 0 105588 0
Current children cumulated CPU time (s) 965.74
Current children cumulated vsize (KiB) 448172

[startup+1062.3 s]
/proc/loadavg: 4.27 5.04 5.19 6/351 4067
/proc/meminfo: memFree=13904240/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=1025.75 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 85640 0 0 0 102498 77 0 0 25 0 1 0 639256279 458928128 81110 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 81110 730 445 0 105588 0
Current children cumulated CPU time (s) 1025.75
Current children cumulated vsize (KiB) 448172

[startup+1122.3 s]
/proc/loadavg: 4.10 4.85 5.11 6/351 4072
/proc/meminfo: memFree=13879256/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=1085.75 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 85712 0 0 0 108498 77 0 0 25 0 1 0 639256279 458928128 81182 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 81182 730 445 0 105588 0
Current children cumulated CPU time (s) 1085.75
Current children cumulated vsize (KiB) 448172

[startup+1182.31 s]
/proc/loadavg: 4.03 4.69 5.04 5/351 4101
/proc/meminfo: memFree=19626180/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=1145.76 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 88108 0 0 0 114498 78 0 0 25 0 1 0 639256279 458928128 83578 33554432000 4194304 6014671 140737037923808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 83578 730 445 0 105588 0
Current children cumulated CPU time (s) 1145.76
Current children cumulated vsize (KiB) 448172

[startup+1242.3 s]
/proc/loadavg: 4.11 4.59 4.98 5/351 4103
/proc/meminfo: memFree=19546120/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=1205.75 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 95542 0 0 0 120495 80 0 0 25 0 1 0 639256279 458928128 91012 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 91012 730 445 0 105588 0
Current children cumulated CPU time (s) 1205.75
Current children cumulated vsize (KiB) 448172



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.02 s]
/proc/loadavg: 4.04 4.48 4.92 6/351 4133
/proc/meminfo: memFree=19925244/32951124 swapFree=57171160/67111528
[pid=4009] ppid=4007 vsize=448172 CPUtime=1263.48 cores=0,2
/proc/4009/stat : 4009 (qutersat_releas) R 4007 4009 3837 0 -1 4202496 95542 0 0 0 126268 80 0 0 25 0 1 0 639256279 458928128 91012 33554432000 4194304 6014671 140737037923808 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 0 0 0 3642
/proc/4009/statm: 112043 91012 730 445 0 105588 0
Current children cumulated CPU time (s) 1263.48
Current children cumulated vsize (KiB) 448172

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.05
CPU time (s): 1263.51
CPU user time (s): 1262.69
CPU system time (s): 0.820875
CPU usage (%): 97.1894
Max. virtual memory (cumulated for all children) (KiB): 448172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1262.69
system time used= 0.820875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95546
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= 69
involuntary context switches= 4616

runsolver used 4.24735 second user time and 9.8665 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 16:06:47
IDJOB=3377169
IDBENCH=82468
IDSOLVER=1856
FILE ID=node143/3377169-1305468406
RUNJOBID= node143-1305468263-3855
PBS_JOBID= 13325329
Free space on /tmp= 73328 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377169-1305468406/watcher-3377169-1305468406 -o /tmp/evaluation-result-3377169-1305468406/solver-3377169-1305468406 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377169-1305468406.cnf 920676560

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=920676560

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11127520 kB
Buffers:        217148 kB
Cached:        1668220 kB
SwapCached:      67400 kB
Active:       11720328 kB
Inactive:      9834620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11127520 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          171000 kB
Writeback:           0 kB
AnonPages:    19602020 kB
Mapped:          28712 kB
Slab:           125520 kB
PageTables:      77876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82480380 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= 73528 MiB
End job on node143 at 2011-05-15 16:28:29