Trace number 3384243

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)UNSAT 4143.79 4143.69

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2476.89
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.03	c Parse Cnf success: #var: 7502 #clause: 28770
0.00/0.03	c Find Units :          1
0.00/0.03	c Find Invs  :        682
0.00/0.03	c Find Ands  :       4327 AvgFaninNum: 3.3395
0.00/0.03	c Find Xors  :       2157 AvgFaninNum: 2
0.00/0.03	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 2753
0.00/0.04	c UnDirect to Direct Gate: 2780
0.00/0.04	c Forced Direct Gate: 365 Unuse unDirect Gate: 390
0.00/0.04	c Break Cycle : 6
0.00/0.04	c Total Root : 5 Undef Var: 401
0.00/0.05	c After covering, Total Root: 7 Leaf: 395
0.00/0.05	c Variable( cover/uncovered/unused ): 7496 6 0
0.00/0.05	c Unit Clauses: 1
0.00/0.05	c Binary Clauses( cover/uncovered ): 15788 26
0.00/0.05	c Clauses( cover/uncovered ): 12747 208
0.00/0.05	c Total Clauses( cover/uncovered ): 28536 234 99.1867%
0.00/0.05	c Covered Ands: 4327 Invs: 669 Xors: 2105 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 2.88889 max size: 3
0.00/0.05	c Final circuit: i/l/o/s     401       0     235     13541
0.00/0.05	c CnfToAig: Time: 0.02 s
0.08/0.11	c TmMap: Set choices finish.
0.08/0.12	c TmMap: Set big and: 1493
0.08/0.12	c TmMap: Origin: 13943 ClauseNum: 40623 --> New: 4977 ClauseNum: 20424
0.08/0.12	c TmMap: Time: 0.01
0.18/0.21	c Simulation --> TransNum: 16619/20424 Try to Add: #clause: 14316 #xorclause: 0
0.18/0.22	c #var: 4739 #clauses: 12942 Solving... 
0.28/0.32	c Abstract SAT
0.28/0.33	c Simulation --> TransNum: 20064/20424 Try to Add: #clause: 97 #xorclause: 0
0.28/0.33	c #var: 4741 #clauses: 7957 Solving... 
4143.70/4143.66	s UNSATISFIABLE
4143.70/4143.67	c CPU time: 4143.76 s

Verifier Data

No possible verification on an UNSAT instance

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-3384243-1305540197/watcher-3384243-1305540197 -o /tmp/evaluation-result-3384243-1305540197/solver-3384243-1305540197 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384243-1305540197.cnf 456859002 

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: 0.00 0.00 0.01 2/358 8495
/proc/meminfo: memFree=22961080/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) D 8493 8495 8463 0 -1 4194304 91 0 0 0 0 0 0 0 22 0 1 0 646435560 6574080 47 33554432000 4194304 6014671 140735461934368 18446744073709551615 233505373927 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/8495/statm: 1605 47 37 445 0 66 0

[startup+0.0686941 s]
/proc/loadavg: 0.00 0.00 0.01 2/358 8495
/proc/meminfo: memFree=22961080/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=40556 CPUtime=0.04 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 4139 0 0 0 4 0 0 0 22 0 1 0 646435560 41529344 4076 33554432000 4194304 6014671 140735461934368 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 10139 4078 667 445 0 3684 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40556

[startup+0.100688 s]
/proc/loadavg: 0.00 0.00 0.01 2/358 8495
/proc/meminfo: memFree=22961080/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=44652 CPUtime=0.08 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 5207 0 0 0 7 1 0 0 22 0 1 0 646435560 45723648 5144 33554432000 4194304 6014671 140735461934368 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 11163 5145 667 445 0 4708 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44652

[startup+0.300653 s]
/proc/loadavg: 0.00 0.00 0.01 2/358 8495
/proc/meminfo: memFree=22961080/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=56056 CPUtime=0.28 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 6183 0 0 0 27 1 0 0 23 0 1 0 646435560 57401344 6120 33554432000 4194304 6014671 140735461934368 18446744073709551615 4527790 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 14014 6121 714 445 0 7559 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 56056

