Trace number 3376991

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.11 1300.07

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.00/0.01	c Set FPU double precision.
1.00/1.05	c Parse Cnf success: #var: 302076 #clause: 1039056
1.00/1.05	c Find Units :          1
1.00/1.09	c Find Invs  :       5021
1.29/1.37	c Find Ands  :     188577 AvgFaninNum: 2.17694
1.39/1.44	c Find Xors  :     107479 AvgFaninNum: 2
1.59/1.66	c Find Ite   :          0
2.10/2.11	c UnDirect variable: 99126
2.10/2.19	c UnDirect to Direct Gate: 111865
2.10/2.19	c Forced Direct Gate: 755 Unuse unDirect Gate: 1231
2.20/2.28	c Break Cycle : 160
2.20/2.28	c Total Root : 1 Undef Var: 1794
2.49/2.57	c After covering, Total Root: 43 Leaf: 1697
2.49/2.57	c Variable( cover/uncovered/unused ): 301979 97 0
2.49/2.57	c Unit Clauses: 1
2.49/2.57	c Binary Clauses( cover/uncovered ): 419726 836
2.49/2.57	c Clauses( cover/uncovered ): 616973 1520
2.49/2.57	c Total Clauses( cover/uncovered ): 1036700 2356 99.7733%
2.49/2.57	c Covered Ands: 188565 Invs: 4615 Xors: 107102 Ites: 0
2.49/2.59	c Uncover Clauses avg size: 2.64516 max size: 3
2.49/2.59	c Final circuit: i/l/o/s    1794       0    2357    476185
2.49/2.59	c CnfToAig: Time: 2.58 s
5.09/5.16	c TmMap: Set choices finish.
5.29/5.39	c TmMap: Set big and: 60486
5.29/5.39	c TmMap: Origin: 477980 ClauseNum: 1428555 --> New: 199384 ClauseNum: 797588
5.29/5.39	c TmMap: Time: 0.43
9.09/9.11	c Simulation --> TransNum: 607542/797588 Try to Add: #clause: 548853 #xorclause: 0
9.39/9.46	c #var: 171108 #clauses: 537984 Solving... 
116.51/116.60	c Abstract SAT
117.09/117.16	c Simulation --> TransNum: 715211/797588 Try to Add: #clause: 28575 #xorclause: 0
117.19/117.21	c #var: 192230 #clauses: 268440 Solving... 
197.79/197.82	c Abstract SAT
198.29/198.38	c Simulation --> TransNum: 761318/797588 Try to Add: #clause: 174 #xorclause: 0
198.29/198.38	c #var: 192325 #clauses: 192484 Solving... 
414.41/414.45	c Abstract SAT
414.41/414.46	c Simulation --> TransNum: 797588/797588 Try to Add: #clause: 34699 #xorclause: 0
414.51/414.53	c #var: 197035 #clauses: 302132 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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: 3.49 4.06 4.86 5/414 31887
/proc/meminfo: memFree=23001508/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=41492 CPUtime=0 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 4018 0 0 0 0 0 0 0 22 0 1 0 658413939 42487808 3955 33554432000 4194304 6014671 140736293176528 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 10373 3955 378 445 0 3918 0

[startup+0.0895799 s]
/proc/loadavg: 3.49 4.06 4.86 5/414 31887
/proc/meminfo: memFree=23001508/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=56852 CPUtime=0.08 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 7694 0 0 0 7 1 0 0 22 0 1 0 658413939 58216448 7631 33554432000 4194304 6014671 140736293176528 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 14213 7660 378 445 0 7758 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56852

[startup+0.100567 s]
/proc/loadavg: 3.49 4.06 4.86 5/414 31887
/proc/meminfo: memFree=23001508/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=56852 CPUtime=0.09 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 8087 0 0 0 8 1 0 0 22 0 1 0 658413939 58216448 8024 33554432000 4194304 6014671 140736293176528 18446744073709551615 4269459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 14213 8024 378 445 0 7758 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56852

