Trace number 3384285

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.1 4999.88

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37756.2
Satisfiable
(Un)Satisfiability was proved
Number of variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.39	c Parse Cnf success: #var: 200440 #clause: 599015
0.29/0.39	c Find Units :          2
0.39/0.42	c Find Invs  :          0
0.49/0.51	c Find Ands  :     199671 AvgFaninNum: 2
0.49/0.52	c Find Xors  :          0 AvgFaninNum: nan
0.49/0.57	c Find Ite   :          0
0.69/0.70	c UnDirect variable: 0
0.69/0.70	c UnDirect to Direct Gate: 0
0.69/0.70	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.72	c Break Cycle : 0
0.69/0.72	c Total Root : 1 Undef Var: 769
0.79/0.84	c After covering, Total Root: 1 Leaf: 769
0.79/0.84	c Variable( cover/uncovered/unused ): 200440 0 0
0.79/0.84	c Unit Clauses: 2
0.79/0.84	c Binary Clauses( cover/uncovered ): 399342 0
0.79/0.84	c Clauses( cover/uncovered ): 199671 0
0.79/0.84	c Total Clauses( cover/uncovered ): 599015 0 100%
0.79/0.84	c Covered Ands: 199671 Invs: 0 Xors: 0 Ites: 0
0.79/0.85	c Uncover Clauses avg size: nan max size: 0
0.79/0.85	c Final circuit: i/l/o/s     768       0       1    199671
0.79/0.85	c CnfToAig: Time: 0.84 s
1.49/1.54	c TmMap: Set choices finish.
1.59/1.62	c TmMap: Set big and: 16639
1.59/1.62	c TmMap: Origin: 200440 ClauseNum: 599013 --> New: 67321 ClauseNum: 300005
1.59/1.62	c TmMap: Time: 0.15
2.59/2.62	c Simulation --> TransNum: 207985/300005 Try to Add: #clause: 175241 #xorclause: 0
2.69/2.73	c #var: 62533 #clauses: 204910 Solving... 
10.89/10.98	c Abstract SAT
11.09/11.11	c Simulation --> TransNum: 257106/300005 Try to Add: #clause: 1558 #xorclause: 0
11.09/11.12	c #var: 62613 #clauses: 150864 Solving... 
11.09/11.18	c Abstract SAT
11.29/11.31	c Simulation --> TransNum: 264680/300005 Try to Add: #clause: 7208 #xorclause: 0
11.29/11.31	c #var: 63062 #clauses: 160717 Solving... 
11.39/11.47	c Abstract SAT
11.39/11.47	c Simulation --> TransNum: 300005/300005 Try to Add: #clause: 34004 #xorclause: 0
11.49/11.58	c #var: 67319 #clauses: 219706 Solving... 
5000.02/4999.81	c Time Out !!
5000.02/4999.81	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-3384285-1305540471/watcher-3384285-1305540471 -o /tmp/evaluation-result-3384285-1305540471/solver-3384285-1305540471 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384285-1305540471.cnf 1849567690 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.21 0.56 2/338 8799
/proc/meminfo: memFree=19885936/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=37064 CPUtime=0 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 2986 0 0 0 0 0 0 0 22 0 1 0 646462741 37953536 2922 33554432000 4194304 6014671 140734692938496 18446744073709551615 270338383616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 9266 2923 378 445 0 2811 0

[startup+0.0930861 s]
/proc/loadavg: 2.00 1.21 0.56 2/338 8799
/proc/meminfo: memFree=19885936/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=56520 CPUtime=0.09 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 7853 0 0 0 8 1 0 0 22 0 1 0 646462741 57876480 7789 33554432000 4194304 6014671 140734692938496 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 14130 7789 378 445 0 7675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56520

[startup+0.101066 s]
/proc/loadavg: 2.00 1.21 0.56 2/338 8799
/proc/meminfo: memFree=19885936/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=60616 CPUtime=0.09 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 8251 0 0 0 8 1 0 0 22 0 1 0 646462741 62070784 8187 33554432000 4194304 6014671 140734692938496 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 15154 8215 378 445 0 8699 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60616

[startup+0.30104 s]
/proc/loadavg: 2.00 1.21 0.56 2/338 8799
/proc/meminfo: memFree=19885936/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=89544 CPUtime=0.29 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 15983 0 0 0 27 2 0 0 23 0 1 0 646462741 91693056 15919 33554432000 4194304 6014671 140734692938496 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 22386 15919 378 445 0 15931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89544