[startup+0.700578 s]
/proc/loadavg: 0.00 0.00 0.01 2/358 8495
/proc/meminfo: memFree=22961080/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=72800 CPUtime=0.68 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 6413 0 0 0 67 1 0 0 25 0 1 0 646435560 74547200 6348 33554432000 4194304 6014671 140735461934368 18446744073709551615 4425352 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 18200 6348 728 445 0 11745 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 72800

[startup+1.50044 s]
/proc/loadavg: 0.00 0.00 0.01 3/362 8502
/proc/meminfo: memFree=22844960/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=81372 CPUtime=1.48 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 6716 0 0 0 147 1 0 0 25 0 1 0 646435560 83324928 6651 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 20343 6651 728 445 0 13888 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81372

[startup+3.10015 s]
/proc/loadavg: 0.00 0.00 0.01 3/362 8502
/proc/meminfo: memFree=22686116/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=90048 CPUtime=3.07 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 7635 0 0 0 306 1 0 0 25 0 1 0 646435560 92209152 7570 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 22512 7570 729 445 0 16057 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 90048

[startup+6.30057 s]
/proc/loadavg: 0.16 0.03 0.02 3/362 8502
/proc/meminfo: memFree=22667572/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=90048 CPUtime=6.27 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 8602 0 0 0 626 1 0 0 25 0 1 0 646435560 92209152 8533 33554432000 4194304 6014671 140735461934368 18446744073709551615 4379424 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 22512 8533 729 445 0 16057 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 90048

[startup+12.7004 s]
/proc/loadavg: 0.31 0.07 0.04 3/362 8503
/proc/meminfo: memFree=22649464/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=90048 CPUtime=12.68 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 10053 0 0 0 1266 2 0 0 25 0 1 0 646435560 92209152 9982 33554432000 4194304 6014671 140735461934368 18446744073709551615 4536737 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 22512 9982 729 445 0 16057 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 90048

[startup+25.5001 s]
/proc/loadavg: 0.68 0.16 0.07 3/362 8503
/proc/meminfo: memFree=22623164/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=90048 CPUtime=25.48 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 12128 0 0 0 2546 2 0 0 25 0 1 0 646435560 92209152 12041 33554432000 4194304 6014671 140735461934368 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 22512 12041 731 445 0 16057 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90048

[startup+51.1005 s]
/proc/loadavg: 1.13 0.31 0.12 3/362 8504
/proc/meminfo: memFree=22591852/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=108616 CPUtime=51.07 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 16150 0 0 0 5105 2 0 0 25 0 1 0 646435560 111222784 16061 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 27154 16061 729 445 0 20699 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 108616

[startup+102.313 s]
/proc/loadavg: 1.66 0.58 0.22 3/362 8505
/proc/meminfo: memFree=22539968/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=147448 CPUtime=102.29 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 21603 0 0 0 10226 3 0 0 25 0 1 0 646435560 150986752 21475 33554432000 4194304 6014671 140735461934368 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 36862 21475 732 445 0 30407 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 147448

[startup+162.301 s]
/proc/loadavg: 1.87 0.83 0.33 3/362 8507
/proc/meminfo: memFree=22502580/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=147448 CPUtime=162.28 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 23431 0 0 0 16224 4 0 0 25 0 1 0 646435560 150986752 23302 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 36862 23302 731 445 0 30407 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 147448

[startup+222.301 s]
/proc/loadavg: 1.95 1.04 0.43 3/362 8508
/proc/meminfo: memFree=22494456/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=147448 CPUtime=222.28 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 24154 0 0 0 22224 4 0 0 25 0 1 0 646435560 150986752 24025 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 36862 24025 731 445 0 30407 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 147448

[startup+282.301 s]
/proc/loadavg: 2.05 1.23 0.53 3/362 8510
/proc/meminfo: memFree=22490548/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=147448 CPUtime=282.28 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 25128 0 0 0 28224 4 0 0 25 0 1 0 646435560 150986752 24999 33554432000 4194304 6014671 140735461934368 18446744073709551615 4377903 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 36862 24999 732 445 0 30407 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 147448