[startup+0.300551 s]
/proc/loadavg: 3.49 4.06 4.86 5/414 31887
/proc/meminfo: memFree=23001508/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=100116 CPUtime=0.29 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 18362 0 0 0 27 2 0 0 23 0 1 0 658413939 102518784 18299 33554432000 4194304 6014671 140736293176528 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 25029 18299 378 445 0 18574 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100116

[startup+0.700458 s]
/proc/loadavg: 3.49 4.06 4.86 5/414 31887
/proc/meminfo: memFree=23001508/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=160788 CPUtime=0.68 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 33299 0 0 0 64 4 0 0 25 0 1 0 658413939 164646912 33236 33554432000 4194304 6014671 140736293176528 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 40197 33236 378 445 0 33742 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 160788

[startup+1.50031 s]
/proc/loadavg: 3.49 4.06 4.86 5/421 31900
/proc/meminfo: memFree=22540504/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=208532 CPUtime=1.49 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 45743 0 0 0 143 6 0 0 25 0 1 0 658413939 213536768 45680 33554432000 4194304 6014671 140736293176528 18446744073709551615 4281919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 52133 45680 394 445 0 45678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208532

[startup+3.101 s]
/proc/loadavg: 3.53 4.06 4.85 5/421 31900
/proc/meminfo: memFree=22313336/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=230940 CPUtime=3.09 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 51436 0 0 0 302 7 0 0 25 0 1 0 658413939 236482560 51373 33554432000 4194304 6014671 140736293176528 18446744073709551615 4260577 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 57735 51373 667 445 0 51280 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 230940

[startup+6.30038 s]
/proc/loadavg: 3.53 4.06 4.85 5/421 31900
/proc/meminfo: memFree=21858360/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=430480 CPUtime=6.29 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 101322 0 0 0 616 13 0 0 25 0 1 0 658413939 440811520 101244 33554432000 4194304 6014671 140736293176528 18446744073709551615 4243140 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 107620 101244 680 445 0 101165 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 430480

[startup+12.7012 s]
/proc/loadavg: 3.61 4.06 4.84 5/421 31901
/proc/meminfo: memFree=21513324/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=430480 CPUtime=12.7 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 101424 0 0 0 1257 13 0 0 25 0 1 0 658413939 440811520 101282 33554432000 4194304 6014671 140736293176528 18446744073709551615 4422576 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 107620 101282 701 445 0 101165 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 430480

[startup+25.5007 s]
/proc/loadavg: 3.67 4.06 4.83 5/421 31928
/proc/meminfo: memFree=20945000/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=573096 CPUtime=25.49 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 133348 0 0 0 2532 17 0 0 25 0 1 0 658413939 586850304 132992 33554432000 4194304 6014671 140736293176528 18446744073709551615 4418795 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 143274 132992 722 445 0 136819 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 573096

[startup+51.1008 s]
/proc/loadavg: 3.84 4.07 4.81 5/421 31982
/proc/meminfo: memFree=20040276/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=673056 CPUtime=51.09 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 154780 0 0 0 5090 19 0 0 25 0 1 0 658413939 689209344 154424 33554432000 4194304 6014671 140736293176528 18446744073709551615 4731758 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 168264 154424 728 445 0 161809 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 673056

[startup+102.316 s]
/proc/loadavg: 3.93 4.05 4.76 5/421 31987
/proc/meminfo: memFree=16704108/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=888748 CPUtime=102.31 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 195138 0 0 0 10205 26 0 0 25 0 1 0 658413939 910077952 194768 33554432000 4194304 6014671 140736293176528 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 222187 194768 728 445 0 215732 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 888748

[startup+162.301 s]
/proc/loadavg: 4.06 4.07 4.72 5/421 31989
/proc/meminfo: memFree=15153656/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=986960 CPUtime=162.29 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 222104 0 0 0 16199 30 0 0 25 0 1 0 658413939 1010647040 221734 33554432000 4194304 6014671 140736293176528 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 246740 221734 730 445 0 240285 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 986960

[startup+222.301 s]
/proc/loadavg: 4.06 4.07 4.68 5/421 31990
/proc/meminfo: memFree=14669908/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1055968 CPUtime=222.3 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 235098 0 0 0 22198 32 0 0 25 0 1 0 658413939 1081311232 234728 33554432000 4194304 6014671 140736293176528 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 263992 234728 730 445 0 257537 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1055968

