Trace number 3376986

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.17 1300.14

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.01	c Set FPU double precision.
2.28/2.35	c Parse Cnf success: #var: 154309 #clause: 3230738
3.29/3.39	c Find Units :          1
3.29/3.39	c Find Invs  :          0
3.29/3.39	c Find Ands  :     131483 AvgFaninNum: 15.4013
3.39/3.40	c Find Xors  :          0 AvgFaninNum: nan
3.39/3.48	c Find Ite   :       6338
4.09/4.11	c UnDirect variable: 0
4.09/4.11	c UnDirect to Direct Gate: 0
4.09/4.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.09/4.15	c Break Cycle : 73
4.09/4.15	c Total Root : 1 Undef Var: 16563
4.99/5.06	c After covering, Total Root: 1 Leaf: 12419
4.99/5.06	c Variable( cover/uncovered/unused ): 150165 4144 0
4.99/5.06	c Unit Clauses: 1
4.99/5.06	c Binary Clauses( cover/uncovered ): 2024994 0
4.99/5.06	c Clauses( cover/uncovered ): 156544 1049199
4.99/5.06	c Total Clauses( cover/uncovered ): 2181539 1049199 67.5245%
4.99/5.06	c Covered Ands: 131480 Invs: 0 Xors: 0 Ites: 6266
5.98/6.08	c Uncover Clauses avg size: 3 max size: 3
6.08/6.10	c Final circuit: i/l/o/s   16563       0 1049200   2855151
6.08/6.10	c CnfToAig: Time: 6.09 s
9.48/9.51	c TmMap: Set choices finish.
10.39/10.46	c TmMap: Set big and: 1181657
10.39/10.46	c TmMap: Origin: 2871715 ClauseNum: 8565453 --> New: 1244544 ClauseNum: 5265982
10.39/10.46	c TmMap: Time: 1.35
21.58/21.61	c Simulation --> TransNum: 4878576/5265982 Try to Add: #clause: 2328166 #xorclause: 0
22.08/22.12	c #var: 174030 #clauses: 1198602 Solving... 
38.89/38.96	c Abstract SAT
40.89/40.91	c Simulation --> TransNum: 4999237/5265982 Try to Add: #clause: 3008 #xorclause: 0
40.89/40.94	c #var: 176526 #clauses: 1288963 Solving... 
41.69/41.79	c Abstract SAT
43.69/43.71	c Simulation --> TransNum: 5004416/5265982 Try to Add: #clause: 30 #xorclause: 0
43.69/43.72	c #var: 176690 #clauses: 1289793 Solving... 
44.18/44.23	c Abstract SAT
44.18/44.25	c Simulation --> TransNum: 5265982/5265982 Try to Add: #clause: 163856 #xorclause: 0
44.38/44.47	c #var: 195343 #clauses: 1504475 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3376986-1305467722/watcher-3376986-1305467722 -o /tmp/evaluation-result-3376986-1305467722/solver-3376986-1305467722 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376986-1305467722.cnf 605419749 

running on 2 cores: 1,3

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: 2.42 6.10 6.69 5/373 2849
/proc/meminfo: memFree=14146568/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=26264 CPUtime=0 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4194304 184 0 0 0 0 0 0 0 21 0 1 0 639188258 26894336 137 33554432000 4194304 6014671 140734989835808 18446744073709551615 233505375664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2849/statm: 6566 152 124 445 0 98 0

[startup+0.0538109 s]
/proc/loadavg: 2.42 6.10 6.69 5/373 2849
/proc/meminfo: memFree=14146568/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=46224 CPUtime=0.04 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 5168 0 0 0 4 0 0 0 21 0 1 0 639188258 47333376 5105 33554432000 4194304 6014671 140734989835808 18446744073709551615 233509995098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 11556 5105 378 445 0 5101 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46224

[startup+0.100804 s]
/proc/loadavg: 2.42 6.10 6.69 5/373 2849
/proc/meminfo: memFree=14146568/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=54928 CPUtime=0.09 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 7104 0 0 0 9 0 0 0 21 0 1 0 639188258 56246272 7041 33554432000 4194304 6014671 140734989835808 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 13732 7041 378 445 0 7277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54928