[startup+342.3 s]
/proc/loadavg: 2.02 1.37 0.62 3/362 8511
/proc/meminfo: memFree=22466168/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=195612 CPUtime=342.28 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 30790 0 0 0 34223 5 0 0 25 0 1 0 646435560 200306688 30660 33554432000 4194304 6014671 140735461934368 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 48903 30660 731 445 0 42448 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 195612

[startup+402.3 s]
/proc/loadavg: 2.04 1.49 0.71 3/362 8513
/proc/meminfo: memFree=22430136/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=242864 CPUtime=402.28 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 35511 0 0 0 40222 6 0 0 25 0 1 0 646435560 248692736 35368 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 60716 35368 731 445 0 54261 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 242864

[startup+462.301 s]
/proc/loadavg: 2.01 1.58 0.78 3/362 8515
/proc/meminfo: memFree=22392128/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=290752 CPUtime=462.29 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 38533 0 0 0 46222 7 0 0 25 0 1 0 646435560 297730048 38308 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 72688 38308 731 445 0 66233 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 290752

[startup+522.301 s]
/proc/loadavg: 2.00 1.66 0.86 3/362 8516
/proc/meminfo: memFree=22354732/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=290880 CPUtime=522.29 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 40917 0 0 0 52222 7 0 0 25 0 1 0 646435560 297861120 40685 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 72720 40685 730 445 0 66265 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 290880

[startup+582.301 s]
/proc/loadavg: 2.00 1.72 0.93 3/362 8518
/proc/meminfo: memFree=22339908/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=290880 CPUtime=582.29 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 41549 0 0 0 58222 7 0 0 25 0 1 0 646435560 297861120 41225 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 72720 41225 730 445 0 66265 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 290880

[startup+642.3 s]

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

/proc/meminfo: memFree=21619724/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3462.37 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107572 0 0 0 346217 20 0 0 25 0 1 0 646435560 471023616 93332 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93332 739 445 0 108541 0
Current children cumulated CPU time (s) 3462.37
Current children cumulated vsize (KiB) 459984

