Trace number 3376814

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 457.229 457.242

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-19_348.cnf
MD5SUMd56eb1fbc523242359df78e10ae2a44f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.0609
Satisfiable
(Un)Satisfiability was proved
Number of variables174
Number of clauses16458
Sum of the clauses size73267
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 258
Number of clauses of size 314898
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51502

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 174 #clause: 16458
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 0 Undef Var: 174
0.00/0.03	c After covering, Total Root: 0 Leaf: 0
0.00/0.03	c Variable( cover/uncovered/unused ): 0 174 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 0 58
0.00/0.03	c Clauses( cover/uncovered ): 0 16400
0.00/0.03	c Total Clauses( cover/uncovered ): 0 16458 0%
0.00/0.03	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.05	c Uncover Clauses avg size: 4.45176 max size: 19
0.00/0.05	c Final circuit: i/l/o/s     174       0   16458     36376
0.00/0.05	c CnfToAig: Time: 0.04 s
0.06/0.10	c TmMap: Set choices finish.
0.08/0.11	c TmMap: Set big and: 19208
0.08/0.11	c TmMap: Origin: 36551 ClauseNum: 109128 --> New: 19383 ClauseNum: 80786
0.08/0.11	c TmMap: Time: 0.02
0.08/0.11	c Try to Add: #clause: 38416 #xorclause: 0
0.08/0.12	c #var: 2924 #clauses: 19151 Solving... 
457.18/457.22	s UNSATISFIABLE
457.18/457.23	c CPU time: 457.21 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-3376814-1305474751/watcher-3376814-1305474751 -o /tmp/evaluation-result-3376814-1305474751/solver-3376814-1305474751 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376814-1305474751.cnf 417049061 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.48 3.91 3.90 9/301 19670
/proc/meminfo: memFree=16464980/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=11796 CPUtime=0 cores=5,7
/proc/19670/stat : 19670 (runsolver) R 19668 19670 18511 0 -1 4202560 40 0 0 0 0 0 0 0 19 0 1 0 659074793 12079104 49 33554432000 4194304 5432360 140734674789760 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/19670/statm: 2949 49 30 303 0 2643 0

[startup+0.088058 s]
/proc/loadavg: 3.48 3.91 3.90 9/301 19670
/proc/meminfo: memFree=16464980/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=46700 CPUtime=0.06 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 5722 0 0 0 6 0 0 0 18 0 1 0 659074793 47820800 5659 33554432000 4194304 6014671 140736692090464 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 11675 5662 668 445 0 5220 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 46700

[startup+0.10106 s]
/proc/loadavg: 3.48 3.91 3.90 9/301 19670
/proc/meminfo: memFree=16464980/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=49772 CPUtime=0.08 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 6406 0 0 0 8 0 0 0 18 0 1 0 659074793 50966528 6343 33554432000 4194304 6014671 140736692090464 18446744073709551615 4223937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 12443 6343 670 445 0 5988 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49772

[startup+0.30102 s]
/proc/loadavg: 3.48 3.91 3.90 9/301 19670
/proc/meminfo: memFree=16464980/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=60024 CPUtime=0.29 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 7096 0 0 0 28 1 0 0 18 0 1 0 659074793 61464576 7033 33554432000 4194304 6014671 140736692090464 18446744073709551615 4533993 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 15006 7033 704 445 0 8551 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60024

[startup+0.700953 s]
/proc/loadavg: 3.48 3.91 3.90 9/301 19670
/proc/meminfo: memFree=16464980/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=60024 CPUtime=0.69 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 7225 0 0 0 68 1 0 0 18 0 1 0 659074793 61464576 7162 33554432000 4194304 6014671 140736692090464 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 15006 7163 721 445 0 8551 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60024

[startup+1.50082 s]
/proc/loadavg: 3.48 3.91 3.90 6/303 19672
/proc/meminfo: memFree=16395780/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=78008 CPUtime=1.48 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 7730 0 0 0 147 1 0 0 19 0 1 0 659074793 79880192 7667 33554432000 4194304 6014671 140736692090464 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 19502 7667 722 445 0 13047 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 78008

[startup+3.10054 s]
/proc/loadavg: 3.48 3.91 3.90 5/303 19672
/proc/meminfo: memFree=16386612/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=87128 CPUtime=3.08 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 8288 0 0 0 307 1 0 0 25 0 1 0 659074793 89219072 8225 33554432000 4194304 6014671 140736692090464 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 21782 8225 726 445 0 15327 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87128