[startup+0.300766 s]
/proc/loadavg: 2.42 6.10 6.69 5/373 2849
/proc/meminfo: memFree=14146568/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=87824 CPUtime=0.28 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 15170 0 0 0 27 1 0 0 22 0 1 0 639188258 89931776 15107 33554432000 4194304 6014671 140734989835808 18446744073709551615 4811085 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 21956 15108 378 445 0 15501 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 87824

[startup+0.700687 s]
/proc/loadavg: 2.42 6.10 6.69 5/373 2849
/proc/meminfo: memFree=14146568/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=137232 CPUtime=0.68 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 27339 0 0 0 65 3 0 0 23 0 1 0 639188258 140525568 27276 33554432000 4194304 6014671 140734989835808 18446744073709551615 4802992 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 34308 27276 378 445 0 27853 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 137232

[startup+1.50055 s]
/proc/loadavg: 2.54 6.07 6.67 5/374 2850
/proc/meminfo: memFree=13989576/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=263952 CPUtime=1.49 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 56763 0 0 0 142 7 0 0 25 0 1 0 639188258 270286848 56700 33554432000 4194304 6014671 140734989835808 18446744073709551615 4305114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 65988 56700 378 445 0 59533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263952

[startup+3.10027 s]
/proc/loadavg: 2.54 6.07 6.67 5/374 2850
/proc/meminfo: memFree=13787588/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=402832 CPUtime=3.08 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 92601 0 0 0 297 11 0 0 25 0 1 0 639188258 412499968 92538 33554432000 4194304 6014671 140734989835808 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 100708 92538 383 445 0 94253 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 402832

[startup+6.30069 s]
/proc/loadavg: 2.66 6.03 6.66 5/374 2850
/proc/meminfo: memFree=13586652/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=812864 CPUtime=6.29 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 184935 0 0 0 607 22 0 0 25 0 1 0 639188258 832372736 184781 33554432000 4194304 6014671 140734989835808 18446744073709551615 4232178 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 203216 184781 668 445 0 196761 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 812864

[startup+12.7005 s]
/proc/loadavg: 2.77 6.00 6.64 5/374 2850
/proc/meminfo: memFree=12821224/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=1170040 CPUtime=12.68 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 277542 0 0 0 1236 32 0 0 25 0 1 0 639188258 1198120960 277322 33554432000 4194304 6014671 140734989835808 18446744073709551615 4245285 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 292510 277322 681 445 0 286055 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1170040

[startup+25.5002 s]
/proc/loadavg: 2.95 5.93 6.62 5/374 2850
/proc/meminfo: memFree=12789956/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=1170040 CPUtime=25.48 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 277737 0 0 0 2516 32 0 0 25 0 1 0 639188258 1198120960 277400 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423332 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 292510 277400 701 445 0 286055 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1170040

[startup+51.1007 s]
/proc/loadavg: 3.37 5.75 6.53 5/374 2851
/proc/meminfo: memFree=12611364/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=1476600 CPUtime=51.08 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 361644 0 0 0 5065 43 0 0 25 0 1 0 639188258 1512038400 310826 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423623 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 369150 310826 728 445 0 362695 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1476600

[startup+102.313 s]
/proc/loadavg: 3.72 5.48 6.40 5/374 2852
/proc/meminfo: memFree=11938104/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=2024660 CPUtime=102.31 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 481490 0 0 0 10171 60 0 0 25 0 1 0 639188258 2073251840 430671 33554432000 4194304 6014671 140734989835808 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 506165 430671 730 445 0 499710 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2024660

[startup+162.301 s]
/proc/loadavg: 4.03 5.24 6.25 5/374 2854
/proc/meminfo: memFree=11592712/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=2268464 CPUtime=162.29 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 550064 0 0 0 16159 70 0 0 25 0 1 0 639188258 2322907136 499132 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 567116 499132 730 445 0 560661 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2268464

[startup+222.301 s]
/proc/loadavg: 4.07 5.02 6.12 5/374 2856
/proc/meminfo: memFree=11202092/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=2662328 CPUtime=222.29 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 626203 0 0 0 22151 78 0 0 25 0 1 0 639188258 2726223872 575213 33554432000 4194304 6014671 140734989835808 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 665582 575213 730 445 0 659127 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2662328