[startup+282.301 s]
/proc/loadavg: 4.02 4.05 4.63 5/421 31992
/proc/meminfo: memFree=13774772/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1091196 CPUtime=282.3 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 242900 0 0 0 28195 35 0 0 25 0 1 0 658413939 1117384704 238310 33554432000 4194304 6014671 140736293176528 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 272799 238310 730 445 0 266344 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1091196

[startup+342.301 s]
/proc/loadavg: 4.01 4.04 4.59 5/421 31993
/proc/meminfo: memFree=12790568/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1132272 CPUtime=342.3 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 257563 0 0 0 34193 37 0 0 25 0 1 0 658413939 1159446528 252929 33554432000 4194304 6014671 140736293176528 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 283068 252929 754 445 0 276613 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1132272

[startup+402.301 s]
/proc/loadavg: 4.14 4.06 4.56 5/421 31995
/proc/meminfo: memFree=12049660/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1150804 CPUtime=402.3 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 262242 0 0 0 40191 39 0 0 25 0 1 0 658413939 1178423296 257584 33554432000 4194304 6014671 140736293176528 18446744073709551615 4731780 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 287701 257584 730 445 0 281246 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1150804

[startup+462.301 s]
/proc/loadavg: 4.11 4.06 4.53 5/421 31997
/proc/meminfo: memFree=11802084/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1174608 CPUtime=462.31 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 272300 0 0 0 46190 41 0 0 25 0 1 0 658413939 1202798592 267630 33554432000 4194304 6014671 140736293176528 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 293652 267630 730 445 0 287197 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1174608

[startup+522.301 s]
/proc/loadavg: 4.12 4.07 4.50 5/421 31998
/proc/meminfo: memFree=10933692/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1196384 CPUtime=522.31 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 277123 0 0 0 52189 42 0 0 25 0 1 0 658413939 1225097216 272453 33554432000 4194304 6014671 140736293176528 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 299096 272453 730 445 0 292641 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1196384

[startup+582.301 s]
/proc/loadavg: 4.11 4.08 4.48 5/421 32000
/proc/meminfo: memFree=10758516/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1240516 CPUtime=582.31 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 280558 0 0 0 58188 43 0 0 25 0 1 0 658413939 1270288384 275888 33554432000 4194304 6014671 140736293176528 18446744073709551615 4422888 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 310129 275888 730 445 0 303674 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1240516

[startup+642.301 s]
/proc/loadavg: 4.07 4.08 4.45 5/421 32001
/proc/meminfo: memFree=10450300/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1262636 CPUtime=642.33 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 285486 0 0 0 64189 44 0 0 25 0 1 0 658413939 1292939264 280816 33554432000 4194304 6014671 140736293176528 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 315659 280816 730 445 0 309204 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1262636

[startup+702.301 s]
/proc/loadavg: 4.09 4.08 4.42 5/421 32030
/proc/meminfo: memFree=15178896/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352084 CPUtime=702.32 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 289828 0 0 0 70187 45 0 0 25 0 1 0 658413939 1384534016 285158 33554432000 4194304 6014671 140736293176528 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338021 285158 730 445 0 331566 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 1352084

[startup+762.316 s]
/proc/loadavg: 4.03 4.06 4.39 5/421 32032
/proc/meminfo: memFree=14813028/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352084 CPUtime=762.33 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 290730 0 0 0 76188 45 0 0 25 0 1 0 658413939 1384534016 286060 33554432000 4194304 6014671 140736293176528 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338021 286060 730 445 0 331566 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1352084

[startup+822.301 s]
/proc/loadavg: 4.08 4.06 4.37 5/421 32033
/proc/meminfo: memFree=14717168/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352084 CPUtime=822.31 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 291722 0 0 0 82186 45 0 0 25 0 1 0 658413939 1384534016 287052 33554432000 4194304 6014671 140736293176528 18446744073709551615 4425766 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338021 287052 730 445 0 331566 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1352084