[startup+6.30098 s]
/proc/loadavg: 3.68 3.94 3.91 5/303 19672
/proc/meminfo: memFree=16372388/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=96480 CPUtime=6.28 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 9224 0 0 0 627 1 0 0 25 0 1 0 659074793 98795520 9161 33554432000 4194304 6014671 140736692090464 18446744073709551615 4377025 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 24120 9161 726 445 0 17665 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 96480

[startup+12.7009 s]
/proc/loadavg: 3.70 3.94 3.91 5/303 19672
/proc/meminfo: memFree=16334244/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=96480 CPUtime=12.68 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 11623 0 0 0 1267 1 0 0 25 0 1 0 659074793 98795520 11554 33554432000 4194304 6014671 140736692090464 18446744073709551615 4381067 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 24120 11554 727 445 0 17665 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 96480

[startup+25.5007 s]
/proc/loadavg: 3.77 3.94 3.91 5/303 19673
/proc/meminfo: memFree=16289992/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=116876 CPUtime=25.48 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 14372 0 0 0 2546 2 0 0 25 0 1 0 659074793 119681024 14302 33554432000 4194304 6014671 140736692090464 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 29219 14302 726 445 0 22764 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 116876

[startup+51.1002 s]
/proc/loadavg: 3.85 3.95 3.91 5/303 19673
/proc/meminfo: memFree=16247940/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=116876 CPUtime=51.07 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 15777 0 0 0 5105 2 0 0 25 0 1 0 659074793 119681024 15707 33554432000 4194304 6014671 140736692090464 18446744073709551615 4376978 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 29219 15707 726 445 0 22764 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 116876

[startup+102.311 s]
/proc/loadavg: 3.93 3.95 3.91 5/303 19675
/proc/meminfo: memFree=16172412/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=138500 CPUtime=102.29 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 20734 0 0 0 10226 3 0 0 25 0 1 0 659074793 141824000 20633 33554432000 4194304 6014671 140736692090464 18446744073709551615 4376978 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 34625 20633 732 445 0 28170 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 138500

[startup+162.301 s]
/proc/loadavg: 3.97 3.96 3.91 5/303 19676
/proc/meminfo: memFree=16137188/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=138500 CPUtime=162.28 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 25395 0 0 0 16225 3 0 0 25 0 1 0 659074793 141824000 25288 33554432000 4194304 6014671 140736692090464 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 34625 25288 726 445 0 28170 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 138500

[startup+222.301 s]
/proc/loadavg: 4.03 3.98 3.92 5/303 19678
/proc/meminfo: memFree=16063148/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=150856 CPUtime=222.28 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 28122 0 0 0 22224 4 0 0 25 0 1 0 659074793 154476544 28015 33554432000 4194304 6014671 140736692090464 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 37714 28015 726 445 0 31259 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 150856

[startup+282.3 s]
/proc/loadavg: 4.01 3.98 3.92 5/303 19680
/proc/meminfo: memFree=16050240/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=163464 CPUtime=282.28 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 28705 0 0 0 28224 4 0 0 25 0 1 0 659074793 167387136 28588 33554432000 4194304 6014671 140736692090464 18446744073709551615 4605255 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 40866 28588 726 445 0 34411 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 163464

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.92 5/303 19681
/proc/meminfo: memFree=16034100/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=163464 CPUtime=342.28 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 29429 0 0 0 34224 4 0 0 25 0 1 0 659074793 167387136 29294 33554432000 4194304 6014671 140736692090464 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 40866 29294 726 445 0 34411 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 163464

[startup+402.3 s]
/proc/loadavg: 4.04 3.99 3.92 5/303 19683
/proc/meminfo: memFree=15975064/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=402.28 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 34858 0 0 0 40223 5 0 0 25 0 1 0 659074793 180936704 34668 33554432000 4194304 6014671 140736692090464 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 34668 739 445 0 37719 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 176696

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

[startup+409.501 s]
/proc/loadavg: 4.03 3.99 3.92 5/303 19683
/proc/meminfo: memFree=15973948/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=409.48 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 34858 0 0 0 40943 5 0 0 25 0 1 0 659074793 180936704 34668 33554432000 4194304 6014671 140736692090464 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 34668 739 445 0 37719 0
Current children cumulated CPU time (s) 409.48
Current children cumulated vsize (KiB) 176696