[startup+282.3 s]
/proc/loadavg: 4.02 4.84 5.98 5/374 2857
/proc/meminfo: memFree=10915136/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=2944540 CPUtime=282.29 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 686758 0 0 0 28142 87 0 0 25 0 1 0 639188258 3015208960 633596 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 736135 633596 730 445 0 729680 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2944540

[startup+342.3 s]
/proc/loadavg: 4.01 4.68 5.85 5/374 2869
/proc/meminfo: memFree=10605728/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3278624 CPUtime=342.29 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 753048 0 0 0 34136 93 0 0 25 0 1 0 639188258 3357310976 699875 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 819656 699875 730 445 0 813201 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3278624

[startup+402.301 s]
/proc/loadavg: 4.05 4.57 5.74 5/374 2870
/proc/meminfo: memFree=10592732/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3278624 CPUtime=402.29 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 753051 0 0 0 40136 93 0 0 25 0 1 0 639188258 3357310976 699878 33554432000 4194304 6014671 140734989835808 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 819656 699878 730 445 0 813201 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 3278624

[startup+462.301 s]
/proc/loadavg: 4.13 4.51 5.64 5/374 2872
/proc/meminfo: memFree=10392932/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3668148 CPUtime=462.3 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 799585 0 0 0 46132 98 0 0 25 0 1 0 639188258 3756183552 746379 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 917037 746379 730 445 0 910582 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3668148

[startup+522.301 s]
/proc/loadavg: 4.12 4.44 5.55 5/374 2874
/proc/meminfo: memFree=10391656/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3668148 CPUtime=522.3 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 799587 0 0 0 52132 98 0 0 25 0 1 0 639188258 3756183552 746381 33554432000 4194304 6014671 140734989835808 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 917037 746381 730 445 0 910582 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3668148

[startup+582.3 s]
/proc/loadavg: 4.04 4.36 5.45 5/374 2875
/proc/meminfo: memFree=10264132/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3668148 CPUtime=582.3 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 830723 0 0 0 58127 103 0 0 25 0 1 0 639188258 3756183552 777517 33554432000 4194304 6014671 140734989835808 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 917037 777517 730 445 0 910582 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 3668148

[startup+642.301 s]
/proc/loadavg: 4.01 4.29 5.35 5/374 2877
/proc/meminfo: memFree=10207560/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3857996 CPUtime=642.31 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 843255 0 0 0 64126 105 0 0 25 0 1 0 639188258 3950587904 790049 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 964499 790049 730 445 0 958044 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3857996

[startup+702.301 s]
/proc/loadavg: 4.00 4.23 5.27 5/374 2878
/proc/meminfo: memFree=10169700/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3857996 CPUtime=702.3 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 845093 0 0 0 70124 106 0 0 25 0 1 0 639188258 3950587904 791887 33554432000 4194304 6014671 140734989835808 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 964499 791887 730 445 0 958044 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 3857996

[startup+762.314 s]
/proc/loadavg: 4.07 4.22 5.19 5/374 2880
/proc/meminfo: memFree=10042808/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3857996 CPUtime=762.32 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 854760 0 0 0 76124 108 0 0 25 0 1 0 639188258 3950587904 801554 33554432000 4194304 6014671 140734989835808 18446744073709551615 4422711 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 964499 801554 730 445 0 958044 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 3857996

[startup+822.3 s]
/proc/loadavg: 4.02 4.17 5.12 5/374 2882
/proc/meminfo: memFree=9978408/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3857996 CPUtime=822.31 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 866211 0 0 0 82121 110 0 0 25 0 1 0 639188258 3950587904 813005 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 964499 813005 730 445 0 958044 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3857996

[startup+882.301 s]
/proc/loadavg: 4.01 4.14 5.04 5/374 2883
/proc/meminfo: memFree=9950328/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=3857996 CPUtime=882.31 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 868146 0 0 0 88120 111 0 0 25 0 1 0 639188258 3950587904 814940 33554432000 4194304 6014671 140734989835808 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 964499 814940 730 445 0 958044 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3857996