[startup+3522.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/362 8797
/proc/meminfo: memFree=21581196/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3522.37 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107589 0 0 0 352217 20 0 0 25 0 1 0 646435560 471023616 93325 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93325 739 445 0 108541 0
Current children cumulated CPU time (s) 3522.37
Current children cumulated vsize (KiB) 459984

[startup+3582.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/362 8799
/proc/meminfo: memFree=21561172/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3582.37 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107607 0 0 0 358217 20 0 0 25 0 1 0 646435560 471023616 93343 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93343 739 445 0 108541 0
Current children cumulated CPU time (s) 3582.37
Current children cumulated vsize (KiB) 459984

[startup+3642.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/362 8800
/proc/meminfo: memFree=21479136/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3642.37 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107607 0 0 0 364217 20 0 0 25 0 1 0 646435560 471023616 93318 33554432000 4194304 6014671 140735461934368 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93318 739 445 0 108541 0
Current children cumulated CPU time (s) 3642.37
Current children cumulated vsize (KiB) 459984

[startup+3702.3 s]
/proc/loadavg: 2.11 2.02 1.92 3/362 8802
/proc/meminfo: memFree=21461356/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3702.38 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107651 0 0 0 370218 20 0 0 25 0 1 0 646435560 471023616 93331 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93331 741 445 0 108541 0
Current children cumulated CPU time (s) 3702.38
Current children cumulated vsize (KiB) 459984

[startup+3762.3 s]
/proc/loadavg: 2.07 2.03 1.93 3/362 8804
/proc/meminfo: memFree=21424720/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3762.38 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107651 0 0 0 376218 20 0 0 25 0 1 0 646435560 471023616 93331 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93331 741 445 0 108541 0
Current children cumulated CPU time (s) 3762.38
Current children cumulated vsize (KiB) 459984

[startup+3822.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/362 8805
/proc/meminfo: memFree=21415476/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3822.38 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107651 0 0 0 382218 20 0 0 25 0 1 0 646435560 471023616 93277 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93277 741 445 0 108541 0
Current children cumulated CPU time (s) 3822.38
Current children cumulated vsize (KiB) 459984

[startup+3882.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/362 8807
/proc/meminfo: memFree=21413912/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=459984 CPUtime=3882.38 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 107698 0 0 0 388218 20 0 0 25 0 1 0 646435560 471023616 93324 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 114996 93324 741 445 0 108541 0
Current children cumulated CPU time (s) 3882.38
Current children cumulated vsize (KiB) 459984

[startup+3942.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/362 8808
/proc/meminfo: memFree=21401324/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=3942.39 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 110713 0 0 0 394218 21 0 0 25 0 1 0 646435560 541093888 96336 33554432000 4194304 6014671 140735461934368 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 96336 738 445 0 125648 0
Current children cumulated CPU time (s) 3942.39
Current children cumulated vsize (KiB) 528412

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8810
/proc/meminfo: memFree=21378312/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4002.39 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115487 0 0 0 400217 22 0 0 25 0 1 0 646435560 541093888 101049 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101049 738 445 0 125648 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 528412

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8812
/proc/meminfo: memFree=21366980/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4062.4 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115528 0 0 0 406218 22 0 0 25 0 1 0 646435560 541093888 101090 33554432000 4194304 6014671 140735461934368 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101090 738 445 0 125648 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 528412

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8813
/proc/meminfo: memFree=21350804/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4122.39 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 412217 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 528412

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

[startup+4134.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8813
/proc/meminfo: memFree=21351160/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4134.39 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 413417 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4134.39
Current children cumulated vsize (KiB) 528412

[startup+4137.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8814
/proc/meminfo: memFree=21351032/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4137.59 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 413737 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4137.59
Current children cumulated vsize (KiB) 528412

[startup+4140.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8814
/proc/meminfo: memFree=21351032/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4140.79 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 414057 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4140.79
Current children cumulated vsize (KiB) 528412

[startup+4142.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8814
/proc/meminfo: memFree=21351032/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4142.39 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 414217 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4378507 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4142.39
Current children cumulated vsize (KiB) 528412

[startup+4143.1 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8814
/proc/meminfo: memFree=21351032/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4143.19 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 414297 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4143.19
Current children cumulated vsize (KiB) 528412

[startup+4143.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8814
/proc/meminfo: memFree=21351032/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4143.59 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 414337 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4143.59
Current children cumulated vsize (KiB) 528412

[startup+4143.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/362 8814
/proc/meminfo: memFree=21351032/32951124 swapFree=67023148/67111528
[pid=8495] ppid=8493 vsize=528412 CPUtime=4143.7 cores=1,3,5,7
/proc/8495/stat : 8495 (qutersat_releas) R 8493 8495 8463 0 -1 4202496 115659 0 0 0 414348 22 0 0 25 0 1 0 646435560 541093888 101221 33554432000 4194304 6014671 140735461934368 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 1 0 0 1
/proc/8495/statm: 132103 101221 738 445 0 125648 0
Current children cumulated CPU time (s) 4143.7
Current children cumulated vsize (KiB) 528412

Child status: 0
Real time (s): 4143.69
CPU time (s): 4143.79
CPU user time (s): 4143.55
CPU system time (s): 0.244962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 528412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4143.55
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115663
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= 11
involuntary context switches= 9642

runsolver used 13.4989 second user time and 32.979 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 12:03:17
IDJOB=3384243
IDBENCH=20399
IDSOLVER=1868
FILE ID=node145/3384243-1305540197
RUNJOBID= node145-1305540196-8482
PBS_JOBID= 13329208
Free space on /tmp= 73668 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384243-1305540197/watcher-3384243-1305540197 -o /tmp/evaluation-result-3384243-1305540197/solver-3384243-1305540197 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384243-1305540197.cnf 456859002

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=456859002

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:      22961600 kB
Buffers:         70872 kB
Cached:         687044 kB
SwapCached:       4796 kB
Active:        6421252 kB
Inactive:      3326856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22961600 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:     8985604 kB
Mapped:          27680 kB
Slab:           134088 kB
PageTables:      42928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83673220 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= 73644 MiB
End job on node145 at 2011-05-16 13:12:21