[startup+882.301 s]
/proc/loadavg: 4.03 4.05 4.35 5/421 32035
/proc/meminfo: memFree=14616964/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352084 CPUtime=882.32 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 293796 0 0 0 88185 47 0 0 25 0 1 0 658413939 1384534016 289126 33554432000 4194304 6014671 140736293176528 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338021 289126 730 445 0 331566 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1352084

[startup+942.301 s]
/proc/loadavg: 4.01 4.04 4.32 5/421 32036
/proc/meminfo: memFree=14563380/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352084 CPUtime=942.32 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 293884 0 0 0 94185 47 0 0 25 0 1 0 658413939 1384534016 289214 33554432000 4194304 6014671 140736293176528 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338021 289214 730 445 0 331566 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1352084

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 4.30 5/421 32038
/proc/meminfo: memFree=14507060/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352084 CPUtime=1002.33 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 298624 0 0 0 100185 48 0 0 25 0 1 0 658413939 1384534016 293954 33554432000 4194304 6014671 140736293176528 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338021 293954 730 445 0 331566 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 1352084

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 4.28 5/421 32040
/proc/meminfo: memFree=14180548/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352212 CPUtime=1062.33 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 301599 0 0 0 106184 49 0 0 25 0 1 0 658413939 1384665088 296929 33554432000 4194304 6014671 140736293176528 18446744073709551615 4385800 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338053 296929 730 445 0 331598 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1352212

[startup+1122.3 s]
/proc/loadavg: 4.10 4.05 4.27 5/421 32041
/proc/meminfo: memFree=14052692/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352212 CPUtime=1122.33 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 301899 0 0 0 112184 49 0 0 25 0 1 0 658413939 1384665088 297229 33554432000 4194304 6014671 140736293176528 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338053 297229 730 445 0 331598 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1352212

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 4.25 5/421 32043
/proc/meminfo: memFree=13986836/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352212 CPUtime=1182.33 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 301899 0 0 0 118184 49 0 0 25 0 1 0 658413939 1384665088 297229 33554432000 4194304 6014671 140736293176528 18446744073709551615 4425352 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338053 297229 730 445 0 331598 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1352212

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 4.24 5/421 32044
/proc/meminfo: memFree=13977888/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352212 CPUtime=1242.34 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 302112 0 0 0 124185 49 0 0 25 0 1 0 658413939 1384665088 297442 33554432000 4194304 6014671 140736293176528 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338053 297442 730 445 0 331598 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1352212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.04 4.22 5/421 32046
/proc/meminfo: memFree=13969192/32950928 swapFree=67056568/67111528
[pid=31887] ppid=31885 vsize=1352212 CPUtime=1300.05 cores=0,2
/proc/31887/stat : 31887 (qutersat_releas) R 31885 31887 31839 0 -1 4202496 302277 0 0 0 129956 49 0 0 25 0 1 0 658413939 1384665088 297607 33554432000 4194304 6014671 140736293176528 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/31887/statm: 338053 297607 730 445 0 331598 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 1352212

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.07
CPU time (s): 1300.11
CPU user time (s): 1299.57
CPU system time (s): 0.546916
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1352212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.57
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302281
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2126

runsolver used 5.54416 second user time and 12.1891 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 16:02:49
IDJOB=3376991
IDBENCH=82354
IDSOLVER=1856
FILE ID=node148/3376991-1305468168
RUNJOBID= node148-1305468168-31857
PBS_JOBID= 13325324
Free space on /tmp= 72800 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376991-1305468168/watcher-3376991-1305468168 -o /tmp/evaluation-result-3376991-1305468168/solver-3376991-1305468168 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376991-1305468168.cnf 1031134423

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1031134423

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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:      23002168 kB
Buffers:        343020 kB
Cached:        4996000 kB
SwapCached:       8488 kB
Active:        6258236 kB
Inactive:      3325796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23002168 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           60020 kB
Writeback:           0 kB
AnonPages:     4241980 kB
Mapped:          32484 kB
Slab:           260412 kB
PageTables:      36980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105176984 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= 72780 MiB
End job on node148 at 2011-05-15 16:24:31