[startup+942.301 s]
/proc/loadavg: 4.06 4.13 4.98 5/374 2885
/proc/meminfo: memFree=9923012/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=4048424 CPUtime=942.31 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 874161 0 0 0 94117 114 0 0 25 0 1 0 639188258 4145586176 820955 33554432000 4194304 6014671 140734989835808 18446744073709551615 4376315 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 1012106 820955 730 445 0 1005651 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 4048424

[startup+1002.3 s]
/proc/loadavg: 4.12 4.13 4.93 5/374 2886
/proc/meminfo: memFree=9873120/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=4239016 CPUtime=1002.31 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 884838 0 0 0 100114 117 0 0 25 0 1 0 639188258 4340752384 831499 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 1059754 831499 730 445 0 1053299 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 4239016

[startup+1062.3 s]
/proc/loadavg: 4.11 4.12 4.87 5/374 2888
/proc/meminfo: memFree=9727500/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=4239016 CPUtime=1062.32 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 892142 0 0 0 106113 119 0 0 25 0 1 0 639188258 4340752384 838803 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 1059754 838803 730 445 0 1053299 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4239016

[startup+1122.3 s]
/proc/loadavg: 4.04 4.10 4.81 5/374 2890
/proc/meminfo: memFree=9701164/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=4431408 CPUtime=1122.32 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 896685 0 0 0 112112 120 0 0 25 0 1 0 639188258 4537761792 843188 33554432000 4194304 6014671 140734989835808 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 1107852 843188 730 445 0 1101397 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4431408

[startup+1182.3 s]
/proc/loadavg: 4.01 4.08 4.76 5/374 2891
/proc/meminfo: memFree=9699748/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=4431408 CPUtime=1182.32 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 896687 0 0 0 118112 120 0 0 25 0 1 0 639188258 4537761792 843190 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 1107852 843190 730 445 0 1101397 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 4431408

[startup+1242.3 s]
/proc/loadavg: 4.00 4.06 4.71 5/374 2893
/proc/meminfo: memFree=9692152/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=4431408 CPUtime=1242.32 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 896826 0 0 0 124112 120 0 0 25 0 1 0 639188258 4537761792 843329 33554432000 4194304 6014671 140734989835808 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 1107852 843329 730 445 0 1101397 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4431408



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.08 4.68 2/362 2935
/proc/meminfo: memFree=11160080/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=4431408 CPUtime=1300.02 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4202496 896829 0 0 0 129882 120 0 0 25 0 1 0 639188258 4537761792 843332 33554432000 4194304 6014671 140734989835808 18446744073709551615 4424336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2849/statm: 1107852 843332 730 445 0 1101397 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 4431408

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

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

[startup+1300.11 s]
/proc/loadavg: 3.93 4.04 4.66 3/365 2940
/proc/meminfo: memFree=13741556/32951124 swapFree=67111348/67111528
[pid=2849] ppid=2839 vsize=0 CPUtime=1300.13 cores=1,3
/proc/2849/stat : 2849 (qutersat_releas) R 2839 2849 2779 0 -1 4194308 896833 0 0 0 129883 130 0 0 25 0 1 0 639188258 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/2849/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.14
CPU time (s): 1300.17
CPU user time (s): 1298.84
CPU system time (s): 1.3338
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4431408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.84
system time used= 1.3338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 896833
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= 6
involuntary context switches= 1317

runsolver used 4.35434 second user time and 11.0443 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 15:55:24
IDJOB=3376986
IDBENCH=69571
IDSOLVER=1856
FILE ID=node145/3376986-1305467722
RUNJOBID= node145-1305467721-2800
PBS_JOBID= 13325308
Free space on /tmp= 73552 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376986-1305467722/watcher-3376986-1305467722 -o /tmp/evaluation-result-3376986-1305467722/solver-3376986-1305467722 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376986-1305467722.cnf 605419749

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=605419749

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14146716 kB
Buffers:        322332 kB
Cached:        8670412 kB
SwapCached:          0 kB
Active:       11611392 kB
Inactive:      6820412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14146716 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          119512 kB
Writeback:           0 kB
AnonPages:     9438236 kB
Mapped:          32028 kB
Slab:           262496 kB
PageTables:      43868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84112780 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= 73592 MiB
End job on node145 at 2011-05-15 16:17:06