[startup+0.700949 s]
/proc/loadavg: 2.00 1.21 0.56 2/338 8799
/proc/meminfo: memFree=19885936/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=118856 CPUtime=0.69 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 22470 0 0 0 67 2 0 0 25 0 1 0 646462741 121708544 22406 33554432000 4194304 6014671 140734692938496 18446744073709551615 4295710 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 29714 22406 395 445 0 23259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118856

[startup+1.50079 s]
/proc/loadavg: 2.00 1.21 0.56 3/339 8800
/proc/meminfo: memFree=19793680/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=154308 CPUtime=1.49 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 32732 0 0 0 146 3 0 0 25 0 1 0 646462741 158011392 32668 33554432000 4194304 6014671 140734692938496 18446744073709551615 4230065 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 38577 32668 669 445 0 32122 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154308

[startup+3.10047 s]
/proc/loadavg: 2.00 1.21 0.56 3/339 8800
/proc/meminfo: memFree=19749908/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=163524 CPUtime=3.09 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 34571 0 0 0 305 4 0 0 25 0 1 0 646462741 167448576 34507 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 40881 34507 700 445 0 34426 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 163524

[startup+6.30083 s]
/proc/loadavg: 2.00 1.23 0.57 3/339 8800
/proc/meminfo: memFree=19731524/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=220868 CPUtime=6.29 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 46313 0 0 0 624 5 0 0 25 0 1 0 646462741 226168832 46249 33554432000 4194304 6014671 140734692938496 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 55217 46253 700 445 0 48762 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 220868

[startup+12.7006 s]
/proc/loadavg: 2.00 1.24 0.57 3/339 8800
/proc/meminfo: memFree=19479688/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=481216 CPUtime=12.69 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 101898 0 0 0 1257 12 0 0 25 0 1 0 646462741 492765184 101798 33554432000 4194304 6014671 140734692938496 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 120304 101798 729 445 0 113849 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 481216

[startup+25.501 s]
/proc/loadavg: 2.00 1.28 0.59 3/339 8800
/proc/meminfo: memFree=19462884/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=496480 CPUtime=25.48 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 106432 0 0 0 2536 12 0 0 25 0 1 0 646462741 508395520 106323 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423623 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 124120 106323 731 445 0 117665 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 496480

[startup+51.1009 s]
/proc/loadavg: 2.00 1.33 0.63 3/339 8801
/proc/meminfo: memFree=19401616/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=546856 CPUtime=51.09 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 122389 0 0 0 5095 14 0 0 25 0 1 0 646462741 559980544 122212 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423585 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 136714 122212 731 445 0 130259 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 546856

[startup+102.313 s]
/proc/loadavg: 2.00 1.43 0.70 3/339 8802
/proc/meminfo: memFree=19242480/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=708544 CPUtime=102.3 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 160592 0 0 0 10211 19 0 0 25 0 1 0 646462741 725549056 160285 33554432000 4194304 6014671 140734692938496 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 177136 160285 731 445 0 170681 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 708544

[startup+162.301 s]
/proc/loadavg: 2.00 1.53 0.78 3/339 8804
/proc/meminfo: memFree=19136436/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=829216 CPUtime=162.29 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 188256 0 0 0 16205 24 0 0 25 0 1 0 646462741 849117184 185861 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423643 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 207304 185861 731 445 0 200849 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 829216

[startup+222.301 s]
/proc/loadavg: 2.03 1.63 0.86 3/339 8805
/proc/meminfo: memFree=19060124/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=971464 CPUtime=222.3 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 206783 0 0 0 22203 27 0 0 25 0 1 0 646462741 994779136 204368 33554432000 4194304 6014671 140734692938496 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 242866 204368 731 445 0 236411 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 971464

[startup+282.301 s]
/proc/loadavg: 2.01 1.69 0.93 3/339 8807
/proc/meminfo: memFree=18986568/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=1046968 CPUtime=282.3 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 222693 0 0 0 28200 30 0 0 25 0 1 0 646462741 1072095232 220184 33554432000 4194304 6014671 140734692938496 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 261742 220184 731 445 0 255287 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1046968

[startup+342.301 s]
/proc/loadavg: 2.00 1.75 0.99 3/339 8809
/proc/meminfo: memFree=18973508/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=1123944 CPUtime=342.3 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 224791 0 0 0 34200 30 0 0 25 0 1 0 646462741 1150918656 222282 33554432000 4194304 6014671 140734692938496 18446744073709551615 4372272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 280986 222282 731 445 0 274531 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1123944