[startup+435.101 s]
/proc/loadavg: 4.02 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15965992/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=435.08 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 35565 0 0 0 43503 5 0 0 25 0 1 0 659074793 180936704 35361 33554432000 4194304 6014671 140736692090464 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35361 739 445 0 37719 0
Current children cumulated CPU time (s) 435.08
Current children cumulated vsize (KiB) 176696

[startup+447.9 s]
/proc/loadavg: 4.02 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15962268/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=447.87 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 36073 0 0 0 44782 5 0 0 25 0 1 0 659074793 180936704 35869 33554432000 4194304 6014671 140736692090464 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35869 739 445 0 37719 0
Current children cumulated CPU time (s) 447.87
Current children cumulated vsize (KiB) 176696

[startup+451.101 s]
/proc/loadavg: 4.02 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15962268/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=451.08 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 36073 0 0 0 45103 5 0 0 25 0 1 0 659074793 180936704 35869 33554432000 4194304 6014671 140736692090464 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35869 739 445 0 37719 0
Current children cumulated CPU time (s) 451.08
Current children cumulated vsize (KiB) 176696

[startup+454.311 s]
/proc/loadavg: 4.01 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15955324/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=454.29 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 36073 0 0 0 45424 5 0 0 25 0 1 0 659074793 180936704 35869 33554432000 4194304 6014671 140736692090464 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35869 739 445 0 37719 0
Current children cumulated CPU time (s) 454.29
Current children cumulated vsize (KiB) 176696

[startup+455.901 s]
/proc/loadavg: 4.01 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15954332/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=455.88 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 36073 0 0 0 45583 5 0 0 25 0 1 0 659074793 180936704 35869 33554432000 4194304 6014671 140736692090464 18446744073709551615 4377111 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35869 739 445 0 37719 0
Current children cumulated CPU time (s) 455.88
Current children cumulated vsize (KiB) 176696

[startup+456.701 s]
/proc/loadavg: 4.01 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15953464/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=456.68 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 36073 0 0 0 45663 5 0 0 25 0 1 0 659074793 180936704 35869 33554432000 4194304 6014671 140736692090464 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35869 739 445 0 37719 0
Current children cumulated CPU time (s) 456.68
Current children cumulated vsize (KiB) 176696

[startup+457.101 s]
/proc/loadavg: 4.01 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15953464/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=457.08 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 36073 0 0 0 45703 5 0 0 25 0 1 0 659074793 180936704 35869 33554432000 4194304 6014671 140736692090464 18446744073709551615 4369495 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35869 739 445 0 37719 0
Current children cumulated CPU time (s) 457.08
Current children cumulated vsize (KiB) 176696

[startup+457.201 s]
/proc/loadavg: 4.01 3.99 3.92 5/303 19684
/proc/meminfo: memFree=15953464/32951132 swapFree=67093824/67111528
[pid=19670] ppid=19668 vsize=176696 CPUtime=457.18 cores=5,7
/proc/19670/stat : 19670 (qutersat_releas) R 19668 19670 18511 0 -1 4202496 36073 0 0 0 45713 5 0 0 25 0 1 0 659074793 180936704 35869 33554432000 4194304 6014671 140736692090464 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/19670/statm: 44174 35869 739 445 0 37719 0
Current children cumulated CPU time (s) 457.18
Current children cumulated vsize (KiB) 176696

Child status: 0
Real time (s): 457.242
CPU time (s): 457.229
CPU user time (s): 457.163
CPU system time (s): 0.065989
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 176696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.163
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36077
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= 9
involuntary context switches= 1687

runsolver used 1.22581 second user time and 2.94355 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 17:52:32
IDJOB=3376814
IDBENCH=83273
IDSOLVER=1856
FILE ID=node131/3376814-1305474751
RUNJOBID= node131-1305474751-19632
PBS_JOBID= 13325314
Free space on /tmp= 73700 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-19_348.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376814-1305474751/watcher-3376814-1305474751 -o /tmp/evaluation-result-3376814-1305474751/solver-3376814-1305474751 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376814-1305474751.cnf 417049061

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

MD5SUM BENCH= d56eb1fbc523242359df78e10ae2a44f
RANDOM SEED=417049061

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16465632 kB
Buffers:        295348 kB
Cached:        4366732 kB
SwapCached:       1504 kB
Active:       12735380 kB
Inactive:      3484280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16465632 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            8752 kB
Writeback:           0 kB
AnonPages:    11555080 kB
Mapped:          31164 kB
Slab:           168132 kB
PageTables:      35388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 29919096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73700 MiB
End job on node131 at 2011-05-15 18:00:09