[startup+402.3 s]
/proc/loadavg: 2.00 1.79 1.05 3/339 8810
/proc/meminfo: memFree=18952148/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=1124072 CPUtime=402.3 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 229058 0 0 0 40199 31 0 0 25 0 1 0 646462741 1151049728 226549 33554432000 4194304 6014671 140734692938496 18446744073709551615 4422949 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 281018 226549 731 445 0 274563 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1124072

[startup+462.3 s]
/proc/loadavg: 2.09 1.86 1.12 3/339 8812
/proc/meminfo: memFree=18875964/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=1208196 CPUtime=462.31 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 247922 0 0 0 46196 35 0 0 25 0 1 0 646462741 1237192704 245413 33554432000 4194304 6014671 140734692938496 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 302049 245413 731 445 0 295594 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1208196

[startup+522.3 s]
/proc/loadavg: 2.03 1.88 1.17 3/339 8813
/proc/meminfo: memFree=18836496/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=1208196 CPUtime=522.31 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 257863 0 0 0 52194 37 0 0 25 0 1 0 646462741 1237192704 255354 33554432000 4194304 6014671 140734692938496 18446744073709551615 4425729 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 302049 255354 731 445 0 295594 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1208196

[startup+582.3 s]
/proc/loadavg: 2.01 1.90 1.22 3/339 8815
/proc/meminfo: memFree=18787228/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=1208324 CPUtime=582.31 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 261772 0 0 0 58193 38 0 0 25 0 1 0 646462741 1237323776 259202 33554432000 4194304 6014671 140734692938496 18446744073709551615 270338080404 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 302081 259202 757 445 0 295626 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1208324

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/339 8999
/proc/meminfo: memFree=11540120/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362068 CPUtime=4002.46 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 414936 0 0 0 400175 71 0 0 25 0 1 0 646462741 2418757632 411432 33554432000 4194304 6014671 140734692938496 18446744073709551615 4425469 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590517 411432 732 445 0 584062 0
Current children cumulated CPU time (s) 4002.46
Current children cumulated vsize (KiB) 2362068

[startup+4062.31 s]
/proc/loadavg: 2.00 2.02 1.97 3/339 9001
/proc/meminfo: memFree=11446576/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362068 CPUtime=4062.47 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 414989 0 0 0 406176 71 0 0 25 0 1 0 646462741 2418757632 411485 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590517 411485 732 445 0 584062 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 2362068

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/339 9002
/proc/meminfo: memFree=11380892/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4122.47 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 414990 0 0 0 412176 71 0 0 25 0 1 0 646462741 2418888704 405564 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 405564 732 445 0 584094 0
Current children cumulated CPU time (s) 4122.47
Current children cumulated vsize (KiB) 2362196

[startup+4182.3 s]
/proc/loadavg: 2.10 2.04 1.98 3/339 9004
/proc/meminfo: memFree=10959368/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4182.46 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 425302 0 0 0 418174 72 0 0 25 0 1 0 646462741 2418888704 415876 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423543 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 415876 732 445 0 584094 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 2362196

[startup+4242.3 s]
/proc/loadavg: 2.08 2.04 1.98 3/339 9006
/proc/meminfo: memFree=10911448/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4242.47 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 427873 0 0 0 424174 73 0 0 25 0 1 0 646462741 2418888704 418447 33554432000 4194304 6014671 140734692938496 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 418447 732 445 0 584094 0
Current children cumulated CPU time (s) 4242.47
Current children cumulated vsize (KiB) 2362196

[startup+4302.3 s]
/proc/loadavg: 2.03 2.03 1.98 3/339 9007
/proc/meminfo: memFree=10688704/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4302.48 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 440495 0 0 0 430172 76 0 0 25 0 1 0 646462741 2418888704 431069 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 431069 732 445 0 584094 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 2362196

[startup+4362.3 s]
/proc/loadavg: 2.14 2.06 2.00 3/339 9009
/proc/meminfo: memFree=10628372/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4362.47 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447878 0 0 0 436170 77 0 0 25 0 1 0 646462741 2418888704 438452 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438452 732 445 0 584094 0
Current children cumulated CPU time (s) 4362.47
Current children cumulated vsize (KiB) 2362196

[startup+4422.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/339 9010
/proc/meminfo: memFree=10609596/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4422.48 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447879 0 0 0 442171 77 0 0 25 0 1 0 646462741 2418888704 438453 33554432000 4194304 6014671 140734692938496 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438453 732 445 0 584094 0
Current children cumulated CPU time (s) 4422.48
Current children cumulated vsize (KiB) 2362196

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/339 9012
/proc/meminfo: memFree=10538596/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4482.48 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447879 0 0 0 448171 77 0 0 25 0 1 0 646462741 2418888704 438453 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438453 732 445 0 584094 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 2362196

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/339 9014
/proc/meminfo: memFree=10477676/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4542.48 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447883 0 0 0 454171 77 0 0 25 0 1 0 646462741 2418888704 438457 33554432000 4194304 6014671 140734692938496 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438457 732 445 0 584094 0
Current children cumulated CPU time (s) 4542.48
Current children cumulated vsize (KiB) 2362196

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9015
/proc/meminfo: memFree=10398756/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4602.49 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447897 0 0 0 460172 77 0 0 25 0 1 0 646462741 2418888704 438471 33554432000 4194304 6014671 140734692938496 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438471 732 445 0 584094 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 2362196

[startup+4662.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/339 9020
/proc/meminfo: memFree=10331064/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4662.49 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447898 0 0 0 466172 77 0 0 25 0 1 0 646462741 2418888704 438472 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438472 732 445 0 584094 0
Current children cumulated CPU time (s) 4662.49
Current children cumulated vsize (KiB) 2362196

[startup+4722.31 s]
/proc/loadavg: 2.05 2.03 2.00 3/339 9021
/proc/meminfo: memFree=10257676/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4722.5 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447919 0 0 0 472173 77 0 0 25 0 1 0 646462741 2418888704 438493 33554432000 4194304 6014671 140734692938496 18446744073709551615 4425142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438493 732 445 0 584094 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 2362196

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/339 9023
/proc/meminfo: memFree=10100764/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362196 CPUtime=4782.49 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 447919 0 0 0 478172 77 0 0 25 0 1 0 646462741 2418888704 438493 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590549 438493 732 445 0 584094 0
Current children cumulated CPU time (s) 4782.49
Current children cumulated vsize (KiB) 2362196

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9025
/proc/meminfo: memFree=9807308/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362324 CPUtime=4842.5 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 448196 0 0 0 484172 78 0 0 25 0 1 0 646462741 2419019776 438770 33554432000 4194304 6014671 140734692938496 18446744073709551615 4425056 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590581 438770 732 445 0 584126 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 2362324

[startup+4902.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/339 9026
/proc/meminfo: memFree=9618668/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362324 CPUtime=4902.51 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 448197 0 0 0 490173 78 0 0 25 0 1 0 646462741 2419019776 438771 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590581 438771 732 445 0 584126 0
Current children cumulated CPU time (s) 4902.51
Current children cumulated vsize (KiB) 2362324

[startup+4962.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/339 9028
/proc/meminfo: memFree=9612800/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362324 CPUtime=4962.51 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 448203 0 0 0 496173 78 0 0 25 0 1 0 646462741 2419019776 438777 33554432000 4194304 6014671 140734692938496 18446744073709551615 4377880 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590581 438777 732 445 0 584126 0
Current children cumulated CPU time (s) 4962.51
Current children cumulated vsize (KiB) 2362324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.01 2.03 2.00 3/339 9029
/proc/meminfo: memFree=9608916/32951124 swapFree=57171160/67111528
[pid=8799] ppid=8797 vsize=2362324 CPUtime=5000.02 cores=1,3,5,7
/proc/8799/stat : 8799 (qutersat_releas) R 8797 8799 8726 0 -1 4202496 448203 0 0 0 499924 78 0 0 25 0 1 0 646462741 2419019776 438777 33554432000 4194304 6014671 140734692938496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8799/statm: 590581 438777 732 445 0 584126 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2362324

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): 4999.88
CPU time (s): 5000.1
CPU user time (s): 4999.25
CPU system time (s): 0.85187
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 2362324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.25
system time used= 0.85187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 7537

runsolver used 15.3797 second user time and 39.179 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 12:07:51
IDJOB=3384285
IDBENCH=70815
IDSOLVER=1868
FILE ID=node143/3384285-1305540471
RUNJOBID= node143-1305540196-8745
PBS_JOBID= 13329210
Free space on /tmp= 73500 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384285-1305540471/watcher-3384285-1305540471 -o /tmp/evaluation-result-3384285-1305540471/solver-3384285-1305540471 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384285-1305540471.cnf 1849567690

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=1849567690

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:      19886092 kB
Buffers:        193108 kB
Cached:        1516128 kB
SwapCached:      39776 kB
Active:        5042976 kB
Inactive:      7755484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19886092 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           12040 kB
Writeback:           0 kB
AnonPages:    11048824 kB
Mapped:          25352 kB
Slab:           136024 kB
PageTables:      64364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75460664 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= 73208 MiB
End job on node143 at 2011-05-16 13:31:13